@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
10 lines • 546 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
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 { ServiceApiVersion } from "./Declarations/Constants.js";
export { AI_OPERATION_NAME } from "./Declarations/Constants.js";
//# sourceMappingURL=index.js.map