Skip to content

Commit

Permalink
Merge pull request #750 from Altinity/enable_metrics_default_config
Browse files Browse the repository at this point in the history
Enable metrics by default for MySQL and postgres
  • Loading branch information
subkanthi authored Aug 14, 2024
2 parents fdebb8f + 586c0ae commit a535125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sink-connector-lightweight/docker/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions sink-connector-lightweight/docker/config_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a535125

Please sign in to comment.