Skip to main content
Version: v1.2

Sending Logs to a Loki service

It is possible to configure luna-manager and luna-webhook to send operational logs to a secure log store via the OpenTelemetry collector running as a sidecar.

We use this data to help you run the service more efficiently. No private information is written in the logs.

To enable sending logs to Elotl’s log storage service, set the Helm value telemetry to true:

    $ ./deploy.sh --name <cluster-name> --region <region> --additional-helm-values '--set telemetry=true'