Custom filtersedit
Custom filters allow you to filter or redact other types of APM data on ingestion:
Not supported by all agents. Data is sanitized before leaving the instrumented service. Potential overhead implications on the instrumented service |
APM agent filtersedit
Some APM agents offer a way to manipulate or drop APM events before they are sent to the APM Server. Please see the relevant agent’s documentation for more information and examples:
- .NET: Filter API.
-
Node.js:
addFilter()
. - Python: custom processors.
-
Ruby:
add_filter()
.