24 Oct 2024 05:52 PM
Hi,
We reconstruct manually traces with python open telemetry package (1.27.0). When, we look at imported services in Dynatrace's "Service" tab, we get duplicate services names :
- one with python logo, which is enriched with our otlp trace data
- one with open telemetry logo, which contains nothing
Our python code seems correct. Note that the python workload, for the otlp trace reconstruct, run on kubernetes. On the k8s cluster, one agent 1.2.1 is also running
Thanks in advance for your help
Solved! Go to Solution.
25 Oct 2024 10:49 AM
1st) ensure the process groups of these services, in case for 2 service instances you found it has 2 different process groups so you've to create Declarative Process Group or Advanced Process Group detection rule to make them the same, accordingly once succeeded you'll get your services has been merged automatically.
2nd) in case you found the duplicated services has the same process group so you've to check the service detection factors as the following:
check this link for further details about how service is detected in dynatrace https://docs.dynatrace.com/docs/shortlink/rule-based-service-detection#manage
BR,
Mostafa Hussein.