Changed
- Update Cilium Performance BPF map pressure panel datasource.
- Dashboard labels for observability-operator provisioning.
CAPI Overview
dashboard.Cluster Overview
dashboard.Cluster Overview
dashboard..
pattern in regular expressions in PromQL matches newline characters. With this change regular expressions like .*
match strings that include \n
. To maintain the old behaviour, you will have to change regular expressions by replacing all .
patterns with [^\n]
, e.g. foo[^\n]*
. This upgrades PromQL compatibility from Prometheus 2.0 to 3.0. #9844Promtail overview
dashboard.This part of our documentation refers to our vintage product. The content may be not valid anymore for our current product. Please check our new documentation hub for the latest state of our docs.