cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

.NET AWS Lambda monitoring via OpenTelemetry

AdilSaleem
Visitor

Hi There!

I am following this documentation to monitor my .NET App deployed on AWS Lambda.

https://docs.dynatrace.com/docs/shortlink/aws-lambda-otel-dotnet

This documentation does not provide any details on how can I configure Dynatrace endpoint in code.

I am looking for solution to integrate endpoint details within my Lambda function code.

Feel free to ask more details.

Regards

2 REPLIES 2

AntonioSousa
DynaMight Guru
DynaMight Guru

@AdilSaleem,

Go to Settings -> Deploy Dynatrace -> Start Installation (as in OneAgent installation).

In the next screen select "AWS Lambda":

AntonioSousa_0-1716827026564.png

Then, fill in the drop-downs on the nest page, and you should get the info you need.

Antonio Sousa

@AntonioSousa ,

Thanks for your response. I did the same and created a dtconfig.json that contains all the info provided by this page. I have placed this file with in my project folder.

Followed rest of the documentation and integrated OpenTelemetry code with in my lambda function as mentioned:
https://docs.dynatrace.com/docs/shortlink/aws-lambda-otel-dotnet
After build and uploading it to AWS, I am unable to see anything on Dynatrace.
Please let me know how to send traces to dynatrace?

Regards

Featured Posts