File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,3 @@ You might want to verify in logs that Kafka found its own DNS name(s) correctly.
44
44
kubectl -n kafka logs kafka-0 | grep "Registered broker"
45
45
# INFO Registered broker 0 at path /brokers/ids/0 with addresses: PLAINTEXT -> EndPoint(kafka-0.broker.kafka.svc.cluster.local,9092,PLAINTEXT)
46
46
```
47
-
48
- ## Metrics, Prometheus style
49
-
50
- Is the metrics system up and running?
51
- ```
52
- kubectl logs -c metrics kafka-0
53
- kubectl exec -c broker kafka-0 -- /bin/sh -c 'apk add --no-cache curl && curl http://localhost:5556/metrics'
54
- kubectl logs -c metrics zoo-0
55
- kubectl exec -c zookeeper zoo-0 -- /bin/sh -c 'apk add --no-cache curl && curl http://localhost:5556/metrics'
56
- ```
57
- Metrics containers can't be used for the curl because they're too short on memory.
You can’t perform that action at this time.
0 commit comments