Skip to content

Commit c50af3e

Browse files
authored
Merge pull request #243 from lidofinance/feature/si-1466-withdrawals-api-oncall-readiness
fix: added prefix
2 parents fbc901a + e891568 commit c50af3e

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)