Skip to content

Commit

Permalink
update dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Dec 2, 2024
1 parent cc1a1bf commit 7e9ea7e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dashboards/tor-snowflake.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum(rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[5m])) * 3600",
"expr": "sum(rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[10m])) * 3600",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -301,7 +301,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum(rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "sum(rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand All @@ -317,7 +317,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum(rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "sum(rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": false,
Expand Down Expand Up @@ -438,7 +438,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg(rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[5m])) * 3600",
"expr": "avg(rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[10m])) * 3600",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -544,7 +544,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg(rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "avg(rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand All @@ -560,7 +560,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg(rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "avg(rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"hide": false,
"includeNullMetadata": false,
Expand Down Expand Up @@ -666,7 +666,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "avg(rate(process_cpu_seconds_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "avg(rate(process_cpu_seconds_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -786,7 +786,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[5m])) * 3600",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_connections_total{instance=~\"$Instance\", job=~\"$Job\"}[10m])) * 3600",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -892,7 +892,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_traffic_inbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[10m]))",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1104,7 +1104,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "sum by(instance) (rate(tor_snowflake_proxy_traffic_outbound_bytes_total{instance=~\"$Instance\", job=~\"$Job\"}[5m]))",
"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 @@ -1313,7 +1313,7 @@
},
"disableTextWrap": false,
"editorMode": "builder",
"expr": "rate(process_cpu_seconds_total{instance=~\"$Instance\", job=~\"$Job\"}[5m])",
"expr": "rate(process_cpu_seconds_total{instance=~\"$Instance\", job=~\"$Job\"}[10m])",
"fullMetaSearch": false,
"includeNullMetadata": false,
"instant": false,
Expand Down Expand Up @@ -1377,13 +1377,13 @@
]
},
"time": {
"from": "now-7d",
"from": "now-3h",
"to": "now"
},
"timepicker": {},
"timezone": "",
"title": "Tor Snowflake",
"uid": "bdsk0bz0y9n9cc",
"version": 61,
"version": 66,
"weekStart": ""
}

0 comments on commit 7e9ea7e

Please sign in to comment.