Skip to content

Commit

Permalink
production: Enable Elasticsearch Prometheus Exporter (#1336)
Browse files Browse the repository at this point in the history
Looks like when we moved to the new cluster we accidentally
overlooked this. It's useful to have in order to diagnose
issues and monitor the cluster.

Bug: T354048
  • Loading branch information
tarrow authored Dec 27, 2023
1 parent 7b21691 commit ccf66fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion k8s/helmfile/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ releases:
- name: prometheus-elasticsearch-exporter-1
namespace: monitoring
chart: prometheus-community/prometheus-elasticsearch-exporter
installed: {{ ne .Environment.Name "production" | toYaml }}
version: 5.2.0
<<: *default_release

Expand Down

0 comments on commit ccf66fb

Please sign in to comment.