Releases: yeya24/promlinter
Releases · yeya24/promlinter
Release v0.3.0
Highlighted Features
Thanks to @coanor for his great contribution in #39. There are several new features for list metrics:
- List metrics command now supports listing metrics from the vendor with
with-vendor
flag. - List metrics command now supports listing label names from metrics definition.
- List metrics command now supports Markdown as an output format.
- List metrics command now has pretty JSON output.
What's Changed
- add support for json/yaml output to list by @k15r in #35
- fix go.mod by @k15r in #36
- Update go version to v1.20 by @yeya24 in #41
- fix: index out of range by @ldez in #43
- feat: add multiple features and fix by @coanor in #39
- update go mod by @yeya24 in #44
New Contributors
- @k15r made their first contribution in #35
- @ldez made their first contribution in #43
- @coanor made their first contribution in #39
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
Merge pull request #34 from yeya24/bump-ci bump workflow go version to 1.16
Release v0.1.0
This is the first release of promlinter.
Now promlinter tool supports two sub commands:
promlinter list
can list the metrics info from your code, including metric name, help, type in a table form.promlinter lint
can retrieve the metrics info from your code and lint them via promlint.