Skip to content

Commit

Permalink
assets,site/content: daily assets regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent 6825ac3 commit a3a1ec7
Showing 1 changed file with 79 additions and 25 deletions.
104 changes: 79 additions & 25 deletions assets/blackbox_exporter/dashboards/blackbox-exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,60 @@
"title": "Uptime",
"type": "stat"
},
{
"datasource": {
"type": "datasource",
"uid": "-- Mixed --"
},
"fieldConfig": {
"defaults": {
"thresholds": {
"steps": [
{
"color": "red",
"value": 0
},
{
"color": "yellow",
"value": 0.98999999999999999
},
{
"color": "green",
"value": 0.999
}
]
},
"unit": "percentunit"
}
},
"gridPos": {
"h": 4,
"w": 6,
"x": 0,
"y": 15
},
"id": 9,
"options": {
"colorMode": "background",
"reduceOptions": {
"calcs": [
"mean"
]
}
},
"pluginVersion": "v11.0.0",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "$datasource"
},
"expr": "avg_over_time(\n probe_success{\n job=~\"$job\",\n instance=~\"$instance\"\n }[30d]\n)\n"
}
],
"title": "Uptime 30d",
"type": "stat"
},
{
"datasource": {
"type": "datasource",
Expand All @@ -365,12 +419,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 0,
"y": 15
},
"id": 9,
"id": 10,
"options": {
"colorMode": "background",
"reduceOptions": {
Expand Down Expand Up @@ -424,12 +478,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 3,
"y": 15
},
"id": 10,
"id": 11,
"options": {
"reduceOptions": {
"calcs": [
Expand Down Expand Up @@ -477,12 +531,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 0,
"y": 18
"y": 17
},
"id": 11,
"id": 12,
"options": {
"colorMode": "background",
"reduceOptions": {
Expand Down Expand Up @@ -528,12 +582,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 3,
"y": 18
"y": 17
},
"id": 12,
"id": 13,
"options": {
"reduceOptions": {
"calcs": [
Expand Down Expand Up @@ -580,12 +634,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 6,
"x": 0,
"y": 21
"y": 19
},
"id": 13,
"id": 14,
"options": {
"colorMode": "background",
"graphMode": "none"
Expand Down Expand Up @@ -629,12 +683,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 0,
"y": 24
"y": 22
},
"id": 14,
"id": 15,
"options": {
"colorMode": "background",
"reduceOptions": {
Expand Down Expand Up @@ -668,12 +722,12 @@
}
},
"gridPos": {
"h": 3,
"h": 2,
"w": 3,
"x": 3,
"y": 24
"y": 22
},
"id": 15,
"id": 16,
"options": {
"reduceOptions": {
"calcs": [
Expand Down Expand Up @@ -710,9 +764,9 @@
"h": 4,
"w": 3,
"x": 0,
"y": 27
"y": 25
},
"id": 16,
"id": 17,
"options": {
"reduceOptions": {
"calcs": [
Expand Down Expand Up @@ -747,9 +801,9 @@
"h": 4,
"w": 3,
"x": 3,
"y": 27
"y": 25
},
"id": 17,
"id": 18,
"options": {
"reduceOptions": {
"calcs": [
Expand Down Expand Up @@ -790,7 +844,7 @@
"x": 6,
"y": 11
},
"id": 18,
"id": 19,
"options": {
"legend": {
"calcs": [
Expand Down Expand Up @@ -853,7 +907,7 @@
"x": 6,
"y": 21
},
"id": 19,
"id": 20,
"options": {
"legend": {
"calcs": [
Expand Down

0 comments on commit a3a1ec7

Please sign in to comment.