You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The samples folder gives a basic example of adding OpenTelemetry to AWS Lambda functions in .NET, which works fine for existing third-party libraries. However, it does not illustrate how to add your own instrumentation to the collected data.
The examples folder for the AspNetCore does illustrate how to add custom instrumentation, but the configuration process is relatively different to that required by the AWS Lambda (registering services on the IServiceCollection rather than calling Sdk.CreateTracerProviderBuilder(), for example).
Has anyone been able to get custom instrumentation up and running with AWS Lambda, and if so, would they be able to provide sample code?
The text was updated successfully, but these errors were encountered:
The
samples
folder gives a basic example of adding OpenTelemetry to AWS Lambda functions in .NET, which works fine for existing third-party libraries. However, it does not illustrate how to add your own instrumentation to the collected data.The
examples
folder for the AspNetCore does illustrate how to add custom instrumentation, but the configuration process is relatively different to that required by the AWS Lambda (registering services on theIServiceCollection
rather than callingSdk.CreateTracerProviderBuilder()
, for example).Has anyone been able to get custom instrumentation up and running with AWS Lambda, and if so, would they be able to provide sample code?
The text was updated successfully, but these errors were encountered: