UNPKG

@opentelemetry/exporter-metrics-otlp-http

Version:

OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry Collector

5 lines 397 B
export { OTLPMetricExporter } from './platform'; export { AggregationTemporalityPreference } from './OTLPMetricExporterOptions'; export type { OTLPMetricExporterOptions } from './OTLPMetricExporterOptions'; export { CumulativeTemporalitySelector, DeltaTemporalitySelector, LowMemoryTemporalitySelector, OTLPMetricExporterBase, } from './OTLPMetricExporterBase'; //# sourceMappingURL=index.d.ts.map