{"version":3,"file":"AttributeNames.js","sourceRoot":"","sources":["../../../src/enums/AttributeNames.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,sCAAoB,CAAA;IACpB,sCAAoB,CAAA;IACpB,0CAAwB,CAAA;IACxB,4CAA0B,CAAA;AAC5B,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB;AAED,kBAAe,cAAc,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport enum AttributeNames {\n  TYPE = 'router.type',\n  NAME = 'router.name',\n  METHOD = 'router.method',\n  VERSION = 'router.version',\n}\n\nexport default AttributeNames;\n"]}