Skip to content

Commit

Permalink
Regenerate grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GÉRARD committed Aug 20, 2018
1 parent c841b2e commit e1fe4dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions grafana/Cassandra_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3293,7 +3293,7 @@
},
"yaxes": [
{
"format": "bytes",
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -3358,7 +3358,7 @@
"expr": "sum(label_replace(cassandra_stats{datacenter=\"$datacenter\", cluster=\"$cluster\",name=~\"java:lang:memory:.+:(committed|max|used)\"}, \"info\", \"$1 $2\", \"name\", \"java:lang:memory:(.+?):(.+?)\")) by (name)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{% raw %}{{ info }}{% endraw %}",
"legendFormat": "{% raw %}{{ name }}{% endraw %}",
"refId": "A"
},
{
Expand Down
2 changes: 1 addition & 1 deletion grafana/cassandra_default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3093,7 +3093,7 @@
},
"yaxes": [
{
"format": "s",
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
Expand Down
4 changes: 2 additions & 2 deletions grafana/cassandra_kubernetes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3289,7 +3289,7 @@
},
"yaxes": [
{
"format": "bytes",
"format": "ms",
"label": null,
"logBase": 1,
"max": null,
Expand Down Expand Up @@ -3354,7 +3354,7 @@
"expr": "sum(label_replace(cassandra_stats{datacenter=\"$datacenter\", cluster=\"$cluster\",name=~\"java:lang:memory:.+:(committed|max|used)\"}, \"info\", \"$1 $2\", \"name\", \"java:lang:memory:(.+?):(.+?)\")) by (name)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{ info }}",
"legendFormat": "{{ name }}",
"refId": "A"
},
{
Expand Down

0 comments on commit e1fe4dd

Please sign in to comment.