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 Feb 11, 2025
1 parent be2d9d8 commit cf4807e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/prometheus/dashboards/prometheus-remote-write.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"expr": "(\n prometheus_remote_storage_highest_timestamp_in_seconds{cluster=~\"$cluster\", instance=~\"$instance\"}\n-\n ignoring(remote_name, url) group_right(instance) (prometheus_remote_storage_queue_highest_sent_timestamp_seconds{cluster=~\"$cluster\", instance=~\"$instance\", url=~\"$url\"} != 0)\n)\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{cluster}}:{{instance}} {{remote_name}}:{{url}}"
"legendFormat": "{{cluster}}::{{instance}} {{remote_name}}:{{url}}"
}
],
"title": "Highest Timestamp In vs. Highest Timestamp Sent",
Expand Down Expand Up @@ -285,7 +285,7 @@
"expr": "prometheus_remote_storage_shards_min{cluster=~\"$cluster\", instance=~\"$instance\", url=~\"$url\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{cluster}}:{{instance}} {{remote_name}}:{{url}}"
"legendFormat": "{{cluster}}{{instance}} {{remote_name}}:{{url}}"
}
],
"title": "Min Shards",
Expand Down

0 comments on commit cf4807e

Please sign in to comment.