Prometheus metrics for library and application developers
0

Configure Feed

Select the types of activity you want to include in your feed.

metrics.zig / build.zig.zon
270 B 14 lines
1.{ 2 .name = .metrics, 3 .paths = .{ 4 "LICENSE", 5 "build.zig", 6 "build.zig.zon", 7 "readme.md", 8 "src", 9 "example", 10 }, 11 .version = "0.0.0", 12 .minimum_zig_version = "0.16.0", 13 .fingerprint = 0x228aaae778b8b15b, 14}