diff --git a/typescript/abacus-deploy/src/infrastructure/monitoring/prometheus.ts b/typescript/abacus-deploy/src/infrastructure/monitoring/prometheus.ts index 406c5b034..ea2da936c 100644 --- a/typescript/abacus-deploy/src/infrastructure/monitoring/prometheus.ts +++ b/typescript/abacus-deploy/src/infrastructure/monitoring/prometheus.ts @@ -78,7 +78,8 @@ async function getPrometheusConfig( write_relabel_configs: [ { action: 'keep', - regex: '(container.*|optics.*|Optics.*|prometheus.*|ethereum.*)', + regex: + '(container.*|optics.*|Optics.*|prometheus.*|ethereum.*|abacus.*)', source_labels: ['__name__'], }, ],