Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connector health information into healt check endpoint #874

Open
3keyroman opened this issue Oct 23, 2024 · 0 comments
Open

Add connector health information into healt check endpoint #874

3keyroman opened this issue Oct 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@3keyroman
Copy link
Contributor

Add information about the connector status from their health check endpoints into the health information.

The information about the connectors can be structured in this proposed way:

{
  "connectors": [
    {
      "name": "test"
      "health":
        {
          "status": "ok",
          "description": "string",
          "parts": {
            "property1": {},
            "property2": {}
          }
        }
    }
  ]
}
@3keyroman 3keyroman added the enhancement New feature or request label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants