Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OTLPGRPCExporterNodeBase<ExportItem, ServiceRequest, ServiceResponse> Abstract

OTLP Exporter abstract base class

Type Parameters

  • ExportItem

  • ServiceRequest

  • ServiceResponse

Hierarchy

Index

Constructors

  • new OTLPGRPCExporterNodeBase<ExportItem, ServiceRequest, ServiceResponse>(config?: OTLPGRPCExporterConfigNode, signalSpecificMetadata: Record<string, string>, grpcName: string, grpcPath: string, serializer: ISerializer<ServiceRequest, ServiceResponse>): OTLPGRPCExporterNodeBase<ExportItem, ServiceRequest, ServiceResponse>

Properties

grpcQueue: GRPCQueueItem<ExportItem>[] = []

Methods

  • onInit(): void
  • onShutdown(): void
  • send(objects: ExportItem[], onSuccess: (() => void), onError: ((error: OTLPExporterError) => void)): void

Generated using TypeDoc