@opentelemetry/instrumentation-kafkajs
Version:
OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka
10 lines • 450 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors, Aspecto
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.KafkaJsInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "KafkaJsInstrumentation", { enumerable: true, get: function () { return instrumentation_1.KafkaJsInstrumentation; } });
//# sourceMappingURL=index.js.map