feat(anthropic, llmobs): report prompt cache ttl write tokens#7779
feat(anthropic, llmobs): report prompt cache ttl write tokens#7779
Conversation
Overall package sizeSelf size: 4.97 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7779 +/- ##
==========================================
- Coverage 80.42% 80.42% -0.01%
==========================================
Files 741 741
Lines 32168 32193 +25
==========================================
+ Hits 25872 25891 +19
- Misses 6296 6302 +6
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:
|
This comment has been minimized.
This comment has been minimized.
6102c26 to
7819367
Compare
BenchmarksBenchmark execution time: 2026-03-13 19:33:19 Comparing candidate commit 7819367 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 229 metrics, 31 unstable metrics. |
What does this PR do?
Reports ephemeral_5m/1h_input_tokens from anthropic LLM calls onto LLMObs spans.
Motivation
Additional Notes