[
https://issues.apache.org/jira/browse/CAMEL-11600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478570#comment-16478570
]
ASF GitHub Bot commented on CAMEL-11600:
----------------------------------------
oscerd commented on a change in pull request #2344: CAMEL-11600: Implementation
of a micrometer component
URL: https://github.com/apache/camel/pull/2344#discussion_r188846526
##########
File path:
components/camel-micrometer/src/main/java/org/apache/camel/component/micrometer/eventnotifier/MicrometerEventNotifierMBean.java
##########
@@ -14,22 +14,16 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
Review comment:
The documentation is old, we are moving to a new website and we are
maintaining docs directly on github to be able to be consistent.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> camel-micrometer - Add support for micrometer for metrics capture
> -----------------------------------------------------------------
>
> Key: CAMEL-11600
> URL: https://issues.apache.org/jira/browse/CAMEL-11600
> Project: Camel
> Issue Type: New Feature
> Reporter: Claus Ibsen
> Priority: Major
>
> Look at using http://micrometer.io/
> We can do something similar to camel-metrics which uses the dropwizard
> library.
> Then we can make it pluggable so it can be setup to do timings of Camel
> routes how long time it takes to process exchanges and so on.
> We can possible make it as plugable as you just add camel-micrometer on the
> classpath and its auto enabled. Like we do for camel-fastermap etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)