Skip to content

Tags: analytically/consul_exporter

Tags

Verified

This tag was signed with the committer’s verified signature.
simonpasquier Simon Pasquier

v0.4.0

Toggle v0.4.0's commit message
v0.4.0 / 2018-08-10

- [CHANGE] Include consul check status in consul_health_service_status prometheus#53
- [CHANGE] Adopt standard Prometheus flags library (mostly double dashes) prometheus#66
- [FEATURE] Add AllowStale/RequireConsistent/Datacenter flags prometheus#69
- [FEATURE] Expose consul_service_tag metric prometheus#56
- [ENHANCEMENT] Fetch health summaries in parallel prometheus#68

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
grobie Tobias Schmidt
0.3.0 / 2017-03-02

- [CHANGE] Rename `service` label to `service_name` in `consul_catalog_service_node_healthy` metric
- [CHANGE] Remove redundant `consul_catalog_service_nodes` metric
- [CHANGE] Rename `consul_agent_check` metric to `consul_health_node_status`
- [FEATURE] Export the state of service checks via `consul_health_service_status`
- [FEATURE] Add option to disable `consul_catalog_service_node_healthy` via `-consul.health-summary=false`
- [FEATURE] Add full TLS support for quering Consul
- [FEATURE] Add `consul_raft_leader` metric
- [FEATURE] Support standard Consul env variables and therefore ACL tokens
- [ENHANCEMENT] Use a timeout when quering Consul, configurable with `-consul.timeout`
- [ENHANCEMENT] Add unique `service_id` label to `consul_catalog_service_node_healthy` metric
- [ENHANCEMENT] Add `consul_exporter_build_info` metric
- [ENHANCEMENT] Use common log options
- [ENHANCEMENT] Remove noisy INFO log messages
- [ENHANCEMENT] Use common build pipeline
- [BUGFIX] Remove possibility for race conditions in metrics collection

0.2.0

Toggle 0.2.0's commit message
Bump version to 0.2.0. Update README for new flags

0.1.0

Toggle 0.1.0's commit message
Merge pull request prometheus#2 from discordianfish/add-dockerfile

Add Dockerfile