Roch Devost
Roch Devost
I would recommend opening an issue in Prisma. Unfortunately the library is written in a way that is not patchable externally, so we can't monkey-patch it as we do for...
@xzyfer Does this mean that they have fixed context propagation internally as well? Otherwise there would be no way to support any kind of tracing, so I assume this is...
DogStatsD is an implementation detail of the tracer, so unfortunately it's not really possible to accept a custom client. This is especially true since we plan to switch from DogStatsD...
> If there are plans to switch from DogStatsD to the existing agent endpoint, should this ticket just be closed? I think it should stay open since the issue is...
> Do you have a rough idea for timeline for being able to send APM metrics through trace endpoint? No timeline right now unfortunately. > Is that something that would/could...
@dusan-dragon We implemented custom support internally to have more control on our specific use case for runtime metrics, but for any other custom metrics you can use any DogStatsD library...
This is actually a bug with how the config is loaded for Web frameworks which may be overridden by the configuration from the `http` plugin. You can work around this...
@shantanu1227 We've slightly changed how the tracer is loaded which could cause that workaround to stop working in some cases. However, assuming that the first point has been addressed and...
Sounds like it could be a bug. The `manual.drop` tag should never appear in the UI since adding this tag should result in the trace being dropped. I'll have to...
We're in the process of rewriting the part of the tracer that handles this since it has too many issues. This should happen fairly soon after which this should work...