UNPKG

@opentelemetry/instrumentation-grpc

Version:
12 lines 353 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeNames = void 0; exports.AttributeNames = { GRPC_ERROR_NAME: 'grpc.error_name', GRPC_ERROR_MESSAGE: 'grpc.error_message', }; //# sourceMappingURL=AttributeNames.js.map