getsentry / getsentry/sentry-python

Add `gen_ai.request.choice.count` attribute (candidate_count)

Abierto
#5,816 1 comentario 0 reacciones 0 asignados Ver en GitHub
Improvement Python Spans
Lenguaje dominante
Python
Estrellas
2.2k
Forks
669
Merge medio
1 d 1 h
PR fusionados (30 d)
213

Descripción

## Problem

OTel GenAI semconv conditionally requires `gen_ai.request.choice.count` "if available and != 1". Google's `GenerateContentConfig` has `candidate_count` but it is not captured.

## Context

This attribute helps understand when users request multiple response candidates, which impacts token usage and cost.

## Files

* `sentry_sdk/integrations/google_genai/utils.py` — `set_span_data_for_request()`
* `sentry_sdk/consts.py` — uses `SPANDATA.GEN_AI_CHOICE` which maps to `gen_ai.choice`

## Acceptance Criteria

* `candidate_count` from config is captured on the span when present and != 1
* Test added to verify the attribute is set

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.