Fix transcoder otel

This commit is contained in:
Zoe Roux 2026-03-19 15:41:49 +01:00
parent 6e3ba34fe5
commit 1a30049d75
No known key found for this signature in database

View File

@ -37,7 +37,6 @@ func setupOtel(ctx context.Context) (func(context.Context) error, error) {
resource.WithAttributes(semconv.ServiceNameKey.String("kyoo.transcoder")),
resource.WithFromEnv(),
resource.WithTelemetrySDK(),
resource.WithProcess(),
resource.WithOS(),
resource.WithContainer(),
resource.WithHost(),