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.
- Add
Registry::sub_registry_with_label. See PR 20.
- Rename
Registry::sub_registrytoRegistry::sub_registry_with_prefix. See PR 20.
- Do not separate labels with spaces.
- Encode Info metric labels.
- Add support for OpenMetrics Info metrics (see PR 18).
- Implement
Encodeforu32.
-
Update to open-metrics-client-derive-text-encode v0.1.1 which handles keyword identifiers aka raw identifiers
- Added
metrics::histogram::linear_buckets. #13
- Renamed
metrics::histogram::exponential_seriestometrics::histogram::exponential_buckets. #13