You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump prometheus client version from 0.15.0 to 0.16.0 (apache#16591)
### Motivation
prometheus client 0.16.0 contains some approvements that we can benefit from. Thanks for @dave2wave@michaeljmarshall the reminder and pointing out.
> [ENHANCEMENT] Reduce the number of core threads in HTTPServer from 5 to 1. The HTTPServer will still start up to 5 threads on demand if there are parallel requests, but it will use only 1 thread as long as requests are sequential (prometheus/client_java#786).
[ENHANCEMENT] Optimize metric name sanitization: Replace the regular expression with a hard-coded optimized algorithm to improve performance (prometheus/client_java#777). Thanks @fwbrasil
See https://github.com/prometheus/client_java/releases
### Modifications
Bump prometheus client version from 0.15.0 to 0.16.0
### Documentation
Check the box below or label this PR directly.
Need to update docs?
- [x] `doc-not-needed`
dependency updates, no need doc
(cherry picked from commit 948000b)
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
0 commit comments