v1.1.0
This release introduces the Info metric for static content. Additionally it contains small bugfixes as well as consistency checks.
Prometheus-cpp now requires a C++ 14 compatible compiler.
Core
- fix: enforce requirements on bucket boundaries
- fix: reject invalid label names
- feat: Add Info metric
- feat: Binary search for bucket boundaries in Histogram::Observe
- feat: Add new constructor for Histogram and Summary taking rvalue ref of parameters
- test: prevent rotation on slow CPUs
Pull
- feat: Add SSL support to Bazel build
Push
- feat: Add push support http header customization
- fix: Allow POST empty data