forked from
karlseguin.tngl.sh/metrics.zig
Prometheus metrics for library and application developers
Commits
Author
Commit
Message
Date
https://github.com/karlseguin/metrics.zig/issues/11
fix deprecated things (#23096) and writergate (#24329) in 0.15 dev cycle
1. No need to call "try" to init gauge
2. Label type changed when passed via auxillary function via "anytype"
Fix concurrent create on counter and gauge vectors
This avoids 1 write to writer. Possible in the case of Gauge and Counters. Not
possible for any *Vec metric as well as plain Histograms.