27 May 2024 12:25 PM
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
27 May 2024 05:24 PM
Go to Settings -> Deploy Dynatrace -> Start Installation (as in OneAgent installation).
In the next screen select "AWS Lambda":
Then, fill in the drop-downs on the nest page, and you should get the info you need.
27 May 2024 09:36 PM
@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