Skip to content

Commit 9e19df8

Browse files
committed
Update Grafana dashboard example and README link
1 parent 11612d4 commit 9e19df8

3 files changed

Lines changed: 4 additions & 11 deletions

File tree

.ressources/example-grafana-dashboard.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@
113113
"steps": [
114114
{
115115
"color": "green"
116-
},
117-
{
118-
"color": "red",
119-
"value": 80
120116
}
121117
]
122118
},
@@ -309,7 +305,8 @@
309305
"fieldConfig": {
310306
"defaults": {
311307
"color": {
312-
"mode": "palette-classic"
308+
"fixedColor": "red",
309+
"mode": "fixed"
313310
},
314311
"custom": {
315312
"axisBorderShow": false,
@@ -350,10 +347,6 @@
350347
"steps": [
351348
{
352349
"color": "green"
353-
},
354-
{
355-
"color": "red",
356-
"value": 80
357350
}
358351
]
359352
}
@@ -597,6 +590,6 @@
597590
"timezone": "browser",
598591
"title": "LinkRouter",
599592
"uid": "922ee09f-2e9e-43bf-82bc-17feb5bae32c",
600-
"version": 25,
593+
"version": 28,
601594
"weekStart": ""
602595
}
-59 Bytes
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following metrics are currently exported:
6868
- `linkrouter_404_requests{route="..."}` — Counter of requests that resulted in a 404 Not Found, labeled by the originally requested route.
6969

7070

71-
Metrics follow the Prometheus exposition format, and can be scraped directly by Prometheus or queried via tools like Grafana. [Example Grafana Dashboard](example-grafana-dashboard.json)
71+
Metrics follow the Prometheus exposition format, and can be scraped directly by Prometheus or queried via tools like Grafana. [Example Grafana Dashboard](.ressources/example-grafana-dashboard.json)
7272

7373
![image](.ressources/img/grafana-dashboard.png)
7474

0 commit comments

Comments
 (0)