We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0beec40 commit 72e7e2aCopy full SHA for 72e7e2a
test/telemetry-tracing.ts
@@ -424,10 +424,6 @@ describe('OpenTelemetryTracer', () => {
424
firstSpan.attributes['messaging.destination.name'],
425
subName,
426
);
427
- assert.strictEqual(
428
- firstSpan.attributes['messaging.operation'],
429
- 'receive',
430
- );
431
assert.strictEqual(
432
firstSpan.attributes['messaging.batch.message_count'],
433
1,
@@ -470,10 +466,6 @@ describe('OpenTelemetryTracer', () => {
470
466
471
467
472
468
473
474
475
476
477
469
478
firstSpan.attributes[
479
'messaging.gcp_pubsub.message.ack_deadline_seconds'
0 commit comments