Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @opentelemetry/sdk-node

Index

Type Aliases

LoggerProviderConfig: { logRecordProcessor: LogRecordProcessor }

Type declaration

  • logRecordProcessor: LogRecordProcessor

    Reference to the LoggerRecordProcessor instance by the NodeSDK

MeterProviderConfig: { reader?: MetricReader; views?: View[] }

This class represents everything needed to register a fully configured OpenTelemetry Node.js SDK

Type declaration

  • Optional reader?: MetricReader

    Reference to the MetricReader instance by the NodeSDK

  • Optional views?: View[]

    List of Views that should be passed to the MeterProvider

Generated using TypeDoc