Replies: 2 comments
-
|
@sourabh1007 - any thoughts here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
okay, after searching inside this repo I realize that I was looking for wrong span kind. My original intuition was the change feed processor is developed under push model so there should be a incoming event from CosmosDB which means the Span should be either Internal/Consumer or even Server, but looks like everything is categorized under the I guess I may have the wrong understanding regarding how the change feed processor is actually working in the SDK |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to debug the change feed processor stall issue and want to enable the distributed tracing in the SDK. Followed the official documentation and enable the feature in the options and I can see the trace attributes for calling CosmosDB through HTTP client. However, I don't see any telemetry that is related to CosmosDB change feed processor. Is it even supported?
Beta Was this translation helpful? Give feedback.
All reactions