You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Adds prompt tracking telemetry tags for OpenAI integration:
- Adds `prompt_tracking_instrumentation_method:auto` tag for
auto-instrumented prompts (OpenAI, LangChain)
- Adds `prompt_tracking_instrumentation_method:annotated` tag for
annotated prompts (manual)
- Adds `prompt_multimodal:true` tag for OpenAI prompts containing
image/file inputs
### Motivation
Enable dd-go to emit statsd metrics tagged by prompt tracking source and
multimodal content for internal dashboard analytics.
## Testing
- Updated unit tests for OpenAI and LangChain integrations
- All existing tests pass with new tag assertions
- System tests
## Risks
<!-- Note any risks associated with this change, or "None" if no risks
-->
🤷
## Related PRs
- dd-trace-js: DataDog/dd-trace-js#7106
- dd-source: DataDog/dd-source#323345
- system-tests: DataDog/system-tests#5876
0 commit comments