You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /health HTTP endpoint to the agent to be used when the agent is running in container/k8s environment. Initial implementation can start with simple boolean return value like 200 OK and 500 Error. The health can return an error when there are issues with config files (invalid YAMLs, cannot find file etc) or config params (invalid token). If an agent has issues with connection to application etc, it should still report 200 OK.
The text was updated successfully, but these errors were encountered:
Add
/health
HTTP endpoint to the agent to be used when the agent is running in container/k8s environment. Initial implementation can start with simple boolean return value like 200 OK and 500 Error. The health can return an error when there are issues with config files (invalid YAMLs, cannot find file etc) or config params (invalid token). If an agent has issues with connection to application etc, it should still report 200 OK.The text was updated successfully, but these errors were encountered: