Skip to content
Snippets Groups Projects

Master to main

Merged Sigmund, Dominik requested to merge master into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -100,6 +100,7 @@ export class Metrics {
inc[label] = value
this._customMetrics[name].inc(inc)
}
public decCustomMetric = (name: string, label: string, value: string): void => {
const dec: any = {}
dec[label] = value
Loading