You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
820 B
820 B
Prometheus.jl changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2023-11-03
First stable release of Prometheus.jl:
- Supported collectors: Counter, Gauge, Summary
- Support for default and custom collector registries
- Support for metric labeling
- Support for exposing metrics to file and over HTTP
- Support for gzip compression when exposing over HTTP
See README.md for details and documentation.