Docs Connect Components Metrics logger logger Available in: Self-Managed Prints aggregated metrics through the logger. # Config fields, showing default values metrics: logger: push_interval: "" # No default (optional) flush_metrics: false mapping: "" Prints each metric produced by Redpanda Connect as a log event (level info by default) during shutdown, and optionally on an interval. This metrics type is useful for debugging pipelines when you only have access to the logger output and not the service-wide server. Otherwise it’s recommended that you use either the prometheus or json_api types. Fields push_interval An optional period of time to continuously print all metrics. Type: string flush_metrics Whether counters and timing metrics should be reset to 0 each time metrics are printed. Type: bool Default: false Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution aws_cloudwatch statsd