Skip to content

Instantly share code, notes, and snippets.

@meysammeisam
Created February 7, 2019 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meysammeisam/f817787fbfa3ad9134bc8aff6384c086 to your computer and use it in GitHub Desktop.
Save meysammeisam/f817787fbfa3ad9134bc8aff6384c086 to your computer and use it in GitHub Desktop.
# HELP ruby_collector_working Is the master process collector able to collect metrics
# TYPE ruby_collector_working gauge
ruby_collector_working 1
# HELP ruby_collector_rss total memory used by collector process
# TYPE ruby_collector_rss gauge
ruby_collector_rss 124882944
# HELP ruby_collector_metrics_total Total metrics processed by exporter web.
# TYPE ruby_collector_metrics_total counter
ruby_collector_metrics_total 4
# HELP ruby_collector_sessions_total Total send_metric sessions processed by exporter web.
# TYPE ruby_collector_sessions_total counter
ruby_collector_sessions_total 4
# HELP ruby_collector_bad_metrics_total Total mis-handled metrics by collector.
# TYPE ruby_collector_bad_metrics_total counter
ruby_collector_bad_metrics_total 0
# HELP ruby_heap_free_slots Free ruby heap slots.
# TYPE ruby_heap_free_slots gauge
ruby_heap_free_slots{pid="10",type="master"} 577
ruby_heap_free_slots{pid="12",type="master"} 33930
# HELP ruby_heap_live_slots Used ruby heap slots.
# TYPE ruby_heap_live_slots gauge
ruby_heap_live_slots{pid="10",type="master"} 537461
ruby_heap_live_slots{pid="12",type="master"} 496354
# HELP ruby_rss Total RSS used by process.
# TYPE ruby_rss gauge
ruby_rss{pid="10",type="master"} 122359808
ruby_rss{pid="12",type="master"} 124547072
# HELP ruby_major_gc_ops_total Major GC operations by process.
# TYPE ruby_major_gc_ops_total counter
ruby_major_gc_ops_total{pid="10",type="master"} 10
ruby_major_gc_ops_total{pid="12",type="master"} 11
# HELP ruby_minor_gc_ops_total Minor GC operations by process.
# TYPE ruby_minor_gc_ops_total counter
ruby_minor_gc_ops_total{pid="10",type="master"} 62
ruby_minor_gc_ops_total{pid="12",type="master"} 60
# HELP ruby_allocated_objects_total Total number of allocated objects by process.
# TYPE ruby_allocated_objects_total counter
ruby_allocated_objects_total{pid="10",type="master"} 3138094
ruby_allocated_objects_total{pid="12",type="master"} 3185998
# HELP ruby_web_queued Number of queued web requests
# TYPE ruby_web_queued gauge
ruby_web_queued 129
# HELP ruby_web_active Number of active web requests
# TYPE ruby_web_active gauge
ruby_web_active 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment