@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
10 lines • 619 B
TypeScript
export { ApplicationInsightsSampler } from "./sampling.js";
export { AzureMonitorBaseExporter } from "./export/base.js";
export { AzureMonitorTraceExporter } from "./export/trace.js";
export { AzureMonitorMetricExporter } from "./export/metric.js";
export { AzureMonitorLogExporter } from "./export/log.js";
export { AzureMonitorExporterOptions } from "./config.js";
export { ServiceApiVersion } from "./Declarations/Constants.js";
export { ApplicationInsightsClientOptionalParams } from "./generated/models/index.js";
export { AI_OPERATION_NAME } from "./Declarations/Constants.js";
//# sourceMappingURL=index.d.ts.map