opentelemetry-lambda icon indicating copy to clipboard operation
opentelemetry-lambda copied to clipboard

[Feature Request] .Net 6.0 support

Open dsharkou opened this issue 3 years ago • 3 comments

According to the documentation I see .net 6.0 is not supported, while AWS Lambda supports .NET 6 runtime.

Could you please add layers, nuget package(s), etc. for .net6 to be able to integrate with AWS Lambda on this runtime?

dsharkou avatar Apr 08 '22 10:04 dsharkou

Hi @dsharkou, have you tried following the AWS Lambda layer instructions with the .NET 6 runtime? The upstream OTel library should support .NET 6, and the layer will not be changed since it just involves running the collector in the Lambda runtime as an extension.

We are however working on a separate full-auto-instrumentation layer for .NET 6 functions, however there is no ETA at this time. We can use this issue to track that feature request.

willarmiros avatar Apr 12 '22 13:04 willarmiros

@willarmiros Unfortunately nope, I haven't tried because saw the message .net 6 is not supported yet.

dsharkou avatar Jul 13 '22 10:07 dsharkou