mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
agent 4.png
This commit is contained in:
parent
e32169dc37
commit
69a360429c
3 changed files with 26 additions and 0 deletions
|
|
@ -50,6 +50,32 @@ Confirm that LiteLLM is properly tracking requests by checking logs for the expe
|
|||
|
||||
Access the LiteLLM dashboard to view aggregated usage metrics and user engagement data.
|
||||
|
||||
#### Summary Metrics
|
||||
|
||||
This shows the total cost and successful requests for each coding tool.
|
||||
|
||||
<br/>
|
||||
|
||||
<Image
|
||||
img={require('../../img/agent_3.png')}
|
||||
style={{width: '100%', display: 'block', margin: '2rem auto'}}
|
||||
/>
|
||||
|
||||
|
||||
#### DAU, WAU, MAU
|
||||
|
||||
This shows the daily, weekly, and monthly active users for each coding tool.
|
||||
|
||||
<br/>
|
||||
|
||||
<Image
|
||||
img={require('../../img/agent_4.png')}
|
||||
style={{width: '100%', display: 'block', margin: '2rem auto'}}
|
||||
/>
|
||||
|
||||
|
||||
|
||||
|
||||
## How LiteLLM Identifies Coding Tools
|
||||
|
||||
LiteLLM tracks coding tools by monitoring the `User-Agent` header in incoming API requests (`/chat/completions`, `/responses`, etc.). Each unique User-Agent is tracked separately for usage analytics.
|
||||
|
|
|
|||
BIN
docs/my-website/img/agent_3.png
Normal file
BIN
docs/my-website/img/agent_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
BIN
docs/my-website/img/agent_4.png
Normal file
BIN
docs/my-website/img/agent_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
Loading…
Add table
Reference in a new issue