Bugfix: clone labels when interpolating metric name (#235)
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
Please register or sign in to comment