1
0
Fork 0
mirror of https://github.com/monitoring-mixins/website.git synced 2024-12-14 11:37:31 +00:00

assets,site/content: daily assets regeneration

This commit is contained in:
github-actions[bot] 2023-01-27 03:22:48 +00:00
parent ceae557da0
commit 1f356dcc61

View file

@ -124,7 +124,7 @@
"expr": "topk(20,\n max by (cluster, job, instance) (\n memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"} / memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}\n))\n",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{cluster }} / {{ job }} / {{ instance }}",
"legendFormat": "{{ cluster }} / {{ job }} / {{ instance }}",
"legendLink": null,
"step": 10
}