This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
OlderNewer