We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2937db commit a810621Copy full SHA for a810621
jvm-mixin/jvm_rev1.libsonnet
@@ -348,7 +348,7 @@
348
steppedLine: false,
349
targets: [
350
{
351
- expr: 'rate(jvm_gc_collection_seconds_sum{instance=~"$instance"}[1m])',
+ expr: 'rate(jvm_gc_collection_seconds_sum{instance=~"$instance"}[$__rate_interval])',
352
format: 'time_series',
353
interval: '',
354
intervalFactor: 5,
@@ -361,7 +361,7 @@
361
thresholds: [],
362
timeFrom: null,
363
timeShift: null,
364
- title: 'GC time / 1 min. rate',
+ title: 'GC time rate',
365
tooltip: {
366
shared: true,
367
sort: 0,
0 commit comments