chore(llmobs): update config type to generated types#7965
Conversation
Overall package sizeSelf size: 5.47 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.1 | 82.56 kB | 817.39 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
✅ Tests 🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 5b46775 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7965 +/- ##
=======================================
Coverage 73.87% 73.87%
=======================================
Files 773 773
Lines 35985 35985
=======================================
+ Hits 26584 26585 +1
+ Misses 9401 9400 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-04-09 17:42:04 Comparing candidate commit 5b46775 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 227 metrics, 33 unstable metrics. |
What does this PR do?
Updates LLM Observability files to use the correct config type with the recently-landed generated configs.
Motivation
Better dev-ex when interacting with config in the LLM Observability directory.
Additional Notes
Also updates the base
Pluginclass to cast_tracerConfigto this type, since this value is used in LLM Observability plugins.