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
Automatic merge from submit-queue.
Introduce custom Grafana for openshift prometheus.
A template creates a custom Grafana instance preconfigured to gather Prometheus openshift metrics.
It uses OAuth token to login openshift Prometheus.
3. grab the grafana url ``` oc get route |awk 'NR==2 {print $2}' ```
14
+
4. grab the ocp token, from openshift master run: ```oc sa get-token prometheus -n kube-system```
15
+
5. browse to grafana datasource's and add new prometheus datasource.
16
+
6. grab the prometheus url via ```oc get route -n kube-system prometheus |awk 'NR==2 {print $2}'``` and paste the prometheus url e.g https://prometheus-kube-system.apps.example.com
0 commit comments