From f6bb6c16cfb6d05ff367150cd85f4390922343fc Mon Sep 17 00:00:00 2001 From: AlexPSplunk <66703262+AlexPSplunk@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:43:48 -0700 Subject: [PATCH] Update dashboards_builtin_content.yaml Updated import qualifiers for NodeJS, which have been renamed since release 2.0 of the Splunk Distribution of OpenTelemetry JS. See this doc: https://docs.splunk.com/observability/en/gdi/get-data-in/application/nodejs/configuration/nodejs-otel-metrics.html#previous-metric-names --- ootb/dashboards_builtin_content.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ootb/dashboards_builtin_content.yaml b/ootb/dashboards_builtin_content.yaml index 9cc9d31..55e35b7 100644 --- a/ootb/dashboards_builtin_content.yaml +++ b/ootb/dashboards_builtin_content.yaml @@ -1752,7 +1752,7 @@ Dashboards: NodeJS runtime metrics: dashboard_group: APM NodeJS services view_support: N/A - importQualifiers: nodejs.memory.heap.total (*); + importQualifiers: process.runtime.nodejs.memory.heap.total (*); OpenSearch Domain: dashboard_group: AWS OpenSearch view_support: instance @@ -2035,7 +2035,7 @@ Dashboards: Service - APM NodeJS services: dashboard_group: APM NodeJS services view_support: N/A - importQualifiers: nodejs.memory.heap.total (*); + importQualifiers: process.runtime.nodejs.memory.heap.total (*); Service - APM java services: dashboard_group: APM java services view_support: N/A @@ -2063,7 +2063,7 @@ Dashboards: Service endpoint - APM NodeJS services: dashboard_group: APM NodeJS services view_support: N/A - importQualifiers: nodejs.memory.heap.total (*); + importQualifiers: process.runtime.nodejs.memory.heap.total (*); Service endpoint - APM java services: dashboard_group: APM java services view_support: N/A