Skip to content

Commit 580f5ec

Browse files
committed
Shared queue consumer telemetry improvements
1 parent 2ad664d commit 580f5ec

File tree

5 files changed

+1050
-647
lines changed

5 files changed

+1050
-647
lines changed

apps/webapp/app/env.server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ const EnvironmentSchema = z.object({
190190

191191
// Internal OTEL environment variables
192192
INTERNAL_OTEL_TRACE_EXPORTER_URL: z.string().optional(),
193-
INTERNAL_OTEL_TRACE_EXPORTER_AUTH_HEADER_NAME: z.string().optional(),
194-
INTERNAL_OTEL_TRACE_EXPORTER_AUTH_HEADER_VALUE: z.string().optional(),
193+
INTERNAL_OTEL_TRACE_EXPORTER_AUTH_HEADERS: z.string().optional(),
195194
INTERNAL_OTEL_TRACE_LOGGING_ENABLED: z.string().default("1"),
196195
// this means 1/20 traces or 5% of traces will be sampled (sampled = recorded)
197196
INTERNAL_OTEL_TRACE_SAMPLING_RATE: z.string().default("20"),

apps/webapp/app/v3/marqs/devQueueConsumer.server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ export class DevQueueConsumer {
280280
kind: SpanKind.CONSUMER,
281281
attributes: {
282282
...attributesFromAuthenticatedEnv(this.env),
283-
[SEMINTATTRS_FORCE_RECORDING]: true,
284283
},
285284
},
286285
ROOT_CONTEXT

0 commit comments

Comments
 (0)