Replies: 1 comment 1 reply
-
What version of opentelemetry are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My team is working on a Python web API using FastAPI hosted in Azure Kubernetes and using Azure Application Insights for logging. We have recently discovered that some of the requests coming in on different endpoints are showing up grouped together under the same operation_id in Application Insights. It is only a subset of requests, for several endpoints, the vast majority seems to be logged fine. We have reviewed the configuration and were unable to spot anything wrong, especially since for the most part, everything works as expected. The requests that are grouped together are sometimes up to 20 seconds apart.
One more interesting thing: the requests for one of the endpoints are always grouped under some wrong parent operation when coming from a consumer application, but always show up correctly when done via curl or Postman.
Has anyone else experience something like this? What could be the possible causes for this?
Any hint or lead would be appreciated, thank you!
Beta Was this translation helpful? Give feedback.
All reactions