common
common copied to clipboard
Go libraries shared across Prometheus components and libraries.
Good day, While I was checking some profiles I noticed that `EscapeName` and `EscapeMetricFamily` where doing a lot of allocation. This PR reduce this a little by pre-allocating the `Metric`...
this CI has not succeeded in over 7 months. We should fix it or replace it with something that works.
The common parser does not correctly decode open metrics text format. Prometheus' parser is highly optimized and specialized for its scraping use-case, and there is a need for a better...