You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ The Avro-JSON serialization is the same. See the [Avro schema](./schemas/metric.
38
38
39
39
### prometheus-kafka-adapter
40
40
41
-
There is a docker image `telefonica/prometheus-kafka-adapter:1.5.1`[available on Docker Hub](https://hub.docker.com/r/telefonica/prometheus-kafka-adapter/).
41
+
There is a docker image `telefonica/prometheus-kafka-adapter:1.6.0`[available on Docker Hub](https://hub.docker.com/r/telefonica/prometheus-kafka-adapter/).
42
42
43
43
Prometheus-kafka-adapter listens for metrics coming from Prometheus and sends them to Kafka. This behaviour can be configured with the following environment variables:
44
44
@@ -60,9 +60,7 @@ To connect to Kafka over SSL define the following additonal environment variable
-`KAFKA_SSL_CA_CERT_FILE`: Kafka SSL broker CA certificate file, defaults to `""`
62
62
63
-
When deployed in a K8s Cluster using Helm and using a Kafka external to the cluster, it might be necessary to define the kafka hostname resolution locally (this fills the /etc/hosts of the container).
64
-
65
-
Use a custom values.yaml file with section 'hostAliases' (as mentioned in default values.yaml).
63
+
When deployed in a Kubernetes cluster using Helm and using a Kafka external to the cluster, it might be necessary to define the kafka hostname resolution locally (this fills the /etc/hosts of the container). Use a custom values.yaml file with section `hostAliases` (as mentioned in default values.yaml).
When deployed in a K8s Cluster using Helm and using an external Prometheus, it might be necessary to expose prometheus-kafka-adapter input port as a node port.
77
-
78
-
Use a custom values.yaml file to set service.type: NodePort and service.nodeport:<PortNumber> (see comments in default values.yaml)
74
+
When deployed in a Kubernetes cluster using Helm and using an external Prometheus, it might be necessary to expose prometheus-kafka-adapter input port as a node port. Use a custom values.yaml file to set `service.type: NodePort` and `service.nodeport: <PortNumber>` (see comments in default values.yaml)
0 commit comments