Skip to content

Commit 5b3e4f6

Browse files
committed
Update Blog “kubernetes-monitoring-using-prometheus-and-grafana-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent f795026 commit 5b3e4f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/blog/kubernetes-monitoring-using-prometheus-and-grafana-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ NAME READY AGE
350350
statefulset.apps/prometheus-stack-alertmanager 1/1 4d17h
351351
```
352352

353-
Type _helm list_ command, it will show both Prometheus and Grafana helm charts are deployed to the _monitoring_ namespace:
353+
Typing _helm list_ command, it will show both Prometheus and Grafana helm charts and versions that are deployed to the _monitoring_ namespace in the cluster:
354354

355355
```markdown
356356
$ helm list -n monitoring
@@ -370,13 +370,13 @@ $ kubectl get service/prometheus-stack-server -n monitoring -o jsonpath='{.metad
370370
gl-tor-upc-cp-gw-node1.customer.yyz.gl-hpe.local:10015
371371
```
372372

373-
You can execute the query by using some metric, e.g., *kube_pod_start_time*:
373+
You can execute the query by using some metrics, e.g., *kube_pod_start_time*:
374374

375375
![](/img/prometheus.png)
376376

377-
#### Access Grafana dashboard
377+
#### Access Grafana
378378

379-
The Grafana dashboard can be accessed by pointing the browser to the URL *http://gl-tor-upc-cp-gw-node1.customer.yyz.gl-hpe.local:10016*. The URL and the admin password can be extracted by the following commands:
379+
Grafana can be accessed by pointing the browser to the URL *http://gl-tor-upc-cp-gw-node1.customer.yyz.gl-hpe.local:10016*. The URL and the admin password can be extracted by the following commands:
380380

381381
```markdown
382382
$ kubectl get service/grafana-dashboard -n monitoring -o jsonpath='{.metadata.annotations.hpecp-internal-gateway/80}'

0 commit comments

Comments
 (0)