@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
10 lines • 496 B
TypeScript
import type { ReadableSpan } from "@opentelemetry/sdk-trace-base";
import type { RemoteDependencyData, RequestData } from "../generated/index.js";
/**
* Implementation of Mapping to Azure Monitor
*
* https://gist.github.com/lmolkova/e4215c0f44a49ef824983382762e6b92#mapping-to-azure-monitor-application-insights-telemetry
* @internal
*/
export declare const parseEventHubSpan: (span: ReadableSpan, baseData: RequestData | RemoteDependencyData) => void;
//# sourceMappingURL=eventhub.d.ts.map