aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 13d6032..5b9dbad 100644
--- a/README.md
+++ b/README.md
@@ -78,3 +78,11 @@ Testing and retesting... delete the namespace. PVs are outside namespaces so del
kubectl delete namespace kafka
rm -R ./data/ && kubectl -n kafka delete pv datadir-kafka-0 datadir-kafka-1 datadir-kafka-2
```
+
+## Metrics, Prometheus style
+
+Is the metrics system up and running?
+```
+kubectl logs -c metrics kafka-0
+kubectl exec -c broker kafka-0 -- /bin/sh -c 'apk add --no-cache curl && curl http://localhost:5556/metrics'
+```