We deploy Permify in Kubernetes as part of a centralized authorization service, and our observability stack uses Datadog via an OpenTelemetry Collector.
We'd like to customize the service.name resource attribute on traces and metrics exported by Permify (e.g. to authorization-api instead of permify), but setting OTEL_SERVICE_NAME or
OTEL_RESOURCE_ATTRIBUTES doesn't seem to have any effect — the traces still show up as permify.
Is there a supported way to override the service name today? For example:
- A config option under tracer: / meter:?
- An environment variable we might be missing?
Thanks !
We deploy Permify in Kubernetes as part of a centralized authorization service, and our observability stack uses Datadog via an OpenTelemetry Collector.
We'd like to customize the
service.nameresource attribute on traces and metrics exported by Permify (e.g. toauthorization-apiinstead ofpermify), but settingOTEL_SERVICE_NAMEorOTEL_RESOURCE_ATTRIBUTESdoesn't seem to have any effect — the traces still show up aspermify.Is there a supported way to override the service name today? For example:
Thanks !