You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason: Removed panel title for visual appearance for top stats panels
3
+
reason: Removed panel title for better visual appearance for top stats panels
4
+
entries:
5
+
- id: 9
6
+
- id: 10
7
+
- id: 16
8
+
- id: 11
9
+
- id: 13
10
+
- id: 12
11
+
- id: 5
4
12
template-datasource-rule:
5
-
reason: Better for CLoudflare users to use trace and logs datasource
13
+
reason: Cloudflare Workers observability uses traces and logs rather than Tempo and Loki datasources. Variable naming aligns with the Cloudflare UI to make dashboards clearer and more intuitive for users unfamiliar with Prometheus-style conventions.
6
14
target-logql-auto-rule:
7
15
reason: panel 'traces table' is using logql query check
"expr": "sum by(http_request_method) (count_over_time({service_name=~\"$service_name\"} [$__auto])) or vector(0)",
1238
1236
"hide": false,
1239
1237
"instant": false,
1240
1238
"legendFormat": "{{http_request_method}}",
@@ -1398,7 +1396,7 @@
1398
1396
},
1399
1397
"direction": "backward",
1400
1398
"editorMode": "code",
1401
-
"expr": "sum by (detected_level) (count_over_time({service_name=~\"$service_name\"} [$__auto]))",
1399
+
"expr": "sum by (detected_level) (count_over_time({service_name=~\"$service_name\"} [$__auto])) or vector(0)",
1402
1400
"hide": false,
1403
1401
"instant": false,
1404
1402
"legendFormat": "{{detected_level}}",
@@ -1577,7 +1575,7 @@
1577
1575
]
1578
1576
},
1579
1577
"gridPos": {
1580
-
"h": 18,
1578
+
"h": 19,
1581
1579
"w": 12,
1582
1580
"x": 0,
1583
1581
"y": 46
@@ -1639,7 +1637,7 @@
1639
1637
"overrides": []
1640
1638
},
1641
1639
"gridPos": {
1642
-
"h": 3,
1640
+
"h": 4,
1643
1641
"w": 12,
1644
1642
"x": 12,
1645
1643
"y": 46
@@ -1651,7 +1649,7 @@
1651
1649
"showLineNumbers": false,
1652
1650
"showMiniMap": false
1653
1651
},
1654
-
"content": "> To View Traces:\n> 1. Click the **Trace ID** on the left table .\n> 2. Click **Traces link**.\n> 1. Refresh the dashboard.",
1652
+
"content": "> To View Traces:\n> 1. Click the **Trace ID** on the left table .\n> 2. Click **Traces link**.\n> 1. Refresh the dashboard.\n\n> If no Trace ID is selected, the panel below may show an error",
1655
1653
"mode": "markdown"
1656
1654
},
1657
1655
"pluginVersion": "12.3.0-18686767985",
@@ -1663,7 +1661,7 @@
1663
1661
"type": "tempo",
1664
1662
"uid": "${traceDatasource}"
1665
1663
},
1666
-
"description": "This panel displays the selected trace visualization. Use the trace ID variable or click on traces in the table above to view detailed span information, timing, and request flow through your services.",
1664
+
"description": "This panel displays the selected trace visualization. Use the trace ID variable or click on traces in the table above to view detailed span information.",
0 commit comments