Anshul Asawa
Anshul Asawa
I see no one is assigned to this issue. I want to contribute to it. Can you please assign this to me?
What do you mean by seats?
I've came up with three different approaches for instrumentation in cherrypy and I wanted to discuss all three of them with there pros and cons. ### Instrumentation with CherryPy Hooks...
> What is guaranteed here? Sorry for the misunderstanding. What I mean by 'guarantee' here is that with other approaches, some loopholes could be there with instrumentation, like some exceptions...
> Overall, I don't think it's a good idea to patch the private/internals of the library. We have seen this fail with a few instrumentations, so they either had to...
Hey @srikanthccv. Can you please assign this to me.
Hello @leohahn, thank you for bringing this issue to our attention. After conducting some research, I have found that the `request.build_absolute_uri` method is internally calling the `get_host` method, which checks...
Many frameworks provide functionality for getting middleware priority and sorting them by it. However, I'm not sure how we could implement this on the instrumentation level. It's an interesting idea...
I appreciate the code you provided to set the order of middleware. However, my concern is how we would decide which middleware should execute before the OpenTelemetry middleware. I think...
Asking this just to check if we are on the same page, Django takes a tuple of middleware in which the customer provides their middleware, and our code by default...