Skip to content

Commit

Permalink
Merge pull request #207 from lidofinance/fix/prom-relable
Browse files Browse the repository at this point in the history
fix: metric_relabel_configs
  • Loading branch information
AlexanderLukin authored Dec 11, 2023
2 parents 729d538 + 54129f6 commit 7b8601b
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 7b8601b

Please sign in to comment.