7 lines
456 B
TypeScript
7 lines
456 B
TypeScript
import { OTLPMetricExporterOptions } from '@opentelemetry/exporter-metrics-otlp-http';
|
|
import { OTLPMetricExporterBase } from '@opentelemetry/exporter-metrics-otlp-http';
|
|
import { OTLPExporterNodeConfigBase } from '@opentelemetry/otlp-exporter-base';
|
|
export declare class OTLPMetricExporter extends OTLPMetricExporterBase {
|
|
constructor(config?: OTLPExporterNodeConfigBase & OTLPMetricExporterOptions);
|
|
}
|
|
//# sourceMappingURL=OTLPMetricExporter.d.ts.map
|