You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be raised with Datadog. nginx-opentracing lacks subrequest support. Authentication creates subrequests. The tracer is blind and lacking configuration in that case. Our Instana tracer that I'm developing is always on and tracing by default. So we capture those traces. Trace continuity is broken though.
We are working on subrequest support right now. If the dogs want to team up, then that would increase the chance that we won't keep this feature for ourselves. 😉
Hi,
Versions
Use Case
We have an endpoint where on same URL: request are routed depending on the http METHOD.
For example on this URL:
https://usstaging.restcomm.com/restcomm/2012-04-24/Accounts/AC123/Calls
How we implement it
incSessionHandlingApi.conf
inc/incAccountingApi.conf
Result of this config
accountingapi
(GET requests).Reverse Config
if_condition
and started to redirected PUT|POST SessionHandlingApi requests instead of accounting api.Result of this config
accountingapi
(GET requests).Conclusion
The text was updated successfully, but these errors were encountered: