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