agent icon indicating copy to clipboard operation
agent copied to clipboard

Add pending health status

Open dhurley opened this issue 1 year ago • 1 comments

Proposed changes

Example:

{
  "status": "PENDING",
  "checks": [
    {
      "name": "registration",
      "status": "OK"
    },
    {
      "name": "commandConnection",
      "status": "OK"
    },
    {
      "name": "metricsConnection",
      "status": "PENDING"
    }
  ]
}

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • [ ] I have read the CONTRIBUTING document
  • [ ] I have run make install-tools and have attached any dependency changes to this pull request
  • [ ] If applicable, I have added tests that prove my fix is effective or that my feature works
  • [ ] If applicable, I have checked that any relevant tests pass after adding my changes
  • [ ] If applicable, I have updated any relevant documentation (README.md)
  • [ ] If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

dhurley avatar May 09 '24 13:05 dhurley

Deploy Preview for agent-public-docs canceled.

Name Link
Latest commit 16ac036c5286383e2104e1224d03e6b1b64a5fd5
Latest deploy log https://app.netlify.com/sites/agent-public-docs/deploys/66447a11d1834a00080b957b

netlify[bot] avatar May 09 '24 13:05 netlify[bot]