Skip to content

Commit

Permalink
narrow down each panel to $Job b/c struppi is 2x in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Apr 21, 2024
1 parent a7294ec commit 6e196f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dashboards/tor-snowflake-1m.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\"}[1h])) * 3600",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[1h])) * 3600",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -282,7 +282,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "process_open_fds{instance=~\"$Instance\"}",
"expr": "process_open_fds{instance=~\"$Instance\", job=~\"$Job\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand Down Expand Up @@ -489,7 +489,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(process_cpu_seconds_total{instance=~\"$Instance\"}[1h]))",
"expr": "sum by(instance) (rate(process_cpu_seconds_total{instance=~\"$Instance\", job=~\"$Job\"}[1h]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -593,7 +593,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\"}[10m]))",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -695,7 +695,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "process_resident_memory_bytes{instance=~\"$Instance\"}",
"expr": "process_resident_memory_bytes{instance=~\"$Instance\", job=~\"$Job\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand Down Expand Up @@ -798,7 +798,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "process_virtual_memory_bytes{instance=~\"$Instance\"}",
"expr": "process_virtual_memory_bytes{instance=~\"$Instance\", job=~\"$Job\"}",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand Down Expand Up @@ -874,6 +874,6 @@
"timezone": "",
"title": "Tor Snowflake 1m",
"uid": "b1cf61bb-53e2-44e9-9f96-af33116dee8a",
"version": 57,
"version": 59,
"weekStart": ""
}

0 comments on commit 6e196f8

Please sign in to comment.