Skip to main content

%Trace.NoopTracerProvider

class %Trace.NoopTracerProvider extends %Trace.AbstractTracerProvider

Instantiate a Noop Tracer object

This allows an application to 'disable' tracing without the need for extra logic in its instrumentation code. By using the NoopTracerProvider, all code using the %Trace API will still work, but no Spans will be recorded.

Method Inventory

Methods

method GetTracer(Name As %String, Version As %String) as %Trace.AbstractTracer
Inherited description: Create a Tracer object which will be used to start Spans. 'Name' should uniquely identify the application, library, package, or module.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab