Config for creating the instrumentation
A wrapper that handles creating a span per test run. returns the spans that were created inside the callback function ready for assertion.
an async function containing all of the current test's span generating operations(API calls etc)
Exposes an endpoint that returns spans created during the test run
the port on which to expose the malabi endpoint
contains the service name being tested. example: { serviceName: 'some-service' }
Generated using TypeDoc
Enables OpenTelemetry instrumentation for Malabi. Used in both test runner and service under test