Skip to content

Commit 4b093f7

Browse files
fix failed_spans typo in grafana dashboards (#1465)
Co-authored-by: Austin Parker <austin@ap2.io>
1 parent 1f538a1 commit 4b093f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes/opentelemetry-demo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@ data:
32143214
"type": "prometheus",
32153215
"uid": "webstore-metrics"
32163216
},
3217-
"description": "Sent by Exporter\notelcol_exporter_send_failed_spans",
3217+
"description": "Sent by Exporter\notelcol_exporter_send_failed_metric_points",
32183218
"fieldConfig": {
32193219
"defaults": {
32203220
"color": {

src/grafana/provisioning/dashboards/demo/opentelemetry-collector-data-flow.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@
17341734
"type": "prometheus",
17351735
"uid": "webstore-metrics"
17361736
},
1737-
"description": "Sent by Exporter\notelcol_exporter_send_failed_spans",
1737+
"description": "Sent by Exporter\notelcol_exporter_send_failed_metric_points",
17381738
"fieldConfig": {
17391739
"defaults": {
17401740
"color": {

0 commit comments

Comments
 (0)