Skip to content

Commit

Permalink
add link to metrics.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
karlseguin committed Jan 22, 2024
1 parent b089e21 commit eb86766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Structured Logging for Zig

logz is an opinionated structured logger that outputs to stdout or stderr using logfmt or JSON. It aims to minimize runtime memory allocation by using a pool of pre-allocated loggers.

# Metrics
If you're looking for metrics, check out my <a href="https://github.com/karlseguin/metrics.zig">prometheus library for Zig</a>.

# Installation
This library supports native Zig module (introduced in 0.11). Add a "logz" dependency to your `build.zig.zon`.

Expand Down

0 comments on commit eb86766

Please sign in to comment.