Skip to content

Instantly share code, notes, and snippets.

View whatnick's full-sized avatar

Tisham Dhar whatnick

View GitHub Profile
@whatnick
whatnick / metrics
Created September 14, 2024 10:34
Retina Metrics while running on AWS VPC CNI with Network Policy enabled
# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles.
# TYPE go_gc_duration_seconds summary
go_gc_duration_seconds{quantile="0"} 1.5926e-05
go_gc_duration_seconds{quantile="0.25"} 4.8064e-05
go_gc_duration_seconds{quantile="0.5"} 6.3992e-05
go_gc_duration_seconds{quantile="0.75"} 7.6946e-05
go_gc_duration_seconds{quantile="1"} 0.000109021
go_gc_duration_seconds_sum 0.00057152
go_gc_duration_seconds_count 9
# HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent