-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TraceQL] Add support for querying link attributes #3814
Conversation
docs/sources/tempo/traceql/_index.md
Outdated
@@ -128,6 +128,16 @@ Find any database connection string that goes to a Postgres or MySQL database: | |||
{ span.db.system =~ "postgresql|mysql" } | |||
``` | |||
|
|||
You can query for an exception in your span event |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can query for an exception in your span event | |
You can query for an exception in your span event: |
docs/sources/tempo/traceql/_index.md
Outdated
{ event.exception.message =~ "something went wrong" } | ||
``` | ||
|
||
You can search for an attribute in your link |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can search for an attribute in your link | |
You can search for an attribute in your link: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating the docs!
Approving the docs only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Killing it, pham
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating the docs. Doc updates look good.
What this PR does: Add support for querying link attributes. This can only be merged after #3748
Which issue(s) this PR fixes:
Fixes #
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]