Yuri Shkuro
Yuri Shkuro
> jaegertracing/jaeger-opentelemetry-collector where are you getting instructions to use this ^ name? It's not supported atm. If your Wordpress installation exports OpenTelemetry data, you can send it to regular Jaeger...
Help is appreciated. What kind of assistance are you looking for?
Perhaps an even better way would be to change the tests from using `integration` build tag to have specific tag for each storage type, so that we don't even run...
@rbroggi Yes your understanding about the build tags proposal is accurate. Right now we don't use build tags and instead control storage integrations via ENV var, which is weird since...
Are you interested in creating and maintaining/supporting a DynamoDB storage backend plugin?
Besides the storage API implementation, we'll need plugin support, #422.
We could use your help with the plugin, especially since by then you'll have your implementation of the storage backend and can experiment with deploying it in the form of...
Yes, we can put a protective check in the consumer and try to log as much as possible about the rest of the span, to enable troubleshooting.
I am not sure why we need phase 1-2 approach and restrictions. Could we not just merge all spans into one? Rules would be: * tags and lots are merged...
Why is it necessary to ensure upsert? I think a simpler solution is to merge spans on read.