kibana-prometheus-exporter
kibana-prometheus-exporter copied to clipboard
Prometheus metrics for Kibana
targets does not support proxy domain names, such as foo.com/log - job_name: 'kibana' scrape_interval: '10s' metrics_path: '_prometheus/metrics' static_configs: - targets: ['foo.com/log'] basic_auth: username: 'elastic' password: 'changeme'
Many thanks for your work on this project. I note a lot of issues asking for releases of specific versions and wonder could the release process be streamlined to consume...
Any chance you can release version for 7.17.5 support? Thanks
Hi, is there a chance kibana-prometheus-exporter release a docker image on dockerhub? Since this exporter is awesome and updated frequently, really hope one day we can install it directly on...
There is a bug that is reporting all metric types as gauges. These should be split into - Counters - Gauges - Histograms