14 May 2026 08:50 PM
Hi all,
We are monitoring Couchbase calls with OpenTelemetry and we can see the Couchbase spans and attributes inside distributed traces.
Our goal is to group these Couchbase spans and display them as a separate endpoint, service, or database-like entity instead of checking them only under each Java trace.
Is there any supported way to achieve this in Dynatrace Managed, for example with service detection rules, API detection rules, span attributes, request attributes, or OneAgent SDK?
Thanks.
14 May 2026 09:14 PM
@Osiris5654, yes, to some degree, this is possible with the service detection v2. You need to set up a service detection rule which will match the spans you want, and then it will automatically create a new service from those spans. However, I see two caveats:
Since the application calling Couchbase seems to be monitored by OneAgent, I think creating a custom service at the classes/methods calling Couchbase will be much easier to set up, and a dedicated service will be created.
Featured Posts