squakez commented on code in PR #1048: URL: https://github.com/apache/camel-website/pull/1048#discussion_r1282982499
########## content/blog/2023/08/camel-k-micrometer/index.md: ########## @@ -0,0 +1,59 @@ +--- +title: "Camel K Observability: Micrometer Metrics" +date: 2023-08-03 +draft: false +authors: [gansheer] +categories: ["Camel K", "Features", "Devops"] +preview: "Camel K 2.0: what changes to expect about Integration Metrics" +--- + + +We already explained how to take monitor your Integrations in the previous blog post about [monitoring](/blog/2022/07/camel-k-monitoring-ops/) operations on Camel K. The good news is there are only a few changes with the move to [Micrometer Metrics](https://micrometer.io/). + +## What is new + +Camel-K 2.0 was the occasion to move from one technology (Microprofile) to another (Micrometer) for the [Prometheus trait configuration](/camel-k/next/traits/prometheus.html) implementation. Review Comment: ```suggestion Camel K 2.0 was the occasion to move from one technology (Microprofile) to another (Micrometer) for the [Prometheus trait configuration](/camel-k/next/traits/prometheus.html) implementation. ``` ########## content/blog/2023/08/camel-k-micrometer/index.md: ########## @@ -0,0 +1,59 @@ +--- +title: "Camel K Observability: Micrometer Metrics" +date: 2023-08-03 +draft: false +authors: [gansheer] +categories: ["Camel K", "Features", "Devops"] +preview: "Camel K 2.0: what changes to expect about Integration Metrics" +--- + + +We already explained how to take monitor your Integrations in the previous blog post about [monitoring](/blog/2022/07/camel-k-monitoring-ops/) operations on Camel K. The good news is there are only a few changes with the move to [Micrometer Metrics](https://micrometer.io/). + +## What is new Review Comment: ```suggestion ## From Microprofile to Micrometer ``` ########## content/blog/2023/08/camel-k-micrometer/index.md: ########## @@ -0,0 +1,59 @@ +--- +title: "Camel K Observability: Micrometer Metrics" +date: 2023-08-03 +draft: false +authors: [gansheer] +categories: ["Camel K", "Features", "Devops"] +preview: "Camel K 2.0: what changes to expect about Integration Metrics" +--- + + +We already explained how to take monitor your Integrations in the previous blog post about [monitoring](/blog/2022/07/camel-k-monitoring-ops/) operations on Camel K. The good news is there are only a few changes with the move to [Micrometer Metrics](https://micrometer.io/). + +## What is new + +Camel-K 2.0 was the occasion to move from one technology (Microprofile) to another (Micrometer) for the [Prometheus trait configuration](/camel-k/next/traits/prometheus.html) implementation. + +The reason is the deprecation notice from [Quarkus Microprile's implementation](https://quarkus.io/guides/smallrye-metrics) in favor of using [Micrometer Metrics](https://quarkus.io/guides/telemetry-micrometer). This decision follows a [long period of transition](https://quarkus.io/blog/micrometer-metrics/) from Quarkus project. + +This change brings some powerful improvments for your monitoring. Micrometer delivers more advanced features such as hierarchical meters and dimensional data models, while MicroProfile Metrics provides a simpler API with basic metric types such as counters and gauges. Additionaly, Micrometer provides a simple facade over the instrumentation clients for the most popular monitoring systems, letting any library provides its own metrics through it. + +## What changes Review Comment: ```suggestion ## Camel framework changes expected in Micrometer ``` -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org