UNPKG

@azure/monitor-opentelemetry-exporter

Version:

Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK

18 lines 425 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Azure SDK namespace. * @internal */ export const AzNamespace = "az.namespace"; /** * Azure SDK Eventhub. * @internal */ export const MicrosoftEventHub = "Microsoft.EventHub"; /** * Azure SDK message bus destination. * @internal */ export const MessageBusDestination = "message_bus.destination"; //# sourceMappingURL=azAttributes.js.map