.NET Core - Filter by endpoint

Hello!

We are currently using .NET Core and Elastic APM on Elastic Cloud.

Our stack is hosted on Kubernetes. As Kubernetes requires a "health check" endpoint, we have a lot of requests to /api/healthz.

Is there any way to filter out these HTTP request from the APM?

Hi @dekim,

Yes, you should be able to filter out these requests. The Agent has a Filter API, with that based on the request URL you can filter out specific requests. Here is the documentation of the API.

Awesome! Thanks for the follow up Greg!

By the way, awesome work with the .NET Agent :slight_smile:

1 Like

Thanks @dekim,

appreciate the nice words :slight_smile:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.