1.7. Cluster Observability Operator 1.0
1.7.1. New features and enhancements 링크 복사링크가 클립보드에 복사되었습니다!
COO is now enabled for OpenShift Container Platform platform monitoring. (COO-476)
- Implements HTTPS support for COO web server. (COO-480)
- Implements authn/authz for COO web server. (COO-481)
- Configures ServiceMonitor resource to collect metrics from COO. (COO-482)
-
Adds
operatorframework.io/cluster-monitoring=trueannotation to the OLM bundle. (COO-483) - Defines the alerting strategy for COO . (COO-484)
- Configures PrometheusRule for alerting. (COO-485)
-
Support level annotations have been added to the
UIPluginCR when created. The support level is based on the plugin type, with values ofDevPreview,TechPreview, orGeneralAvailability. (COO-318)
-
You can now configure the Alertmanager
schemeandtlsConfigfields in the Prometheus CR. (COO-219)
The extended Technical Preview for the troubleshooting panel adds support for correlating traces with Kubernetes resources and directly with other observable signals including logs, alerts, metrics, and network events. (COO-450)
-
You can select a Tempo instance and tenant when you navigate to the tracing page by clicking Observe
Tracing in the web console. The preview troubleshooting panel only works with the openshift-tracing / platforminstance and theplatformtenant. - The troubleshooting panel works best in the Administrator perspective. It has limited functionality in the Developer perspective due to authorization issues with some back ends, most notably Prometheus for metrics and alerts. This will be addressed in a future release.
-
You can select a Tempo instance and tenant when you navigate to the tracing page by clicking Observe
The following table provides information about which features are available depending on the version of Cluster Observability Operator and OpenShift Container Platform:
| COO Version | OCP Versions | Distributed Tracing | Logging | Troubleshooting Panel |
|---|---|---|---|---|
| 1.0 | 4.12 - 4.15 | ✔ | ✔ | ✘ |
| 1.0 | 4.16+ | ✔ | ✔ | ✔ |
1.7.2. CVEs 링크 복사링크가 클립보드에 복사되었습니다!
1.7.3. Bug fixes 링크 복사링크가 클립보드에 복사되었습니다!
-
Previously, the default namespace for the COO installation was
openshift-operators. With this release, the defaullt namespace changes toopenshift-cluster-observability-operator. (COO-32) -
Previously,
korrel8rwas only able to parse time series selector expressions. With this release,korrel8rcan parse any valid PromQL expression to extract the time series selectors that it uses for correlation. (COO-558) - Previously, when viewing a Tempo instance from the Distributed Tracing UI plugin, the scatter plot graph showing the traces duration was not rendered correctly. The bubble size was too large and overlapped the x and y axis. With this release, the graph is rendered correctly. (COO-319)