Skip to content

Commit

Permalink
Merge pull request #2282 from amnonh/fix_manager_ports
Browse files Browse the repository at this point in the history
promethues.consul: update manager port to 5090
  • Loading branch information
amnonh authored May 8, 2024
2 parents 90f7fb8 + 818517b commit 29b08d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/prometheus.consul.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ scrape_configs:
- source_labels: [instance]
regex: '(.*)'
target_label: __address__
replacement: '${1}:56090'
replacement: '${1}:5090'
metric_relabel_configs:
- regex: 'help|exported_instance|type'
action: labeldrop
Expand Down

0 comments on commit 29b08d7

Please sign in to comment.