Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions integrations/consul/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exporter_name: the Consul exporter
exporter_pkg_name: consul
exporter_repo_url: https://developer.hashicorp.com/consul/docs/agent/config/config-files#telemetry-parameters
dashboard_available: true
minimum_exporter_version: "1.13.3"
minimum_exporter_version: "1.16.0"
multiple_dashboards: false
dashboard_display_name: {{app_name_short}} Prometheus Overview
config_mods: |
Expand Down Expand Up @@ -38,7 +38,7 @@ config_mods: |
spec:
containers:
- name: consul
image: consul:1.13.3
image: hashicorp/consul:1.16.0
ports:
- containerPort: 8500
name: consul
Expand Down
2 changes: 1 addition & 1 deletion integrations/consul/prometheus_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platforms:
exporter_metadata:
name: Consul Prometheus Exporter
doc_url: https://developer.hashicorp.com/consul/docs/agent/config/config-files#telemetry-parameters
minimum_supported_version: "1.13.3"
minimum_supported_version: "1.16.0"
default_metrics:
- name: prometheus.googleapis.com/consul_autopilot_healthy/gauge
prometheus_name: consul_autopilot_healthy
Expand Down