Adrian Cole
Adrian Cole
In case this helps, this is a way to have it break ```Dockerfile ARG base_image=docker.io/python:3.12.4-alpine3.20 # Take the Pipfile stuff, used locally and export it to requirements. # This makes...
indeed grpc requires some additional platform steps, possibly limited to this: ```Dockerfile # Install build dependencies for grpcio RUN apk add --no-cache g++ make linux-headers ``` I think possibly the...
I would investigate the root of that grpc dep. if only for span export, it might be better to switch to http after verifying with others what I understand as...
Thanks @mikeldking for the feedback and hope to see you around the #otel-llm-semconv-wg slack or any [SIG meetings](https://github.com/open-telemetry/community?tab=readme-ov-file#specification-sigs).
@jack-berg I assume this is only about file configuration, if so maybe change the title? if it is language in general of WIP specs, we can probably contribute stuff about...
sorry I missed the repo name. My mistake
Because spring instrumentation began with zipkin semantics, it can be surprising to find things that lie over an http transport, and have no ability to set headers, marked as client...
Related: I was extremely surprised to find all of the instrumentation sdks skipping the http client under openai or all the other REST clients that implement this. I tried half...
@ThomasVitale PS I want to be very clear, even though I'm not asked and also have no karma on this repo. I understand the argument that you CAN make the...
**History** TL;DR; kind had been undefined until april this year. It isn't completely converged either, even in new implementations. However, most current python sdks set kind=client. As far as my...