
Canonical Observability Stack Proxy
Channel | Revision | Published | Runs on |
---|---|---|---|
1/stable | 155 | 08 Jul 2025 | |
1/stable | 156 | 08 Jul 2025 | |
1/stable | 139 | 26 Jun 2025 | |
1/stable | 140 | 26 Jun 2025 | |
1/candidate | 155 | 26 Jun 2025 | |
1/candidate | 156 | 26 Jun 2025 | |
1/candidate | 139 | 10 Jun 2025 | |
1/candidate | 140 | 10 Jun 2025 | |
1/beta | 155 | 10 Jun 2025 | |
1/beta | 156 | 10 Jun 2025 | |
1/beta | 139 | 13 May 2025 | |
1/beta | 140 | 13 May 2025 | |
1/edge | 156 | 05 Jun 2025 | |
1/edge | 155 | 05 Jun 2025 | |
1/edge | 140 | 13 May 2025 | |
1/edge | 139 | 13 May 2025 | |
2/edge | 154 | 05 Jun 2025 | |
2/edge | 153 | 05 Jun 2025 |
juju deploy cos-proxy --channel 1/stable
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
-
forward_alert_rules | boolean
Default: True
Toggle forwarding of alert rules.
-
nrpe_alert_on_warning | boolean
Enable alerting on NRPE warnings
When true, the expression changes from
round(avg_over_time(command_status) > 1
toround(avg_over_time(command_status) >= 1
and alerts will still be labelled asseverity: warning
. From the NRPE severity calculation,1
means warning and2
means critical.Warning: some users may have dynamic alerting (e.g. in PagerDuty) and these would warnings could flood notifications.