Skip to content
Snippets Groups Projects
Commit eb7ea592 authored by Sören Henning's avatar Sören Henning
Browse files

Update installation guide for Kafka Lag Exporter

parent 50ea1fee
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,9 @@ can be installed via Helm. We also provide a [default configuration](infrastruct ...@@ -121,7 +121,9 @@ can be installed via Helm. We also provide a [default configuration](infrastruct
To install it: To install it:
```sh ```sh
helm install kafka-lag-exporter https://github.com/lightbend/kafka-lag-exporter/releases/download/v0.6.3/kafka-lag-exporter-0.6.3.tgz -f infrastructure/kafka-lag-exporter/values.yaml helm repo add kafka-lag-exporter https://lightbend.github.io/kafka-lag-exporter/repo/
helm repo update
helm install kafka-lag-exporter kafka-lag-exporter/kafka-lag-exporter -f infrastructure/kafka-lag-exporter/values.yaml
``` ```
### Installing Theodolite ### Installing Theodolite
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment