Skip to content

Commit 8bdad36

Browse files
authored
kafka-exporter (#26)
1 parent 37b9e60 commit 8bdad36

File tree

2 files changed

+461
-3
lines changed

2 files changed

+461
-3
lines changed

examples/kafka/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,17 @@ These names will be `kafka-cluster-0`, `kafka-cluster-1` and `kafka-cluster-2` a
1717

1818
If you haven't already installed the Control Plane CLI, [click here](https://docs.controlplane.com/reference/cli) to do so.
1919

20-
#### Deploy Kafka Cluster
20+
#### Deploy Kafka Cluster with kafka-exporter
2121

2222
```bash
23-
cpln apply --gvc kafka-cluster-example -f ./kafka-cluster.yaml
23+
cpln apply --gvc kafka-cluster-example -f ./kafka-cluster-exporter.yaml
2424
cpln gvc add-location kafka-cluster-example --location aws-us-east-2
2525
```
2626
It will take a few minutes for Kafka cluster to get to ready state.
2727

28+
Note: If you prefer not to include kafka-exporter for reading kafka custom metrics in your deployment, then apply `kafka-cluster.yaml` instead.
29+
30+
2831
#### Test Kafka Cluster with Kafka Client
2932

3033
1. Deploy kafka-client workload
@@ -61,10 +64,12 @@ kafka-console-consumer.sh --bootstrap-server kafka-cluster:9092 --topic controlp
6164
#### Deploy Kafka Cluster
6265

6366
1. Create a GVC named `kafka-cluster-example` and assign the location(s) that you would like to use.
64-
2. Apply the `kafka-cluster.yaml` file using the `cpln apply >_` option in the upper right corner.
67+
2. Apply the `kafka-cluster-exporter.yaml` file using the `cpln apply >_` option in the upper right corner.
6568

6669
It will take a few minutes for Kafka cluster to get to ready state.
6770

71+
Note: If you prefer not to include kafka-exporter for reading kafka custom metrics in your deployment, then apply `kafka-cluster.yaml` instead.
72+
6873
#### Test Kafka Cluster with Kafka Client
6974

7075
1. Apply the `kafka-client.yaml` file using the `cpln apply >_` option in the upper right corner.

0 commit comments

Comments
 (0)