Skip to content

Commit c472f94

Browse files
Merge pull request #33425 from lbarbeevargas/OSDOCS-1565-MON-admin-determine-time-series
OSDOCS-1565: Add troubleshooting with the Prometheus UI Status page
2 parents a16b936 + 1c56907 commit c472f94

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

modules/monitoring-accessing-third-party-uis-using-the-web-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can access the Alertmanager, Grafana, Prometheus, and Thanos Querier web UIs
2020
Access to the third-party Alertmanager, Grafana, Prometheus, and Thanos Querier UIs is not available from the Developer perspective. Instead, use the Metrics UI link in the Developer perspective, which includes some predefined CPU, memory, bandwidth, and network packet queries for the selected project.
2121
====
2222

23-
. Select the `openshift-monitoring` project in the *Project:* list.
23+
. Select the `openshift-monitoring` project in the *Project* list.
2424

2525
. Access a third-party monitoring UI:
2626

@@ -32,4 +32,4 @@ Access to the third-party Alertmanager, Grafana, Prometheus, and Thanos Querier
3232

3333
* Select the URL in the `thanos-querier` row to open the login page for the Thanos Querier UI.
3434

35-
. Choose *Log in with OpenShift* to log in using your OpenShift credentials.
35+
. Choose *Log in with OpenShift* to log in using your {product-title} credentials.

modules/monitoring-determining-why-prometheus-is-consuming-disk-space.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Every assigned key-value pair has a unique time series. The use of many unbound
1313
You can use the following measures when Prometheus consumes a lot of disk:
1414

1515
* *Check the number of scrape samples* that are being collected.
16+
17+
* *Check the time series database (TSDB) status in the Prometheus UI* for more information on which labels are creating the most time series. This requires cluster administrator privileges.
18+
1619
* *Reduce the number of unique time series that are created* by reducing the number of unbound attributes that are assigned to user-defined metrics.
1720
+
1821
[NOTE]
@@ -42,3 +45,10 @@ topk(10,count by (job)({__name__=~".+"}))
4245
** *If the metrics relate to a user-defined project*, review the metrics key-value pairs assigned to your workload. These are implemented through Prometheus client libraries at the application level. Try to limit the number of unbound attributes referenced in your labels.
4346

4447
** *If the metrics relate to a core {product-title} project*, create a Red Hat support case on the link:https://access.redhat.com/[Red Hat Customer Portal].
48+
49+
. Check the TSDB status in the Prometheus UI.
50+
.. In the *Administrator* perspective, navigate to *Networking* -> *Routes*.
51+
.. Select the `openshift-monitoring` project in the *Project* list.
52+
.. Select the URL in the `prometheus-k8s` row to open the login page for the Prometheus UI.
53+
.. Choose *Log in with OpenShift* to log in using your {product-title} credentials.
54+
.. In the Prometheus UI, navigate to *Status* -> *TSDB Status*.

0 commit comments

Comments
 (0)