@azure/monitor-opentelemetry-exporter
Version:
Application Insights exporter for the OpenTelemetry JavaScript (Node.js) SDK
57 lines • 1.33 kB
JavaScript
/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT License.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
*/
export const contentType = {
parameterPath: ["options", "contentType"],
mapper: {
defaultValue: "application/json",
isConstant: true,
serializedName: "Content-Type",
type: {
name: "String",
},
},
};
export const body = {
parameterPath: "body",
mapper: {
serializedName: "body",
required: true,
type: {
name: "Sequence",
element: {
type: {
name: "Composite",
className: "TelemetryItem",
},
},
},
},
};
export const accept = {
parameterPath: "accept",
mapper: {
defaultValue: "application/json",
isConstant: true,
serializedName: "Accept",
type: {
name: "String",
},
},
};
export const host = {
parameterPath: "host",
mapper: {
serializedName: "Host",
required: true,
type: {
name: "String",
},
},
skipEncoding: true,
};
//# sourceMappingURL=parameters.js.map