Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

fix: update metric names to follow prometheus naming guide #228

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

achingbrain
Copy link
Member

The Prometheus metric naming guidelines say they should have suffixes like _total for unit-less counts and _info for metadata.

The [Prometheus metric naming guidelines](https://prometheus.io/docs/practices/naming/)
say they should have suffixes like `_total` for unit-less accumluating
counts and `_info` for metadata.
src/listener.ts Outdated Show resolved Hide resolved
@achingbrain achingbrain merged commit 24c5b37 into master Nov 17, 2022
@achingbrain achingbrain deleted the fix/update-metric-names branch November 17, 2022 10:44
github-actions bot pushed a commit that referenced this pull request Nov 17, 2022
## [6.0.2](v6.0.1...v6.0.2) (2022-11-17)

### Bug Fixes

* update metric names to follow prometheus naming guide ([#228](#228)) ([24c5b37](24c5b37))

### Trivial Changes

* add test for filtering unix socket address ([#229](#229)) ([efcfbb2](efcfbb2)), closes [#132](#132)
@github-actions
Copy link

🎉 This PR is included in version 6.0.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants