diff --git a/tembo-operator/src/postgres_exporter.rs b/tembo-operator/src/postgres_exporter.rs index 69d8af8dc..7fcbafee9 100644 --- a/tembo-operator/src/postgres_exporter.rs +++ b/tembo-operator/src/postgres_exporter.rs @@ -115,7 +115,7 @@ pub struct QueryItem { pub query: String, // We need to support this at some point going forward since master - // if now deprecated. + // is now deprecated. // whether to run the query only on the primary instance //pub primary: Option, @@ -125,10 +125,6 @@ pub struct QueryItem { /// See [https://cloudnative-pg.io/documentation/1.20/monitoring/#structure-of-a-user-defined-metric](https://cloudnative-pg.io/documentation/1.20/monitoring/#structure-of-a-user-defined-metric) pub master: bool, - /// a list of databases to run the query against, or a shell-like pattern to - /// enable auto discovery. Overwrites the default database if provided. - pub target_database: Option, - /// the name of the column returned by the query /// /// usage: one of the values described below