From f6dfa597a762f96410bb9eaee7be3b6192b9bd2c Mon Sep 17 00:00:00 2001 From: Jay <110402935+jay-418@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:53:44 -0600 Subject: [PATCH] Add client.isp and client.app semantic convention keys --- semconv.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/semconv.go b/semconv.go index 8c83ae6..e911971 100644 --- a/semconv.go +++ b/semconv.go @@ -72,6 +72,8 @@ const ( ClientVersionKey attribute.Key = "client.version" ClientPreferredRegionKey attribute.Key = "client.preferred_region" ClientIsProKey attribute.Key = "client.is_pro" + ClientISPKey attribute.Key = "client.isp" + ClientAppKey attribute.Key = "client.app" ) // Proxy resource attributes