File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
detectors/node/opentelemetry-resource-detector-aws/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export const ATTR_FAAS_NAME = 'faas.name';
219219 *
220220 * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
221221 */
222- export const ATTR_FAAS_INSTANCE = 'faas.instance' as const ;
222+ export const ATTR_FAAS_INSTANCE = 'faas.instance' ;
223223
224224/**
225225 * The amount of memory available to the serverless function converted to Bytes.
@@ -230,7 +230,7 @@ export const ATTR_FAAS_INSTANCE = 'faas.instance' as const;
230230 *
231231 * @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
232232 */
233- export const ATTR_FAAS_MAX_MEMORY = 'faas.max_memory' as const ;
233+ export const ATTR_FAAS_MAX_MEMORY = 'faas.max_memory' ;
234234
235235/**
236236 * The immutable version of the function being executed.
You can’t perform that action at this time.
0 commit comments