Prometheus Kafka Adapter Versions Save

Use Kafka as a remote storage database for Prometheus (remote write only)

1.9.1

4 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/Telefonica/prometheus-kafka-adapter/compare/1.9.0...1.9.1

1.9.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Telefonica/prometheus-kafka-adapter/compare/1.8.0...1.9.0

1.8.0

2 years ago

What's Changed

New Contributors 🎉

Docker image: telefonica/prometheus-kafka-adapter:1.8.0

Full Changelog: https://github.com/Telefonica/prometheus-kafka-adapter/compare/1.7.0...1.8.0

1.7.0

3 years ago
  • Minor simplifications and fix typos at README.
  • Remove unimplemented queueSize metric #42.
  • Implement templated topic #43.

Thanks @jbguerraz for your contribution.

Docker image: telefonica/prometheus-kafka-adapter:1.7.0

https://hub.docker.com/layers/telefonica/prometheus-kafka-adapter/1.7.0/images/sha256-6ac72c8eb8e9eab9e39c89256f4066b651799abdfe8e5cff4955c4d21fd0efa7

1.6.0

4 years ago
  • Fix configuration in no-SSL scenario #38
  • Support nodeport in Helm chart #38
  • Support hostAliases in Helm chart #38
  • Build prometheus-kafka-adapter with golang:1.14.1 instead of golang:1.13.x

Thanks @LoicLeGal for your contribution.

1.5.1

4 years ago
  • Fix issue in 1.5.0 (#36)

⚠️ there is a bug when configuration SSL is disabled. It's already fixed in 1.6.0.

1.5.0

4 years ago
  • Bump librdkafka from v1.0.1 to v.1.30 and confluent-kafka-go v1.0.0 to v1.3.0 #35. Thanks @obitech for the contribution.
  • Update base image to alpine:3.11

⚠️ this release has a critical bug. Please use 1.5.1 instead.

1.4.1

4 years ago
  • fix: init fail with LOG_LEVEL #28 Thanks @butnet for the contribution.
  • chore: update build image from golang:1.13.3-alpine3.10 to golang:1.13.6-alpine3.10

1.4.0

4 years ago
  • Enable Kafka SSL with KAFKA_TLS_XYZ env vars. #27

Thanks @jarett-cyxtera for your first contribution.

1.3.0

4 years ago
  • Support BASIC_AUTH_USERNAME and BASIC_AUTH_PASSWORD #25

Thanks @hkousha for your contribution.