You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/prometheus/README.md
+36-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# Prometheus Ops Metrics Example
1
+
# Prometheus for OpenShift
2
2
3
-
This template creates a Prometheus instance preconfigured to gather OpenShift and Kubernetes platform and node metrics and report them to admins. It is protected by an OAuth proxy that only allows access for users who have view access to the `kube-system` namespace.
3
+
This directory contains example components for running either an operational Prometheus setup for your OpenShift cluster, or deploying a standalone secured Prometheus instance for configurating yourself.
4
+
5
+
## Prometheus for Operations
6
+
7
+
The `prometheus.yaml` template creates a Prometheus instance preconfigured to gather OpenShift and Kubernetes platform and node metrics and report them to admins. It is protected by an OAuth proxy that only allows access for users who have view access to the `kube-system` namespace.
The `prometheus-standalone.yaml` template creates a Prometheus instance without any configuration, intended for use when you have your own configuration. It expects two secrets to be created ahead of time:
30
+
31
+
*`prom` which should contain:
32
+
*`prometheus.yml`: The Prometheus configuration
33
+
*`*.rules`: Will be treated as recording or alerting rules
34
+
* Any additional files referenced by `prometheus.yml`
35
+
*`prom-alerts` which should contain:
36
+
*`alertmanager.yml`: The Alert Manager configuration
37
+
* Any additional files referenced by `alertmanager.yml`
38
+
39
+
The example uses secrets instead of config maps in case either config file needs to reference a secret.
$ oc process -f prometheus-standalone.yaml | oc apply -f -
52
+
```
53
+
54
+
You can find the Prometheus route by invoking `oc get routes` and then browsing in your web console. Users who are granted `view` access on the namespace will have access to login to Prometheus.
55
+
56
+
23
57
## Useful metrics queries
24
58
25
59
### Related to how much data is being gathered by Prometheus
A Prometheus deployment that can be customized to monitor components and dispatch alerts. It is secure by default and can be used to monitor arbitrary clients.
0 commit comments