This file documents notable changes to Kibana Prometheus Exporter starting with version 1.14.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning starting with version 1.14.1.
- Support Kibana 8.0.0. Prior versions are no longer supported, since the state api has changed.
- Don't output timeseries if
response_times.avg_in_millis
is missing.
- Update Dockerfile to Python 3.10.2 and Alpine 3.15
- Moved container hosting to GitHub Packages
- Upgraded dependencies
- Upgrades Docker base file to 3.9.7-alpine3.14
- Switched Docker labels to opencontainers format
- Added pre_build hook for injecting metadata when building on Docker Hub
- Updated dependencies
Updated dependencies. No user-facing changes are introduced.
Dockerfile is based on python3.9.1-alpine3.12
Updated dependencies. No user-facing changes are introduced.
Dockerfile is based on python3.8.6-alpine3.12
Updated dependencies. No user-facing changes are introduced.
Dockerfile is based on python3.8.5-alpine3.12
- Docker environment variable
PORT
was renamed toLISTEN_PORT
(issue #10).
- Configuration display now prints the log level name instead of number.
- Moved Docker labels to the final container.
First version using SemVer.
- Actually fix port in Dockerfile.
- Fix port in Dockerfile. See #10.
- Updated prometheus_client to v0.8.0.