fix(postgresql): improve monitoring
This commit is contained in:
parent
1efbbcfd15
commit
86cfe7561d
4 changed files with 561 additions and 707 deletions
|
@ -4,7 +4,7 @@ name: "postgresql"
|
||||||
description: "A Helm chart for running PostgreSQL (Postgres) database"
|
description: "A Helm chart for running PostgreSQL (Postgres) database"
|
||||||
icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg
|
icon: https://wiki.postgresql.org/images/a/a4/PostgreSQL_logo.3colors.svg
|
||||||
type: "application"
|
type: "application"
|
||||||
version: "0.3.0"
|
version: "0.3.1"
|
||||||
# renovate: image=docker.io/library/postgres
|
# renovate: image=docker.io/library/postgres
|
||||||
appVersion: "17.4-alpine"
|
appVersion: "17.4-alpine"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "A Helm chart for running PostgreSQL (Postgres) database"
|
||||||
|
|
||||||
# postgresql
|
# postgresql
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for running PostgreSQL (Postgres) database
|
A Helm chart for running PostgreSQL (Postgres) database
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -98,7 +98,9 @@ spec:
|
||||||
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
args:
|
args:
|
||||||
|
- --collector.stat_activity_autovacuum
|
||||||
- --collector.stat_statements
|
- --collector.stat_statements
|
||||||
|
- --collector.stat_wal_receiver
|
||||||
env:
|
env:
|
||||||
- name: "DATA_SOURCE_USER"
|
- name: "DATA_SOURCE_USER"
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Add table
Reference in a new issue