Drew Robbins

Results 18 comments of Drew Robbins

@codefromthecrypt Databases and Messaging come to mind. Both will either require CLIENT or CONSUMER/PRODUCER on top of another layer that could potentially be HTTP rest API. These define logical requests...

> > > We at Scorecard.io use OTEL for tracing but have our user feedback and model graded (LLM as judge) evaluations stored separately and linked so would love if...

We are currently making an implicit assumption that events are recorded as part of a span, but the [specification](https://opentelemetry.io/docs/specs/semconv/gen-ai/gen-ai-events/) does not explicitly require this—though all the examples at the end...

I agree some level of shared code would be good. Generativing some of the common span attributes and common metrics would be beneficial. All instrumentations would get a common set...

Hi @alolita, I'm willing to help with this also. I am in Japan and can help @ralf0131 with hosting, presenting topics, and/or other organizational needs.

> > I have two questions: > > ``` > > 1. Can we confirm that this is returned from more vendors/models than OpenAI? > > ``` > > I...

@xrmx OpenAI conventions are now merged. Can you rebase and apply your system_fingerprint attribute to the new openai attributes? https://github.com/open-telemetry/semantic-conventions/pull/1385