Skip to content

Commit

Permalink
Remove GC time graph for now
Browse files Browse the repository at this point in the history
It's not reporting any values unless the GC profiler is enabled, which
it isn't by default. I want to avoid confusion by shipping an always
empty graph by default so I'm removing it now.
We can always add it back later.
  • Loading branch information
tombruijn committed Jul 28, 2022
1 parent 224f0b3 commit 01249df
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions dashboards/ruby_vm/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,31 +142,6 @@
}
],
"type": "timeseries"
},
{
"title": "GC total time",
"description": "The total garbage collection time, in milliseconds",
"line_label": "%name%",
"display": "LINE",
"format": "duration",
"draw_null_as_zero": true,
"metrics": [
{
"name": "gc_total_time",
"fields": [
{
"field": "GAUGE"
}
],
"tags": [
{
"key": "hostname",
"value": "*"
}
]
}
],
"type": "timeseries"
}
]
}
Expand Down

0 comments on commit 01249df

Please sign in to comment.