Browse Source

feat(strings): Add exclusive time light metric (#51864)

Iker Barriocanal 1 year ago
parent
commit
d8ca28ddb3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/sentry/sentry_metrics/indexer/strings.py

+ 1 - 0
src/sentry/sentry_metrics/indexer/strings.py

@@ -158,6 +158,7 @@ SPAN_METRICS_NAMES = {
     "s:spans/user@none": PREFIX + 403,
     "d:spans/duration@millisecond": PREFIX + 404,
     "d:spans/exclusive_time@millisecond": PREFIX + 405,
+    "d:spans/exclusive_time_light@millisecond": PREFIX + 406,
 }
 
 SHARED_STRINGS = {