Aaron Abbott
Aaron Abbott
Hey @prudnikov, we chatted about this. I think we are OK with removing the `bx` suffix for all our packages. We've had `b0` as long as I can remember, but...
Related/duplicate https://github.com/trentm/node-bunyan/issues/667
I think this is fixed @xrmx or no longer relevant?
I agree we should increase the minimum version. Is this something you'd be willing to work on?
@xrmx what are other languages doing by default? I looked at JS and it is not included with the [default Resource](https://github.com/open-telemetry/opentelemetry-js/blob/806fa97ebd8024c5c78e818ede350c3e1874777a/packages/opentelemetry-resources/src/Resource.ts#L54-L67). Can you check on Java and Go possibly? Another...
@xrmx yes it's [here](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/README.md#service:~:text=%5B1%5D%3A%20MUST%20be%20unique,of%20a%20horizontally%20scaled%20service\).) > `service.namespace,service.name,service.instance.id` triplet MUST be globally unique
> ``` > Traceloop.init(...) > auto_instrumentation.initialize() > ```` I think these should be mutually exclusive. Both of those try to set up the OTel SDK which should only be done...
> ### Describe alternatives you've considered > Writing a custom span exporter that uses queueing/local storage to avoid overload, which would be complicated. Isn't that the feature request here?
Update from https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2865#issuecomment-2379723941, this is working as intended but we should write down the full resolution.
Bit of nit/soft comment for consideration: it looks like you can use a github workflow to generate the matrix via JSON: https://www.kenmuse.com/blog/dynamic-build-matrices-in-github-actions/ This would avoid having a separate template with...