Has anyone managed to get a .NET Core for Linux agent to work on AWS Fargate? We've had a number of attempts across multiple teams working on it with no luck.
The controller receives the request to create a node just fine, but it doesn't seem to be able to pull in any of the normal metrics, or even collect basic agent metrics, like Agent|Availability. No BTs are discovered, even when creating a standard ASP_DOTNET or POCO discovery rule to supersede the standard OOTB discovery rules.
Just wondering if there are any users that were able to get something to work on Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/AWS_Fargate.html
Hi Allan,
We will have to manually define POCO transactions. DEBUG logs aren't showing the classes/methods to define for some reason, so we're going to enable TRACE logs and work with AppD support to continue troubleshooting.
Have a good weekend,
Carl
Hi. Which version of the agent are you trying to use? Thanks.
Sounds good. The 20.3 release will work great with core 3.1 but 4.5.19.0 that's out now is technically capable of working with 3.1 if you're in the mood to try it out. Let us know!
Ah ok. Serverless .net monitoring is currently in the works.
Ah ok, yes, k8s / containers are supported. In case you haven't seen this I wanted to double check:
The agent supports the following features:
ASP.NET MVC transactions See Name MVC Transactions by Area, Controller, and Action
Are you using anything outside of that list?
Hi Allan,
We will have to manually define POCO transactions. DEBUG logs aren't showing the classes/methods to define for some reason, so we're going to enable TRACE logs and work with AppD support to continue troubleshooting.
Have a good weekend,
Carl