diff --git a/sink-connector-lightweight/docker/config.yml b/sink-connector-lightweight/docker/config.yml index 527912994..a56296b7e 100644 --- a/sink-connector-lightweight/docker/config.yml +++ b/sink-connector-lightweight/docker/config.yml @@ -166,6 +166,9 @@ restart.event.loop.timeout.period.secs: "3000" # Sink Connector maximum queue size #sink.connector.max.queue.size: "100000" +#Metrics (Prometheus target), required for Grafana Dashboard +metrics.enable: "true" + # Skip schema history capturing, use the following configuration # to reduce slow startup when replicating dbs with large number of tables #schema.history.internal.store.only.captured.tables.ddl: "true" diff --git a/sink-connector-lightweight/docker/config_postgres.yml b/sink-connector-lightweight/docker/config_postgres.yml index 981763787..9a4f7619d 100644 --- a/sink-connector-lightweight/docker/config_postgres.yml +++ b/sink-connector-lightweight/docker/config_postgres.yml @@ -115,6 +115,9 @@ database.dbname: "public" # ignore_delete: If set to true, the connector will ignore delete events. The default is false. #ignore_delete: "true" +#Metrics (Prometheus target), required for Grafana Dashboard +metrics.enable: "true" + #disable.ddl: If set to true, the connector will ignore DDL events. The default is false. #disable.ddl: "false"