Add hostmetrics receiver and OTel Collector telemetry, and move Alertmanager and Blackbox scraping to the collector. Raise collector memory limits, restrict Blackbox to HTTP 200, and add collector and Caddy down alerts with inhibition. Update portfolio title and copy.
11 lines
202 B
YAML
11 lines
202 B
YAML
modules:
|
|
http_2xx:
|
|
prober: http
|
|
timeout: 5s
|
|
http:
|
|
valid_status_codes: [200]
|
|
method: GET
|
|
preferred_ip_protocol: "ip4"
|
|
tls_config:
|
|
insecure_skip_verify: true
|