Skip to content

Commit

Permalink
feat: update OTEL Node.js metrics dashboard (#199353)
Browse files Browse the repository at this point in the history
## Summary

Update the current metrics dashboard for Node.js services that are
instrumented using OTEL SDK or Elastic's distribution.

The current dashboard had some issues:
- it was using a view that is not available in latest deployments.
- it was showing labels instead of OTEL native fields

New dashboard is fixing this:
- using `metrics-*` indices
- using OTEL native fields
- and also adding new panels for `nodejs.*` metrics
([ref](https://github.com/open-telemetry/semantic-conventions/blob/e0e93bad394a15161af7942d65d197defac7b88b/model/nodejs/metrics.yaml))

(cherry picked from commit b6c5423)
  • Loading branch information
david-luna committed Nov 19, 2024
1 parent 7575f42 commit 8a82c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
export const AGENT_NAME_DASHBOARD_FILE_MAPPING: Record<string, string> = {
nodejs: 'nodejs',
'opentelemetry/nodejs': 'opentelemetry_nodejs',
'opentelemetry/nodejs/elastic': 'opentelemetry_nodejs',
java: 'java',
'opentelemetry/java': 'opentelemetry_java',
'opentelemetry/java/opentelemetry-java-instrumentation': 'opentelemetry_java',
Expand Down
Loading

0 comments on commit 8a82c27

Please sign in to comment.