You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/11/01 11:33:00 UTC

[jira] [Commented] (CAMEL-18597) Make Circuit Breakers and friends observable

    [ https://issues.apache.org/jira/browse/CAMEL-18597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17627119#comment-17627119 ] 

Claus Ibsen commented on CAMEL-18597:
-------------------------------------

How should the state of a circuit breaker be represented in micrometer? 

As a gauge (can only have a single value), so we can then use the value to represent state (open, closed, half_open). But without as much more details.

You can find information for circuit breakers in JMX today (as mbeans), and the Camel CLI can also output state in 3.20 onwards.
 

> Make Circuit Breakers and friends observable
> --------------------------------------------
>
>                 Key: CAMEL-18597
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18597
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-micrometer
>            Reporter: Marco Bungart
>            Priority: Minor
>
> I would like to be able to monitor the state of my Circuit Breakers, as well as related elements, e.g. ThrottlingExceptionRoutePolicy.
> Thus, the state of such components should be exported in a standardized manner (e.g. through micrometer), so I can automate monitoring and altering. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)