VictoriaMetrics / metrics

Lightweight alternative to github.com/prometheus/client_golang
MIT License
543 stars 63 forks source link

go_metrics: adds new runtime metrics #58

Closed f41gh7 closed 11 months ago

f41gh7 commented 11 months ago

go_sched_latency_seconds - Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running go_mutex_wait_total_seconds - Approximate cumulative time goroutines have spent blocked on a sync.Mutex or sync.RWMutex https://github.com/VictoriaMetrics/metrics/issues/54

codecov[bot] commented 11 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (ae1e9d8) 85.69% compared to head (6945973) 86.10%.

:exclamation: Current head 6945973 differs from pull request most recent head 77e6234. Consider uploading reports for the commit 77e6234 to get more accurate results

Files Patch % Lines
go_metrics.go 92.72% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #58 +/- ## ========================================== + Coverage 85.69% 86.10% +0.40% ========================================== Files 11 11 Lines 895 950 +55 ========================================== + Hits 767 818 +51 - Misses 106 110 +4 Partials 22 22 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

valyala commented 11 months ago

@f41gh7 , thanks for the pull request!