const go.opentelemetry.io/otel/semconv/v1.41.0.GoMemoryTypeKey

3 uses

	go.opentelemetry.io/otel/semconv/v1.41.0 (current package)
		attribute_group.go#L7706: 	GoMemoryTypeKey = attribute.Key("go.memory.type")
		attribute_group.go#L7744: 	GoMemoryTypeStack = GoMemoryTypeKey.String("stack")
		attribute_group.go#L7748: 	GoMemoryTypeOther = GoMemoryTypeKey.String("other")