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.
- Release as
prometheus-clientandprometheus-client-derive-text-encode.
- Implement
Gauge::decandGauge::dec_by. See PR 30.
Note: This was initially released as v0.12.1 but later on yanked due to it
including a breaking change. See PR 24 for details.
- Allow family to use constructors that do not coerce to function pointers. See PR 21.
- 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 prometheus-client-derive-text-encode v0.1.1 which handles keyword identifiers aka raw identifiers
- Added
metrics::histogram::linear_buckets. prometheus#13
- Renamed
metrics::histogram::exponential_seriestometrics::histogram::exponential_buckets. prometheus#13