Skip to content

Commit 544e391

Browse files
authored
Add label 'origin: cc_worker' to cc-worker's prom_scraper config (#510)
1 parent fdef07c commit 544e391

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jobs/cloud_controller_worker/templates/prom_scraper_config.yml.erb

+2
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ instance_id: <%= spec.id || spec.index.to_s %>
55
scheme: https
66
server_name: "cc_worker_metrics"
77
path: /metrics
8+
labels:
9+
origin: cc_worker
810
<% end -%>

0 commit comments

Comments
 (0)