List of URLs that should be instrumented.
List of URLs that should not be instrumented. Takes precedence over allowlist if a URL matches an entry in both.
Whether to enable the plugin.
An array of headers to include in the span metadata.
Hooks to run before spans are finished.
Whether to measure the span. Can also be set to a key-value pair with span names as keys and booleans as values for more granular control.
Whether to enable instrumentation of
The service name to be used for this plugin.
Callback function to determine if there was an error. It should take a
status code as its only parameter and return true
for success or false
for errors.
Generated using TypeDoc
This plugin automatically instruments the connect module.