Tags: analytically/consul_exporter
Tags
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
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
Merge pull request prometheus#2 from discordianfish/add-dockerfile Add Dockerfile