Skip to content

๐ŸŸฆ Loki Service Statusยถ

You can check the status of the Loki service by querying the /services endpoint on port 3100.

curl http://<loki-service>:3100/services

๐Ÿ” 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.