Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-12450

Ability to group processors and gather related metrics

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0
    • camel-core, eip
    • None
    • Unknown

    Description

      It would be nice if we can add some marker inside a route to group logical processors together and gather related metrics:

      As example:

      from(...)
          .step("step-id")
              .process(...)
              .to(...)
          .end()
      

      Then we need to have some custom events like:

      • StepStartedEvent
      • StepCompletedEvent
      • StepFailedEvent

      The people may be able to determine how long a logical step has last, if it has a failure, the number of exchanges processed so far and so on

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            lb Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: