• Cole White's avatar
    Bugfix: clone labels when interpolating metric name (#235) · 033cfc9e
    Cole White authored
    When the log metrics output is first in line,
    `metrics.utils.formatLabels` will mutate the labels array.
    This mutation will leak to the other metrics clients and manifest
    as an Invalid number of arguments in prom-client.
    
    Bump to 2.8.2
    
    Bug: T278141
    033cfc9e
Analyzing file…