Remote write abacus metrics (#141)

pull/142/head
Trevor Porter 3 years ago committed by GitHub
parent cc3ff89e47
commit e72aafae77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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__'],
},
],

Loading…
Cancel
Save