From 26173af8577d3c11904196a04ca0b158f339bd64 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Sun, 25 Jun 2017 21:47:43 +0200 Subject: Enables metrics export to Prometheus, but they look very uninteresting. The selected config is from the jmx_exporter examples. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cb401d1..8b469cd 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,6 @@ 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' +kubectl logs -c metrics zoo-0 +kubectl exec -c zookeeper zoo-0 -- /bin/sh -c 'apk add --no-cache curl && curl http://localhost:5556/metrics' ``` -- cgit v1.2.3