Skip to content

Commit 748a817

Browse files
authored
[APM] Metrics: add the missing otel_native-otel_other-go to the dashboard names (#222529)
Follow up #220242 ## Summary This PR adds the missing `otel_native-otel_other-go` to the dashboard names. More info in #220242
1 parent d65f9c5 commit 748a817

File tree

1 file changed

+1
-0
lines changed
  • x-pack/solutions/observability/plugins/apm/public/components/app/metrics/static_dashboard/dashboards

1 file changed

+1
-0
lines changed

x-pack/solutions/observability/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/dashboard_catalog.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export const existingDashboardFileNames = new Set([
1919
'otel_native-edot-python',
2020
'otel_native-edot-nodejs',
2121
'classic_apm-otel_other-go',
22+
'otel_native-otel_other-go',
2223
]);
2324

2425
// The new dashboard files should be mapped here

0 commit comments

Comments
 (0)