Skip to content

Commit

Permalink
added more Grafana dashboards as templates
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Feb 15, 2022
1 parent af3168d commit 79c35c8
Show file tree
Hide file tree
Showing 10 changed files with 10,964 additions and 19 deletions.
1,042 changes: 1,042 additions & 0 deletions deployment/operations/grafana-dashboards/Cache_Metrics.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,026 changes: 1,026 additions & 0 deletions deployment/operations/grafana-dashboards/Connectivity_ACKS.json

Large diffs are not rendered by default.

2,304 changes: 2,304 additions & 0 deletions deployment/operations/grafana-dashboards/Connectivity_Metrics.json

Large diffs are not rendered by default.

2,017 changes: 2,017 additions & 0 deletions deployment/operations/grafana-dashboards/Gateway_Traces.json

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions deployment/operations/grafana-dashboards/JVM_Metrics.json
Expand Up @@ -301,13 +301,6 @@
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "#Deprecated old format of Kamon. Kept for compatibility during release phase. Can be removed after deplyoment of 222-1.2.1-bosch-6\nsum(idelta(jvm_memory_bytes_sum{segment=\"heap\",job=\"$Application\", instance=~\"$Instance\"}[5m])) by (measure, instance)\n/\nsum(idelta(jvm_memory_bytes_count{segment=\"heap\",job=\"$Application\", instance=~\"$Instance\"}[5m])) by (measure, instance)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{measure}} : {{instance}}",
"refId": "A"
},
{
"expr": "#Max memory of JVM. Enable for analysis purpose\nsum(jvm_memory_pool_max_bytes{job=~\"$Application\", instance=~\"$Instance\"}) by(job, instance)",
"hide": true,
Expand Down Expand Up @@ -421,13 +414,6 @@
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "#Deprecated old format of Kamon. Kept for compatibility during release phase. Can be removed after deplyoment of 222-1.2.1-bosch-6\nsum(idelta(jvm_memory_bytes_sum{segment=\"non-heap\",job=\"$Application\", instance=~\"$Instance\"}[5m])) by (measure, instance)\n/\nsum(idelta(jvm_memory_bytes_count{segment=\"non-heap\",job=\"$Application\", instance=~\"$Instance\"}[5m])) by (measure, instance)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{measure}} : {{instance}}",
"refId": "A"
},
{
"expr": "jvm_memory_max_bytes{region=\"non-heap\",job=\"$Application\", instance=~\"$Instance\"}",
"legendFormat": "max: {{instance}}",
Expand Down Expand Up @@ -656,11 +642,6 @@
"stack": false,
"steppedLine": false,
"targets": [
{
"expr": "#Deprecated old format of Kamon. Kept for compatibility during release phase. Can be removed after deplyoment of 222-1.2.1-bosch-6\nsum(jvm_threads{job=\"$Application\",instance=~\"$Instance\"}) by (measure)",
"legendFormat": "{{measure}}",
"refId": "D"
},
{
"expr": "sum(jvm_threads_peak{job=\"$Application\",instance=~\"$Instance\"})",
"legendFormat": "peak",
Expand Down

0 comments on commit 79c35c8

Please sign in to comment.