Skip to content

Commit e891568

Browse files
committed
fix: added prefix
1 parent a2133e2 commit e891568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/prometheus/prometheus.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class PrometheusService {
3030
});
3131

3232
public envsInfo = this.getOrCreateMetric('Gauge', {
33-
name: 'envs_info',
33+
name: METRICS_PREFIX + 'envs_info',
3434
help: 'Environment variables information',
3535
labelNames: ENV_KEYS,
3636
});

0 commit comments

Comments
 (0)