Skip to content

Commit 5b04469

Browse files
authored
Merge pull request #74346 from bburt-rh/OBSDOCS-950-COO-0.1.3-RNs
OBSDOCS-950: COO 0.1.3 Release Notes
2 parents 8aef4de + f92435f commit 5b04469

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

modules/monitoring-specifying-how-a-service-is-monitored-by-cluster-observability-operator.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[id="specifying-how-a-service-is-monitored-by-cluster-observability-operator_{context}"]
77
= Specifying how a service is monitored by {coo-full}
88

9-
To use the metrics exposed by the sample service you created in the "Deploying a sample service for {coo-full}" section, you must configure monitoring components to scrape metrics from the `/metrics` endpoint.
9+
To use the metrics exposed by the sample service you created in the "Deploying a sample service for {coo-full}" section, you must configure monitoring components to scrape metrics from the `/metrics` endpoint.
1010

11-
You can create this configuration by using a `ServiceMonitor` object that specifies how the service is to be monitored, or a `PodMonitor` object that specifies how a pod is to be monitored.
11+
You can create this configuration by using a `ServiceMonitor` object that specifies how the service is to be monitored, or a `PodMonitor` object that specifies how a pod is to be monitored.
1212
The `ServiceMonitor` object requires a `Service` object. The `PodMonitor` object does not, which enables the `MonitoringStack` object to scrape metrics directly from the metrics endpoint exposed by a pod.
1313

1414
This procedure shows how to create a `ServiceMonitor` object for a sample service named `prometheus-coo-example-app` in the `ns1-coo` namespace.
@@ -21,7 +21,7 @@ This procedure shows how to create a `ServiceMonitor` object for a sample servic
2121
+
2222
[NOTE]
2323
====
24-
The `prometheus-coo-example-app` sample service does not support TLS authentication.
24+
The `prometheus-coo-example-app` sample service does not support TLS authentication.
2525
====
2626
2727
.Procedure
@@ -30,7 +30,7 @@ The `prometheus-coo-example-app` sample service does not support TLS authenticat
3030
+
3131
[source,yaml]
3232
----
33-
apiVersion: monitoring.rhobs/v1alpha1
33+
apiVersion: monitoring.rhobs/v1
3434
kind: ServiceMonitor
3535
metadata:
3636
labels:

monitoring/cluster_observability_operator/cluster-observability-operator-release-notes.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,23 @@ The {coo-short} complements the built-in monitoring capabilities of {product-tit
1616

1717
These release notes track the development of the {coo-full} in {product-title}.
1818

19+
[id="cluster-observability-operator-release-notes-0-1-3"]
20+
== {coo-full} 0.1.3
21+
The following advisory is available for {coo-full} 0.1.3:
22+
23+
* link:https://access.redhat.com/errata/RHEA-2024:1744[RHEA-2024:1744 Cluster Observability Operator 0.1.3]
24+
25+
[id="cluster-observability-operator-0-1-3-bug-fixes"]
26+
=== Bug fixes
27+
28+
* Previously, if you tried to access the Prometheus web user interface (UI) at `\http://<prometheus_url>:9090/graph`, the following error message would display: `Error opening React index.html: open web/ui/static/react/index.html: no such file or directory`.
29+
This release resolves the issue, and the Prometheus web UI now displays correctly. (link:https://issues.redhat.com/browse/COO-34[*COO-34*])
30+
1931
[id="cluster-observability-operator-release-notes-0-1-2"]
2032
== {coo-full} 0.1.2
2133
The following advisory is available for {coo-full} 0.1.2:
2234

23-
* link:https://access.redhat.com/errata/RHEA-2024:1534[2024:1534 Cluster Observability Operator 0.1.2]
35+
* link:https://access.redhat.com/errata/RHEA-2024:1534[RHEA-2024:1534 Cluster Observability Operator 0.1.2]
2436

2537
[id="cluster-observability-operator-0-1-2-CVEs"]
2638
=== CVEs

0 commit comments

Comments
 (0)