Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](https://github.com/open-telemetry/semantic-conventions/blob/e0e93bad394a15161af7942d65d197defac7b88b/model/nodejs/metrics.yaml)) (cherry picked from commit b6c5423)
- Loading branch information