feat: update OTEL Node.js metrics dashboard (#199353)

## 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](e0e93bad39/model/nodejs/metrics.yaml))
This commit is contained in:
David Luna 2024-11-18 14:58:16 +01:00 committed by GitHub
parent dbab2214e9
commit b6c542304e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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',