last9-cdk
Project Description
Last9 Golang CDK is a way to emit commonly aggregated metrics straight from your Golang application that serves HTTP traffic.
Why?Traditional metrics emitters emit, per-path or handler-based metrics. Both these approaches have their drawbacks.
- Per-path-based metrics can explode the cardinality because
/user/foo
/user/bar
and so on can result in millions of endpoints. - handler-based metrics can absorb details of the route details.
Links
Download source code as [.zip file] [.tar.gz file]
Documentation: [README]