UNPKG

@opentelemetry/propagator-ot-trace

Version:

The OpenTelemetry OTTracepropagator implements the propagation format used by the "basic tracer" implementations from the OpenTracing project

25 lines 1.64 kB
"use strict"; /* * Copyright The OpenTelemetry Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.OT_TRACE_ID_HEADER = exports.OT_SPAN_ID_HEADER = exports.OT_SAMPLED_HEADER = exports.OT_BAGGAGE_PREFIX = exports.OTTracePropagator = void 0; var OTTracePropagator_1 = require("./OTTracePropagator"); Object.defineProperty(exports, "OTTracePropagator", { enumerable: true, get: function () { return OTTracePropagator_1.OTTracePropagator; } }); Object.defineProperty(exports, "OT_BAGGAGE_PREFIX", { enumerable: true, get: function () { return OTTracePropagator_1.OT_BAGGAGE_PREFIX; } }); Object.defineProperty(exports, "OT_SAMPLED_HEADER", { enumerable: true, get: function () { return OTTracePropagator_1.OT_SAMPLED_HEADER; } }); Object.defineProperty(exports, "OT_SPAN_ID_HEADER", { enumerable: true, get: function () { return OTTracePropagator_1.OT_SPAN_ID_HEADER; } }); Object.defineProperty(exports, "OT_TRACE_ID_HEADER", { enumerable: true, get: function () { return OTTracePropagator_1.OT_TRACE_ID_HEADER; } }); //# sourceMappingURL=index.js.map