๐ฆ Loki Service Statusยถ
You can check the status of the Loki service by querying the /services endpoint on port 3100.
๐ Example Outputยถ
{
"runtime-config": "Running",
"server": "Running",
"analytics": "Running",
"memberlist-kv": "Running",
"store": "Running",
"index-gateway": "Running"
}
Service Health
Each component should report as Running. If any component is not running, review the Loki logs and deployment status in the loki namespace.
Namespace
The Loki stack is typically deployed in the loki namespace in Unibeam environments.