UNPKG

@opentelemetry/instrumentation-ioredis

Version:
21 lines 753 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DB_SYSTEM_NAME_VALUE_REDIS = void 0; /* * This file contains a copy of unstable semantic convention definitions * used by this package. * @see https://github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions#unstable-semconv */ /** * Enum value "redis" for attribute {@link ATTR_DB_SYSTEM_NAME}. * * [Redis](https://redis.io/) * * @experimental This enum value is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`. */ exports.DB_SYSTEM_NAME_VALUE_REDIS = 'redis'; //# sourceMappingURL=semconv.js.map