Skip to content

Commit

Permalink
fix: metric_relabel_configs
Browse files Browse the repository at this point in the history
  • Loading branch information
vgorkavenko committed Oct 3, 2023
1 parent 6d2bac4 commit 54129f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ scrape_configs:
- targets: ['ethereum-validators-monitoring:8080']
metric_relabel_configs:
- source_labels: [ nos_module_id, nos_id ]
regex: '(\d+);(\d+)'
replacement: ${1};${2}
target_label: nos_global_index

0 comments on commit 54129f6

Please sign in to comment.