sinrimin commented on PR #419: URL: https://github.com/apache/rocketmq-connect/pull/419#issuecomment-1413548186
The existing metrics are not easy to expand, and micrometer is a more popular collector, Spring boot 2 also abandoned Dropwizard and used mincrometer instead. It is very easy to publish metrics to the message queue by inheriting StepMeterRegistry, PrometheusMeterRegistry is not the only choice. Quoting the introduction of the micrometer: > Micrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, allowing you to instrument your JVM-based application code without vendor lock-in. Think SLF4J, but for application metrics! Application metrics recorded by Micrometer are intended to be used to observe, alert, and react to the current/recent operational state of your environment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
