getsentry / getsentry/sentry-python
A better mechanism to avoid duplicate AI Client Spans
Offen
#5,515
2 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @alexander-alderman-webb
Auf GitHub ansehen
Bug
Python
Spans
- Vorherrschende Sprache
- Python
- Sterne
- 2.2k
- Forks
- 669
- Ø Merge
- 1 T. 1 Std.
- Gemergte PRs (30 T.)
- 213
Beschreibung
The current mechanism to prevent duplicate spans for LLM spans is global integration disabling.
This means that users cannot trace an agent library like `langchain` together with a client library like `openai` or `anthropic`.
The task is to allow users to gather telemetry from different levels of abstractions without a crude method like disabling one integration.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.