class documentation

class NoopBackend(TelemetryBackend):

Constructor: NoopBackend(config)

View In Hierarchy

Backend that discards all telemetry events.

Method capture Discard the event.
Method flush No-op flush.

Inherited from TelemetryBackend:

Method __init__ Undocumented
Method shutdown Shutdown backend resources and flush pending events.
Instance Variable config Undocumented
def capture(self, event: TelemetryEvent):
def flush(self):