diff --git a/charts/postgreslet/Chart.yaml b/charts/postgreslet/Chart.yaml index fe560b8..ac1d507 100644 --- a/charts/postgreslet/Chart.yaml +++ b/charts/postgreslet/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.13.0 +version: 0.13.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.15.0" \ No newline at end of file +appVersion: "v0.15.0" diff --git a/charts/postgreslet/values.yaml b/charts/postgreslet/values.yaml index 7e44e39..31a8e12 100644 --- a/charts/postgreslet/values.yaml +++ b/charts/postgreslet/values.yaml @@ -437,6 +437,7 @@ sidecars: query: "SELECT pg_get_userbyid(userid) as user, pg_database.datname, + pg_stat_statements.queryid, pg_stat_statements.query, pg_stat_statements.calls, pg_stat_statements.total_exec_time as time_milliseconds, @@ -452,6 +453,9 @@ sidecars: - datname: usage: "LABEL" description: "The database in which the statement was executed" + - queryid: + usage: "LABEL" + description: "Query ID" - query: usage: "LABEL" description: "Processed query"