Self-observability dashboard#3621
Open
cijothomas wants to merge 7 commits into
Open
Conversation
ec68c41 to
8965cca
Compare
1728844 to
0a8801d
Compare
Add a "Self-Observability" Grafana dashboard that visualizes the internal metrics emitted by the OpenTelemetry SDKs themselves (experimental otel.sdk.* semantic conventions). Opt the ad (Java) and checkout (Go) services in to SDK self-monitoring via OTEL_EXPERIMENTAL_SDK_TELEMETRY_VERSION=latest and OTEL_GO_X_OBSERVABILITY=true. The dashboard is driven by a Service template variable, so any service that opts in appears automatically. Assisted-by: Claude Opus 4.8
…n panels into pipelines
0a8801d to
7d23410
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Towards #3620
New dashboard added. Only started with Java services. Will expand to Go next, and then others.
Overview:

Then 3 separate signal specific sections. Metrics section is shown below:
How to see it locally
Once the demo is running, open Grafana at http://localhost:8080/grafana/d/self-observability, or navigate to it from the Grafana dashboard list ("Self-Observability").