Skip to content

chore: update dependencies #416

chore: update dependencies

chore: update dependencies #416

GitHub Actions / Jest tests results succeeded Apr 7, 2024 in 0s

49 passed, 0 failed and 0 skipped

Tests passed successfully

✅ jest-report/jest-junit.xml

49 tests were completed in 14s with 49 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AwsXrayPropagatorService 1✅ 511ms
B3PropagatorService 3✅ 716ms
CompositePropagatorService 2✅ 873ms
ConsoleExporterService 1✅ 498ms
InstrumentationService 6✅ 10s
JaegerHttpTracePropagatorService 2✅ 821ms
NoopSpanExporterService 1✅ 515ms
NoopTextMapPropagatorService 1✅ 563ms
OpenTelemetryHttpInterceptor 14✅ 8s
OpenTelemetryInterceptorModule 5✅ 2s
OtelcolExporterService 3✅ 991ms
OtelWebTracerModule 5✅ 10s
W3CTraceContextPropagatorService 2✅ 618ms
ZipkinExporterService 3✅ 975ms

✅ AwsXrayPropagatorService

AwsXrayPropagatorService should be created
  ✅ AwsXrayPropagatorService should be created

✅ B3PropagatorService

B3PropagatorService should be created
  ✅ B3PropagatorService should be created
B3PropagatorService should return an B3Propagator with multi header
  ✅ B3PropagatorService should return an B3Propagator with multi header
B3PropagatorService should return an B3Propagator with single header
  ✅ B3PropagatorService should return an B3Propagator with single header

✅ CompositePropagatorService

CompositePropagatorService should be created
  ✅ CompositePropagatorService should be created
CompositePropagatorService should return an CompositePropagator
  ✅ CompositePropagatorService should return an CompositePropagator

✅ ConsoleExporterService

ConsoleExporterService should be created
  ✅ ConsoleExporterService should be created

✅ InstrumentationService

InstrumentationService should be created
  ✅ InstrumentationService should be created
InstrumentationService must verify all call in init instrumentation
  ✅ InstrumentationService must verify all call in init instrumentation
InstrumentationService must init instrumentation with console config
  ✅ InstrumentationService must init instrumentation with console config
InstrumentationService must init instrumentation with sampler Off config
  ✅ InstrumentationService must init instrumentation with sampler Off config
InstrumentationService must init instrumentation with production config
  ✅ InstrumentationService must init instrumentation with production config
InstrumentationService must init instrumentation with noop span exporter
  ✅ InstrumentationService must init instrumentation with noop span exporter

✅ JaegerHttpTracePropagatorService

JaegerHttpTracePropagatorService should return an JaegerHttpTracePropagator
  ✅ JaegerHttpTracePropagatorService should return an JaegerHttpTracePropagator
JaegerHttpTracePropagatorService should return an JaegerHttpTracePropagator without customHeader
  ✅ JaegerHttpTracePropagatorService should return an JaegerHttpTracePropagator without customHeader

✅ NoopSpanExporterService

NoopSpanExporterService should be created
  ✅ NoopSpanExporterService should be created

✅ NoopTextMapPropagatorService

NoopTextMapPropagatorService should be created
  ✅ NoopTextMapPropagatorService should be created

✅ OpenTelemetryHttpInterceptor

OpenTelemetryHttpInterceptor should be created
  ✅ OpenTelemetryHttpInterceptor should be created
OpenTelemetryHttpInterceptor Add traceparent header on a given request
  ✅ OpenTelemetryHttpInterceptor Add traceparent header on a given request
OpenTelemetryHttpInterceptor Should accept pathname
  ✅ OpenTelemetryHttpInterceptor Should accept pathname
OpenTelemetryHttpInterceptor verify with production mode
  ✅ OpenTelemetryHttpInterceptor verify with production mode
OpenTelemetryHttpInterceptor Add traceparent header on a given request with already presents headers
  ✅ OpenTelemetryHttpInterceptor Add traceparent header on a given request with already presents headers
OpenTelemetryHttpInterceptor Add traceparent header on a given request with an error
  ✅ OpenTelemetryHttpInterceptor Add traceparent header on a given request with an error
OpenTelemetryHttpInterceptor Add traceparent header on a JsonP given request (not working really...)
  ✅ OpenTelemetryHttpInterceptor Add traceparent header on a JsonP given request (not working really...)
OpenTelemetryHttpInterceptor Exclude traceparent header on a given request that is included in the ignoreUrls array
  ✅ OpenTelemetryHttpInterceptor Exclude traceparent header on a given request that is included in the ignoreUrls array
OpenTelemetryHttpInterceptor verify probability sampler to be add
  ✅ OpenTelemetryHttpInterceptor verify probability sampler to be add
OpenTelemetryHttpInterceptor verify probability sampler to be add at zero
  ✅ OpenTelemetryHttpInterceptor verify probability sampler to be add at zero
OpenTelemetryHttpInterceptor verify probability sampler to be add at one
  ✅ OpenTelemetryHttpInterceptor verify probability sampler to be add at one
OpenTelemetryHttpInterceptor verify with BatchSpanProcessorConfig
  ✅ OpenTelemetryHttpInterceptor verify with BatchSpanProcessorConfig
OpenTelemetryHttpInterceptor verify with a NoopSpanExporterService
  ✅ OpenTelemetryHttpInterceptor verify with a NoopSpanExporterService
OpenTelemetryHttpInterceptor verify with CustomSpan
  ✅ OpenTelemetryHttpInterceptor verify with CustomSpan

✅ OpenTelemetryInterceptorModule

OpenTelemetryInterceptorModule should be created
  ✅ OpenTelemetryInterceptorModule should be created
OpenTelemetryInterceptorModule should be created with configProvider
  ✅ OpenTelemetryInterceptorModule should be created with configProvider
OpenTelemetryInterceptorModule should return error without config
  ✅ OpenTelemetryInterceptorModule should return error without config
OpenTelemetryInterceptorModule should return error with wrong injection
  ✅ OpenTelemetryInterceptorModule should return error with wrong injection
OpenTelemetryInterceptorModule should return error without root
  ✅ OpenTelemetryInterceptorModule should return error without root

✅ OtelcolExporterService

OtelcolExporterService should be created
  ✅ OtelcolExporterService should be created
OtelcolExporterService should generate a CollectorTraceExporter
  ✅ OtelcolExporterService should generate a CollectorTraceExporter
OtelcolExporterService should generate a CollectorTraceExporter with no url in configuration and have url default endpoint
  ✅ OtelcolExporterService should generate a CollectorTraceExporter with no url in configuration and have url default endpoint

✅ OtelWebTracerModule

OtelWebTracerModule should be created
  ✅ OtelWebTracerModule should be created
OtelWebTracerModule should be created with configProvider
  ✅ OtelWebTracerModule should be created with configProvider
OtelWebTracerModule should return error without config
  ✅ OtelWebTracerModule should return error without config
OtelWebTracerModule should return error with wrong injection
  ✅ OtelWebTracerModule should return error with wrong injection
OtelWebTracerModule should return error without root
  ✅ OtelWebTracerModule should return error without root

✅ W3CTraceContextPropagatorService

W3CTraceContextPropagatorService should be created
  ✅ W3CTraceContextPropagatorService should be created
W3CTraceContextPropagatorService should return an HttpTraceContext
  ✅ W3CTraceContextPropagatorService should return an HttpTraceContext

✅ ZipkinExporterService

ZipkinExporterService should be created
  ✅ ZipkinExporterService should be created
ZipkinExporterService should generate a zipkinExporter
  ✅ ZipkinExporterService should generate a zipkinExporter
ZipkinExporterService should generate an other zipkinExporter
  ✅ ZipkinExporterService should generate an other zipkinExporter