Skip to content

Conversation

@andreasgerstmayr
Copy link
Contributor

@andreasgerstmayr andreasgerstmayr commented Nov 5, 2025

What this PR does:
Update the list of intrinsics returned by the /api/v2/search/tags?scope=intrinsic endpoint.

--- a/before.json
+++ b/after.json
@@ -9,17 +9,22 @@
         "instrumentation:name",
         "instrumentation:version",
         "kind",
+        "link:spanID",
+        "link:traceID",
         "name",
         "rootName",
         "rootServiceName",
         "span:duration",
+        "span:id",
         "span:kind",
         "span:name",
+        "span:parentID",
         "span:status",
         "span:statusMessage",
         "status",
         "statusMessage",
         "trace:duration",
+        "trace:id",
         "trace:rootName",
         "trace:rootService",
         "traceDuration"

Which issue(s) this PR fixes:
Fixes #

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Andreas Gerstmayr <[email protected]>
@andreasgerstmayr andreasgerstmayr changed the title Update list of intrinsics at /api/v2/search/tags?scope=intrinsic Update list of intrinsics returned by search tags endpoint Nov 5, 2025
Signed-off-by: Andreas Gerstmayr <[email protected]>
Copy link
Collaborator

@joe-elliott joe-elliott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvement. Thanks Andreas!

@joe-elliott joe-elliott merged commit cf39347 into grafana:main Nov 6, 2025
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants