Skip to content

Commit

Permalink
fix: add collect.info_schema.processlist in the percona exporter (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiscaer authored Oct 21, 2024
1 parent c7a54c0 commit 2d6ea98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/percona_xtradb_cluster/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _percona_xtradb_cluster_spec:
image: "{{ atmosphere_images['prometheus_mysqld_exporter'] | vexxhost.kubernetes.docker_image('ref') }}"
args:
- --mysqld.username=monitor
- --collect.info_schema.processlist
env:
- name: MYSQLD_EXPORTER_PASSWORD
valueFrom:
Expand Down

0 comments on commit 2d6ea98

Please sign in to comment.