Skip to content
Cachix

Telemetry

Cachix Server supports exporting telemetry data using the OpenTelemetry API.

We currently support the following signals:

The default service name for the server is cachix-server. Cachix-specific attributes are prefixed with cachix.

Below is a selection of useful span attributes that are exported by Cachix Server with every API request.

NameTypeDescription
cachix.auth.is_successbooleanWhether the request was authenticated successfully.
cachix.auth.token.iduuidThe ID of the token used to authenticate the request.
cachix.auth.token.scopesstringThe auth scopes of the token used to authenticate the request.
client.addressstringThe remote IP address of the client.