Skip to content

Instantly share code, notes, and snippets.

View gedalyahreback's full-sized avatar
🖖
Looking to contribute

Gedalyah Reback gedalyahreback

🖖
Looking to contribute
View GitHub Profile
@gedalyahreback
gedalyahreback / prom_node_exporter_metrix_example
Created December 9, 2020 13:33
Node Exporter Metrics Example
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 0
go_gc_duration_seconds{quantile="0.25"} 0
go_gc_duration_seconds{quantile="0.5"} 0
go_gc_duration_seconds{quantile="0.75"} 0
go_gc_duration_seconds{quantile="1"} 0
go_gc_duration_seconds_sum 0
go_gc_duration_seconds_count 0
# HELP go_goroutines Number of goroutines that currently exist.