%Trace.NoopTracerProvider
class %Trace.NoopTracerProvider extends %Trace.AbstractTracerProvider
Instantiate a Noop Tracer objectThis 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()