docs/en/status/status_apis.md
Status APIs are a set of APIs that allow you to get the status of the OAP status and measurements of queries. They are useful for monitoring the health of the OAP server and to diagnose and troubleshoot issues caused by configurations and performance bottlenecks.
Since v10, we begin to add status APIs to help users to understand the status of the OAP server, besides looking the raw logs and self-observability solutions.
If you have a proposal about new status API, please don't hesitate to create a discussion. The basic principles for a status API are
By default, this service is open for helping users to debug and diagnose. If you want to disable it, you need to disable
the whole status-query module through setting selector=-.
status-query:
selector: ${SW_STATUS_QUERY:default}