Compilation results for prometheus2005.codfw.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 4688 |
|---|---|
| Resources added: | 2 |
| Resources removed: | 1 |
| Resources modified: | 1 |
| Change percentage: | 0.09% |
Resources only in the new catalog
- File[/srv/prometheus/ops/targets/thanos_store_main_codfw.yaml]
- File[/srv/prometheus/ops/targets/thanos_store_ruler_codfw.yaml]
Resources only in the old catalog
- File[/srv/prometheus/ops/targets/thanos_store_codfw.yaml]
Resources modified
- File[/srv/prometheus/ops/prometheus.yml]
- Content differences:
--- /srv/prometheus/ops/prometheus.yml.orig +++ /srv/prometheus/ops/prometheus.yml @@ -847,7 +847,12 @@ scheme: http file_sd_configs: - files: - - "/srv/prometheus/ops/targets/thanos_store_*.yaml" + - "/srv/prometheus/ops/targets/thanos_store_main_*.yaml" +- job_name: thanos-store-ruler + scheme: http + file_sd_configs: + - files: + - "/srv/prometheus/ops/targets/thanos_store_ruler_*.yaml" - job_name: thanos-compact scheme: http file_sd_configs:
- Content differences: