29 May 2026 11:09 AM
Hello everyone,
I am working with a service that is being monitored via Pure OpenTelemetry (Trace Ingest API). We are receiving traces correctly, but we need to exclude/mute specific health check endpoints (example: /api/health) to optimize license consumption and clean up the service view.
In services monitored by OneAgent, we usually have the Muting or Span capturing options under Service Settings, but these options menus seem to be missing for services based purely on Trace Ingest in the Classic interface.
Questions:
Thanks in advance for your help!
Solved! Go to Solution.
29 May 2026 12:17 PM
You're correct — Span capturing / muting options are not available in the Classic UI for services created purely via Trace Ingest (OTLP). This is a known limitation.
To answer your questions:
Can you mute/exclude endpoints for OTel-ingested services in Classic UI? No. The muting and span capturing settings under Server-side service monitoring → Span capturing only apply to OneAgent-instrumented services. For pure OTel Trace Ingest services, these options are not exposed in the Classic UI.
Is filtering at the source the only option? Yes — for now, filtering must be done at the OTel Collector level before data reaches Dynatrace. Use the Filter Processor in your Collector pipeline.
Thanks,
Sujit
29 May 2026 02:22 PM
Thank you very much for the clear and definitive answer. It confirms my findings that filtering at the source (OTel Collector) is indeed the only robust way to handle this for OTLP-Ingested services in the Classic UI.
I've already advised the client to implement the Filter Processor as suggested.
Best Regards,
Fernando
Featured Posts