20 Feb 2024 11:17 AM - edited 20 Feb 2024 11:57 AM
I'm successfully collecting ingested traces from my Azure API Management (APIM) using Application Insights and OpenTelemetry (OTLP) integration with Dynatrace SaaS. However, I'm unable to filter the traces in Dynatrace to only include requests that resulted in 2xx success code or 4xx (client error) or 5xx (server error) HTTP response codes.
Setup:
Screenshots
-> Ingested traces with requests giving 4xx and 5xx errors
-> Filtering 4xx HTTP Response code requests
Desired Outcome:
I want to filter the collected traces in Dynatrace to only include requests that resulted in 4xx or 5xx error codes for further analysis and troubleshooting.
Current Challenge:
I've been unable to identify an effective method to filter based on HTTP response codes within the Dynatrace platform.
Questions:
Additional Information: