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:
parent
2034259a09
commit
02f4ab90ce
10 changed files with 190 additions and 181 deletions
|
@ -509,8 +509,8 @@
|
|||
{
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
|
@ -532,10 +532,10 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": null,
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
|
@ -557,8 +557,11 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": "",
|
||||
"current": { },
|
||||
"allValue": ".*",
|
||||
"current": {
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
|
|
|
@ -829,8 +829,8 @@
|
|||
{
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "$prometheus_datasource",
|
||||
"hide": 0,
|
||||
|
@ -850,10 +850,10 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": null,
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": "$prometheus_datasource",
|
||||
"hide": 0,
|
||||
|
@ -873,8 +873,11 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": "",
|
||||
"current": { },
|
||||
"allValue": ".*",
|
||||
"current": {
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
|
|
|
@ -720,8 +720,8 @@
|
|||
{
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
|
@ -743,10 +743,10 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": null,
|
||||
"allValue": ".+",
|
||||
"current": {
|
||||
"text": "",
|
||||
"value": ""
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
|
@ -768,8 +768,11 @@
|
|||
"useTags": false
|
||||
},
|
||||
{
|
||||
"allValue": "",
|
||||
"current": { },
|
||||
"allValue": ".*",
|
||||
"current": {
|
||||
"text": "all",
|
||||
"value": "$__all"
|
||||
},
|
||||
"datasource": {
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The number of replication operations that are pending in Active Directory.\nThese operations could include a variety of tasks, such as updating directory objects, processing changes made on other domain controllers, or applying new schema updates.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -93,7 +93,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "sum(windows_ad_replication_pending_operations{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"})",
|
||||
"legendFormat": "Operations"
|
||||
|
@ -105,7 +105,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The current number of active threads in the directory service.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -137,7 +137,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "sum(windows_ad_directory_service_threads{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"})",
|
||||
"legendFormat": "Directory service threads"
|
||||
|
@ -168,7 +168,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The number of synchronization requests that are pending in Active Directory. Synchronization in AD refers to the process of ensuring that changes (like updates to user accounts, group policies, etc.) are consistently applied across all domain controllers.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -200,7 +200,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "sum(windows_ad_replication_pending_synchronizations{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"})",
|
||||
"legendFormat": "Operations"
|
||||
|
@ -212,7 +212,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The rate at which LDAP bind requests are being made.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -249,7 +249,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_binds_total{bind_method=~\"ldap\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}}"
|
||||
|
@ -261,7 +261,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The rate of LDAP read, search, and write operations.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -298,7 +298,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_directory_operations_total{origin=~\"ldap\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} - {{ operation }}"
|
||||
|
@ -310,7 +310,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Distribution of different types of operations performed on the Active Directory database.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -563,7 +563,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_binds_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} - {{ operation }}"
|
||||
|
@ -676,7 +676,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Rate of replication traffic between servers within the same site.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -719,7 +719,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_replication_data_intrasite_bytes_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]) * 8",
|
||||
"legendFormat": "{{instance}} - {{ direction }}"
|
||||
|
@ -731,7 +731,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Rate of replication traffic between servers across different sites.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -774,7 +774,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_replication_data_intersite_bytes_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]) * 8",
|
||||
"legendFormat": "{{instance}} - {{ direction }}"
|
||||
|
@ -786,7 +786,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The rate of traffic received from other replication partners.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -827,7 +827,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_replication_inbound_objects_updated_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} objects"
|
||||
|
@ -835,7 +835,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_replication_inbound_properties_updated_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} properties"
|
||||
|
@ -847,7 +847,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Distribution of different types of operations performed on the Active Directory database.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -970,7 +970,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_database_operations_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} - {{ operation }}"
|
||||
|
@ -1039,7 +1039,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The rate of database operations.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -1081,7 +1081,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "rate(windows_ad_database_operations_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{instance}} - {{ operation }}"
|
||||
|
@ -1099,8 +1099,8 @@
|
|||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "",
|
||||
"type": "datasource"
|
||||
|
@ -1108,7 +1108,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Job",
|
||||
|
@ -1122,7 +1122,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Instance",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -377,8 +377,8 @@
|
|||
},
|
||||
{
|
||||
"hide": 2,
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -85,7 +85,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Filesystem space utilisation in bytes.",
|
||||
"fieldConfig": {
|
||||
|
@ -123,7 +123,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_free_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "{{ volume }} available"
|
||||
|
@ -135,7 +135,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "This table provides information about total disk space, used space, available space, and usage percentages for each mounted file system on the system.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -249,7 +249,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_size_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -259,7 +259,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_free_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -365,7 +365,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Disk read/writes in bytes per second.",
|
||||
"fieldConfig": {
|
||||
|
@ -424,7 +424,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_read_bytes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} read"
|
||||
|
@ -432,7 +432,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_write_bytes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} written"
|
||||
|
@ -440,7 +440,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "(1-clamp_max(irate(windows_logical_disk_idle_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]),1)) * 100",
|
||||
"legendFormat": "{{ volume }} io util"
|
||||
|
@ -452,7 +452,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The number of I/O requests per second for the device/volume.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -505,7 +505,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_reads_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n",
|
||||
"legendFormat": "{{ volume }} reads"
|
||||
|
@ -513,7 +513,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_writes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n",
|
||||
"legendFormat": "{{ volume }} writes"
|
||||
|
@ -525,7 +525,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The average time for requests issued to the device to be served.\nThis includes the time spent by the requests in queue and the time spent servicing them.'\n",
|
||||
"fieldConfig": {
|
||||
|
@ -578,7 +578,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_read_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n/\nirate(windows_logical_disk_reads_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n",
|
||||
"legendFormat": "{{ volume }} avg read time"
|
||||
|
@ -586,7 +586,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_write_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n/\nirate(windows_logical_disk_writes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])\n",
|
||||
"legendFormat": "{{ volume }} avg write time"
|
||||
|
@ -598,7 +598,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Disk average IO queue.",
|
||||
"fieldConfig": {
|
||||
|
@ -650,7 +650,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_avg_read_requests_queued{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} read queue"
|
||||
|
@ -658,7 +658,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_avg_write_requests_queued{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} write queue"
|
||||
|
@ -676,8 +676,8 @@
|
|||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
@ -686,7 +686,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Job",
|
||||
|
@ -701,7 +701,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": false,
|
||||
"label": "Instance",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -61,7 +61,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "All Windows instances' perfomance at a glance.",
|
||||
"fieldConfig": {
|
||||
|
@ -416,7 +416,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -426,7 +426,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "time() - windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -436,7 +436,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_logical_processors{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -446,7 +446,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100))",
|
||||
"format": "table",
|
||||
|
@ -457,7 +457,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -468,7 +468,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - windows_os_physical_memory_free_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} / windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} * 100",
|
||||
"format": "table",
|
||||
|
@ -478,7 +478,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_size_bytes{volume=\"C:\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -488,7 +488,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - windows_logical_disk_free_bytes{volume=\"C:\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}/windows_logical_disk_size_bytes{volume=\"C:\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*100",
|
||||
"format": "table",
|
||||
|
@ -498,7 +498,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "count by (instance) (max_over_time(ALERTS{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\", alertstate=\"firing\", severity=\"critical\"}[1m])) * group by (instance) (windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"})",
|
||||
"format": "table",
|
||||
|
@ -508,7 +508,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "count by (instance) (max_over_time(ALERTS{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\", alertstate=\"firing\", severity=\"warning\"}[1m])) * group by (instance) (windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"})",
|
||||
"format": "table",
|
||||
|
@ -561,7 +561,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Top 25",
|
||||
"fieldConfig": {
|
||||
|
@ -646,7 +646,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25,100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100)))",
|
||||
"legendFormat": "{{instance}}"
|
||||
|
@ -654,7 +654,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "avg(100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100)))",
|
||||
"legendFormat": "Mean"
|
||||
|
@ -666,7 +666,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Top 25",
|
||||
"fieldConfig": {
|
||||
|
@ -751,7 +751,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25,100 - windows_os_physical_memory_free_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} / windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} * 100)",
|
||||
"legendFormat": "{{instance}}"
|
||||
|
@ -759,7 +759,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "avg(100 - windows_os_physical_memory_free_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} / windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} * 100)",
|
||||
"legendFormat": "Mean"
|
||||
|
@ -771,7 +771,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Top 25",
|
||||
"fieldConfig": {
|
||||
|
@ -856,7 +856,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25,(1-clamp_max(irate(windows_logical_disk_idle_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]),1)) * 100)",
|
||||
"legendFormat": "{{instance}}: {{volume}}"
|
||||
|
@ -864,7 +864,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "avg((1-clamp_max(irate(windows_logical_disk_idle_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]),1)) * 100)",
|
||||
"legendFormat": "Mean"
|
||||
|
@ -876,7 +876,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Top 25",
|
||||
"fieldConfig": {
|
||||
|
@ -961,7 +961,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25,100 - windows_logical_disk_free_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}/windows_logical_disk_size_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*100)",
|
||||
"legendFormat": "{{instance}}: {{volume}}"
|
||||
|
@ -969,7 +969,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "avg(100 - windows_logical_disk_free_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}/windows_logical_disk_size_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*100)",
|
||||
"legendFormat": "Mean"
|
||||
|
@ -981,7 +981,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Top 25.\n\n**Network errors**:\n\nNetwork errors refer to issues that occur during the transmission of data across a network. \n\nThese errors can result from various factors, including physical issues, jitter, collisions, noise and interference.\n\nMonitoring network errors is essential for diagnosing and resolving issues, as they can indicate problems with network hardware or environmental factors affecting network quality.\n\n**Dropped packets**:\n\nDropped packets occur when data packets traveling through a network are intentionally discarded or lost due to congestion, resource limitations, or network configuration issues. \n\nCommon causes include network congestion, buffer overflows, QoS settings, and network errors, as corrupted or incomplete packets may be discarded by receiving devices.\n\nDropped packets can impact network performance and lead to issues such as degraded voice or video quality in real-time applications.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -1022,7 +1022,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25, irate(windows_net_packets_outbound_errors_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))>0.5",
|
||||
"legendFormat": "{{instance}}: {{ nic }} transmitted"
|
||||
|
@ -1030,7 +1030,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25, irate(windows_net_packets_received_errors_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))>0.5",
|
||||
"legendFormat": "{{instance}}: {{ nic }} received"
|
||||
|
@ -1038,7 +1038,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25, irate(windows_net_packets_received_unknown_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))>0.5",
|
||||
"legendFormat": "{{instance}}: {{ nic }} received (unknown)"
|
||||
|
@ -1046,7 +1046,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25, irate(windows_net_packets_outbound_discarded_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))>0.5",
|
||||
"legendFormat": "{{instance}}: {{ nic }} transmitted packets dropped"
|
||||
|
@ -1054,7 +1054,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "topk(25, irate(windows_net_packets_received_discarded_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))>0.5",
|
||||
"legendFormat": "{{instance}}: {{ nic }} received packets dropped"
|
||||
|
@ -1072,8 +1072,8 @@
|
|||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
@ -1082,7 +1082,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Job",
|
||||
|
@ -1097,7 +1097,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Instance",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -389,8 +389,8 @@
|
|||
},
|
||||
{
|
||||
"hide": 2,
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -79,7 +79,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The duration of time that has passed since the last reboot or system start.",
|
||||
"fieldConfig": {
|
||||
|
@ -126,7 +126,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "time() - windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}"
|
||||
}
|
||||
|
@ -137,7 +137,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "System's hostname.",
|
||||
"fieldConfig": {
|
||||
|
@ -170,7 +170,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table"
|
||||
|
@ -182,7 +182,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Version of Windows operating system.",
|
||||
"fieldConfig": {
|
||||
|
@ -215,7 +215,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table"
|
||||
|
@ -227,7 +227,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "OS family includes various versions and editions of the Windows operating system.",
|
||||
"fieldConfig": {
|
||||
|
@ -260,7 +260,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_info{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table"
|
||||
|
@ -272,7 +272,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "CPU count is the number of processor cores or central processing units (CPUs) in a computer,\ndetermining its processing capability and ability to handle tasks concurrently.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -305,7 +305,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_logical_processors{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}"
|
||||
}
|
||||
|
@ -316,7 +316,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Amount of random-access memory (RAM) installed.\nIt represents the system's available working memory that applications and the operating system use to perform tasks.\nA higher memory total generally leads to better system performance and the ability to run more demanding applications and processes simultaneously.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -349,7 +349,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "Memory total"
|
||||
|
@ -361,7 +361,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "A page file (also known as a \"paging file\") is an optional, hidden system file on a hard disk.\nPage files enable the system to remove infrequently accessed modified pages from physical memory to let the system use physical memory more efficiently for more frequently accessed pages.\n\nhttps://learn.microsoft.com/en-us/troubleshoot/windows-client/performance/introduction-to-the-page-file\n",
|
||||
"fieldConfig": {
|
||||
|
@ -394,7 +394,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_paging_limit_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}"
|
||||
}
|
||||
|
@ -405,7 +405,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Total storage capacity on the primary hard drive (usually the system drive) of a computer running a Windows operating system.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -438,7 +438,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_size_bytes{volume=\"C:\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}"
|
||||
}
|
||||
|
@ -461,7 +461,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Total CPU utilization percent is a metric that indicates the overall level of central processing unit (CPU) usage in a computer system.\nIt represents the combined load placed on all CPU cores or processors.\n\nFor instance, if the total CPU utilization percent is 50%, it means that,\non average, half of the CPU's processing capacity is being used to execute tasks. A higher percentage indicates that the CPU is working more intensively, potentially leading to system slowdowns if it remains consistently high.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -496,7 +496,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100))",
|
||||
"legendFormat": "CPU usage"
|
||||
|
@ -508,7 +508,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Total CPU utilization percent is a metric that indicates the overall level of central processing unit (CPU) usage in a computer system.\nIt represents the combined load placed on all CPU cores or processors.\n\nFor instance, if the total CPU utilization percent is 50%, it means that,\non average, half of the CPU's processing capacity is being used to execute tasks. A higher percentage indicates that the CPU is working more intensively, potentially leading to system slowdowns if it remains consistently high.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -551,7 +551,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100))",
|
||||
"legendFormat": "CPU usage"
|
||||
|
@ -575,7 +575,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "RAM (random-access memory) currently in use by the operating system and running applications, in percent.",
|
||||
"fieldConfig": {
|
||||
|
@ -610,7 +610,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - windows_os_physical_memory_free_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} / windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} * 100"
|
||||
}
|
||||
|
@ -621,7 +621,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "RAM (random-access memory) currently in use by the operating system and running applications, in bytes.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -690,7 +690,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"} - windows_os_physical_memory_free_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "Memory used"
|
||||
|
@ -698,7 +698,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_cs_physical_memory_bytes{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "Memory total"
|
||||
|
@ -722,7 +722,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Disk read/writes in bytes per second.",
|
||||
"fieldConfig": {
|
||||
|
@ -781,7 +781,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_read_bytes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} read"
|
||||
|
@ -789,7 +789,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_logical_disk_write_bytes_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ volume }} written"
|
||||
|
@ -797,7 +797,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "(1-clamp_max(irate(windows_logical_disk_idle_seconds_total{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]),1)) * 100",
|
||||
"legendFormat": "{{ volume }} io util"
|
||||
|
@ -809,7 +809,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "This table provides information about total disk space, used space, available space, and usage percentages for each mounted file system on the system.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -923,7 +923,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_size_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -933,7 +933,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_logical_disk_free_bytes{volume!~\"HarddiskVolume.*\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table",
|
||||
|
@ -1051,7 +1051,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Network traffic (bits per sec) measures data transmitted and received.",
|
||||
"fieldConfig": {
|
||||
|
@ -1105,7 +1105,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_bytes_received_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*8",
|
||||
"legendFormat": "{{ nic }} received"
|
||||
|
@ -1113,7 +1113,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_bytes_sent_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*8",
|
||||
"legendFormat": "{{ nic }} transmitted"
|
||||
|
@ -1125,7 +1125,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "**Network errors**:\n\nNetwork errors refer to issues that occur during the transmission of data across a network. \n\nThese errors can result from various factors, including physical issues, jitter, collisions, noise and interference.\n\nMonitoring network errors is essential for diagnosing and resolving issues, as they can indicate problems with network hardware or environmental factors affecting network quality.\n\n**Dropped packets**:\n\nDropped packets occur when data packets traveling through a network are intentionally discarded or lost due to congestion, resource limitations, or network configuration issues. \n\nCommon causes include network congestion, buffer overflows, QoS settings, and network errors, as corrupted or incomplete packets may be discarded by receiving devices.\n\nDropped packets can impact network performance and lead to issues such as degraded voice or video quality in real-time applications.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -1180,7 +1180,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_packets_outbound_errors_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ nic }} transmitted"
|
||||
|
@ -1188,7 +1188,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_packets_received_errors_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ nic }} received"
|
||||
|
@ -1196,7 +1196,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_packets_received_unknown_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ nic }} received (unknown)"
|
||||
|
@ -1204,7 +1204,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_packets_outbound_discarded_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ nic }} transmitted packets dropped"
|
||||
|
@ -1212,7 +1212,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_net_packets_received_discarded_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "{{ nic }} received packets dropped"
|
||||
|
@ -1230,8 +1230,8 @@
|
|||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
@ -1240,7 +1240,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Job",
|
||||
|
@ -1255,7 +1255,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": false,
|
||||
"label": "Instance",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"enable": true,
|
||||
"expr": "windows_system_system_up_time{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}*1000 > $__from < $__to",
|
||||
|
@ -85,7 +85,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Total CPU utilization percent is a metric that indicates the overall level of central processing unit (CPU) usage in a computer system.\nIt represents the combined load placed on all CPU cores or processors.\n\nFor instance, if the total CPU utilization percent is 50%, it means that,\non average, half of the CPU's processing capacity is being used to execute tasks. A higher percentage indicates that the CPU is working more intensively, potentially leading to system slowdowns if it remains consistently high.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -120,7 +120,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100))",
|
||||
"legendFormat": "CPU usage"
|
||||
|
@ -132,7 +132,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Total CPU utilization percent is a metric that indicates the overall level of central processing unit (CPU) usage in a computer system.\nIt represents the combined load placed on all CPU cores or processors.\n\nFor instance, if the total CPU utilization percent is 50%, it means that,\non average, half of the CPU's processing capacity is being used to execute tasks. A higher percentage indicates that the CPU is working more intensively, potentially leading to system slowdowns if it remains consistently high.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -175,7 +175,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "100 - (avg without (mode,core) (rate(windows_cpu_time_total{mode=\"idle\", job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])*100))",
|
||||
"legendFormat": "CPU usage"
|
||||
|
@ -187,7 +187,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "CPU usage by different modes.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -291,7 +291,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "sum by(instance, mode) (irate(windows_cpu_time_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])) \n/ on(instance) \ngroup_left sum by (instance) ((irate(windows_cpu_time_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))) * 100\n",
|
||||
"legendFormat": "{{ mode }}"
|
||||
|
@ -303,7 +303,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "The CPU average queue size in Windows, often referred to as the \"Processor Queue Length\" or \"CPU Queue Length,\" is a metric that measures the number of threads or tasks waiting to be processed by the central processing unit (CPU) at a given moment.\nIt is an essential performance indicator that reflects the workload and responsiveness of the CPU.\nWhen the CPU queue length is high, it indicates that there are more tasks in line for processing than the CPU can handle immediately.\n\nThis can lead to system slowdowns, decreased responsiveness, and potential performance issues. High CPU queue lengths are often associated with CPU saturation, where the CPU is struggling to keep up with the demands placed on it.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -340,7 +340,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_system_processor_queue_length{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}\n",
|
||||
"legendFormat": "CPU average queue"
|
||||
|
@ -352,7 +352,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Context switches occur when the operating system switches from running one process to another. Interrupts are signals sent to the CPU by external devices to request its attention.\n\nA high number of context switches or interrupts can indicate that the system is overloaded or that there are problems with specific devices or processes.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -389,7 +389,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "irate(windows_system_context_switches_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval])",
|
||||
"legendFormat": "Context switches"
|
||||
|
@ -397,7 +397,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "sum without (core) (irate(windows_cpu_interrupts_total{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))",
|
||||
"legendFormat": "Interrupts"
|
||||
|
@ -421,7 +421,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Current system timezone.",
|
||||
"fieldConfig": {
|
||||
|
@ -454,7 +454,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_os_timezone{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"format": "table"
|
||||
|
@ -466,7 +466,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "Status of time synchronization.",
|
||||
"fieldConfig": {
|
||||
|
@ -507,7 +507,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "clamp_max(windows_time_ntp_client_time_sources{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}, 1)",
|
||||
"legendFormat": "NTP status"
|
||||
|
@ -519,7 +519,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"description": "NTP trip delay: Total roundtrip delay experienced by the NTP client in receiving a response from the server for the most recent request,\nin seconds. This is the time elapsed on the NTP client between transmitting a request to the NTP server and receiving a valid response from the server.\n\nTime offset: Absolute time offset between the system clock and the chosen time source, in seconds.\n",
|
||||
"fieldConfig": {
|
||||
|
@ -557,7 +557,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_time_ntp_round_trip_delay_seconds{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "NTP trip delay"
|
||||
|
@ -565,7 +565,7 @@
|
|||
{
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"expr": "windows_time_computed_time_offset_seconds{job=~\".*windows.*\",job=~\"$job\",instance=~\"$instance\"}",
|
||||
"legendFormat": "Time offset"
|
||||
|
@ -583,8 +583,8 @@
|
|||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"label": "Data source",
|
||||
"name": "datasource",
|
||||
"label": "Prometheus datasource",
|
||||
"name": "prometheus_datasource",
|
||||
"query": "prometheus",
|
||||
"regex": "Prometheus|Cortex|Mimir|grafanacloud-.+-prom",
|
||||
"type": "datasource"
|
||||
|
@ -593,7 +593,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": "Job",
|
||||
|
@ -608,7 +608,7 @@
|
|||
"allValue": ".+",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "${datasource}"
|
||||
"uid": "${prometheus_datasource}"
|
||||
},
|
||||
"includeAll": false,
|
||||
"label": "Instance",
|
||||
|
|
Loading…
Reference in a new issue