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 Jan 17, 2025
1 parent 105b15f commit f85fee7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/docker/dashboards/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@
}
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down
4 changes: 4 additions & 0 deletions assets/kafka/dashboards/kafka-overview-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down Expand Up @@ -363,6 +364,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No packets",
"unit": "pps"
},
"overrides": [
Expand Down Expand Up @@ -803,6 +805,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down Expand Up @@ -903,6 +906,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No packets",
"unit": "pps"
},
"overrides": [
Expand Down
2 changes: 2 additions & 0 deletions assets/kafka/dashboards/kafka-topic-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down Expand Up @@ -315,6 +316,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down
1 change: 1 addition & 0 deletions assets/opensearch/dashboards/node-overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down
1 change: 1 addition & 0 deletions assets/pgbouncer/dashboards/overview
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "Bps"
}
},
Expand Down
2 changes: 2 additions & 0 deletions assets/windows-active-directory/dashboards/activedirectory
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
}
},
Expand Down Expand Up @@ -744,6 +745,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
}
},
Expand Down
8 changes: 4 additions & 4 deletions assets/windows/dashboards/fleet
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
"links": [
{
"title": "Drill down to this instance",
"url": "d/windows-overview?var-instance=${__field.labels.instance}&${__url_time_range}"
"url": "/d/windows-overview?var-instance=${__field.labels.instance}&${__url_time_range}&${datasource:queryparam}"
}
],
"max": 100,
Expand Down Expand Up @@ -685,7 +685,7 @@
"links": [
{
"title": "Drill down to this instance",
"url": "d/windows-overview?var-instance=${__field.labels.instance}&${__url_time_range}"
"url": "/d/windows-overview?var-instance=${__field.labels.instance}&${__url_time_range}&${datasource:queryparam}"
}
],
"max": 100,
Expand Down Expand Up @@ -790,7 +790,7 @@
"links": [
{
"title": "Drill down to this instance",
"url": "d/windows-overview?var-instance=${__field.labels.instance}&var-volume=${__field.labels.volume}&${__url_time_range}"
"url": "/d/windows-overview?var-instance=${__field.labels.instance}&var-volume=${__field.labels.volume}&${__url_time_range}&${datasource:queryparam}"
}
],
"max": 100,
Expand Down Expand Up @@ -895,7 +895,7 @@
"links": [
{
"title": "Drill down to this instance",
"url": "d/windows-overview?var-instance=${__field.labels.instance}&var-volume=${__field.labels.volume}&${__url_time_range}"
"url": "/d/windows-overview?var-instance=${__field.labels.instance}&var-volume=${__field.labels.volume}&${__url_time_range}&${datasource:queryparam}"
}
],
"max": 100,
Expand Down
1 change: 1 addition & 0 deletions assets/windows/dashboards/overview
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,7 @@
"showPoints": "never"
},
"decimals": 1,
"noValue": "No traffic",
"unit": "bps"
},
"overrides": [
Expand Down

0 comments on commit f85fee7

Please sign in to comment.