We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Feature Request: Cortex component logs each request's traceID like something below
level=debug ts=2019-12-29T20:00:00.142704226Z caller=logging.go:44 traceID=5b8343e5de934761 msg="GET /metrics (200) 3.837879ms"
And in the new version of Grafana, Loki data source supports derived fields so that users can jump to Jaeger directly from Grafana based on the traceID, see https://grafana.com/docs/grafana/latest/features/datasources/loki/#derived-fields.
So it would be nice that Thanos supports this feature as well.
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #1706 (:
Sorry, something went wrong.
Yes it is a duplicate. Thanks @GiedriusS
No branches or pull requests
Feature Request:
Cortex component logs each request's traceID like something below
And in the new version of Grafana, Loki data source supports derived fields so that users can jump to Jaeger directly from Grafana based on the traceID, see https://grafana.com/docs/grafana/latest/features/datasources/loki/#derived-fields.
So it would be nice that Thanos supports this feature as well.
The text was updated successfully, but these errors were encountered: