Skip to content

Commit

Permalink
Change all Ruby VM dashboard metrics to gauges
Browse files Browse the repository at this point in the history
We've noticed that distributions are not a good fit for this. For more
PR appsignal/appsignal-ruby#866 on the Ruby gem.
  • Loading branch information
tombruijn committed Jul 28, 2022
1 parent 7ea69ac commit 8dfafc4
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions dashboards/ruby_vm/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,7 @@
"name": "gc_count",
"fields": [
{
"field": "MEAN"
},
{
"field": "P90"
},
{
"field": "P95"
"field": "GAUGE"
}
],
"tags": [
Expand All @@ -69,13 +63,7 @@
"name": "heap_slots",
"fields": [
{
"field": "MEAN"
},
{
"field": "P90"
},
{
"field": "P95"
"field": "GAUGE"
}
],
"tags": [
Expand All @@ -100,13 +88,7 @@
"name": "ruby_vm",
"fields": [
{
"field": "MEAN"
},
{
"field": "P90"
},
{
"field": "P95"
"field": "GAUGE"
}
],
"tags": [
Expand Down

0 comments on commit 8dfafc4

Please sign in to comment.