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

Some health checks are hidden when running withg supervised controller enabled

    XMLWordPrintableJSON

Details

    • Unknown

    Description

      As follow up of https://issues.apache.org/jira/browse/CAMEL-18483, when enabling the supervise route controller, some heath checks are not included.

      With the supervisor disabled, we can see a camel-kafka check:

      {
          "checks": [
              {
                  "name": "camel-routes",
                  "status": "UP"
              },
              {
                  "name": "camel-kafka",
                  "status": "UP"
              },
              {
                  "data": {
                      "check.kind": "READINESS",
                      "context.name": "camel-q",
                      "context.status": "Started",
                      "context.version": "3.18.3-SNAPSHOT"
                  },
                  "name": "context",
                  "status": "UP"
              },
              {
                  "name": "camel-consumers",
                  "status": "UP"
              }
          ],
          "status": "UP"
      }
      

      However with the supervisor enabled, the camel-kafka check is not reported:

      {
          "checks": [
              {
                  "name": "camel-routes",
                  "status": "UP"
              },
              {
                  "data": {
                      "check.kind": "READINESS",
                      "context.name": "camel-q",
                      "context.status": "Started",
                      "context.version": "3.18.3-SNAPSHOT"
                  },
                  "name": "context",
                  "status": "UP"
              },
              {
                  "name": "camel-consumers",
                  "status": "UP"
              }
          ],
          "status": "UP"
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: