Krrish Dholakia
|
867f9300e3
|
fix(slack_alerting.py): cleanup webhook event
|
2024-05-20 16:55:01 -07:00 |
|
Krrish Dholakia
|
da0e5d1b8d
|
feat(slack_alerting.py): support webhook for budget alerts
Closes https://github.com/BerriAI/litellm/issues/3743
|
2024-05-20 15:30:56 -07:00 |
|
Ishaan Jaff
|
b5f8c63875
|
try/except deployment metrics error
|
2024-05-20 15:03:04 -07:00 |
|
Ishaan Jaff
|
02fc507b01
|
fix divide by 0 bug
|
2024-05-20 14:26:30 -07:00 |
|
Krrish Dholakia
|
1384ee3c57
|
fix(slack_alerting.py): prevent alert spam within 24 hr period for budget alerts
Closes https://github.com/BerriAI/litellm/issues/3738
|
2024-05-20 13:35:19 -07:00 |
|
Ishaan Jaff
|
8281c150f0
|
Merge pull request #3713 from BerriAI/litellm_ui_infer_azure_prefix
[Feat] Admin UI - use `base_model` for Slack Alerts
|
2024-05-17 21:55:23 -07:00 |
|
Krrish Dholakia
|
4b3551abfc
|
fix(slack_alerting.py): show langfuse traces on error messages
|
2024-05-17 18:42:30 -07:00 |
|
Ishaan Jaff
|
be273b3c3b
|
fix - show correct base_model in slack alerts
|
2024-05-17 16:07:02 -07:00 |
|
Ishaan Jaff
|
a292583ff1
|
fix - allow users to opt into specific alert types
|
2024-05-16 16:52:44 -07:00 |
|
Krrish Dholakia
|
4ff0703a31
|
fix(slack_alerting.py): fix timezone utc issue
|
2024-05-14 22:54:33 -07:00 |
|
Krrish Dholakia
|
54587db402
|
fix(alerting.py): fix datetime comparison logic
|
2024-05-14 22:10:09 -07:00 |
|
Krish Dholakia
|
adaafd72be
|
Merge pull request #3599 from taralika/patch-1
Ignore 0 failures and 0s latency in daily slack reports
|
2024-05-14 11:47:46 -07:00 |
|
Anand Taralika
|
3b0c7d2321
|
Merge branch 'BerriAI:main' into patch-1
|
2024-05-13 21:31:00 -07:00 |
|
Marc Abramowitz
|
bfec894f6b
|
Cast SLACK_DAILY_REPORT_FREQUENCY to int
|
2024-05-13 17:08:53 -07:00 |
|
Marc Abramowitz
|
01da3b0a7a
|
Add ability to customize slack report frequency
via `SLACK_DAILY_REPORT_FREQUENCY` env var
Addresses one thing that @taralika mentioned in
https://github.com/BerriAI/litellm/issues/3597
|
2024-05-13 16:39:44 -07:00 |
|
Krrish Dholakia
|
bd2f46fd75
|
fix(slack_alerting.py): if 'turn_off_message_logging' enabled, do not log the message to logging integration
|
2024-05-13 14:02:43 -07:00 |
|
Ishaan Jaff
|
21845bc061
|
Merge pull request #3609 from BerriAI/litellm_send_daily_spend_report
[Feat] send weekly spend reports by Team/Tag
|
2024-05-13 12:45:37 -07:00 |
|
Ishaan Jaff
|
3fbebe16aa
|
fix - spend reports on alerts
|
2024-05-13 10:51:59 -07:00 |
|
Ishaan Jaff
|
55f747fb1d
|
fix - show monthly spend in slack reports
|
2024-05-13 10:17:09 -07:00 |
|
Krrish Dholakia
|
13e1577753
|
fix(slack_alerting.py): don't fire spam alerts when backend api call fails
|
2024-05-13 10:04:43 -07:00 |
|
Ishaan Jaff
|
b7bbaf1a68
|
feat - send daily spend reports
|
2024-05-13 09:25:31 -07:00 |
|
Anand Taralika
|
b490c289ca
|
Removed "5" from the string
since it's not guaranteed to always be 5, it will be at most 5, but could be less than 5 (if some values are 0s now that we ignore 0s)
|
2024-05-12 09:29:23 -07:00 |
|
Anand Taralika
|
9016e29d20
|
Update a comment about ignoring 0 values in addition to None
|
2024-05-12 08:53:04 -07:00 |
|
Anand Taralika
|
1dcf7eb06d
|
Ignore 0 failures and 0s latency in daily slack reports
Should fix #3598
|
2024-05-12 08:47:29 -07:00 |
|
Krrish Dholakia
|
4a3b084961
|
feat(bedrock_httpx.py): moves to using httpx client for bedrock cohere calls
|
2024-05-11 13:43:08 -07:00 |
|
Ishaan Jaff
|
aef3d89f0c
|
fix add cooldown_deployment alert_type
|
2024-05-08 14:13:51 -07:00 |
|
Ishaan Jaff
|
223e386737
|
Merge pull request #3511 from BerriAI/litellm_router_send_exceptions_slack
[Feat] litellm.Router / litellm.completion - send llm exceptions to slack
|
2024-05-07 19:09:44 -07:00 |
|
Ishaan Jaff
|
e8053c3d0b
|
fix slack alerting
|
2024-05-07 18:17:12 -07:00 |
|
Ishaan Jaff
|
32f3e032e9
|
feat - send slack alerts litellm.router
|
2024-05-07 15:10:47 -07:00 |
|
Krrish Dholakia
|
872470ff1f
|
feat(slack_alerting.py): reintegrate langfuse trace url for slack alerts
this ensures langfuse trace url returned in llm api exception err
|
2024-05-07 12:58:49 -07:00 |
|
Krrish Dholakia
|
724660606a
|
fix(slack_alerting.py): fix storing + reading datetime object from cache
this converts the dt object to isoformat before storing, and loads it back to dt when comparing
|
2024-05-07 11:44:55 -07:00 |
|
Krish Dholakia
|
aa62d891a0
|
Merge branch 'main' into litellm_slack_daily_reports
|
2024-05-06 19:31:20 -07:00 |
|
Krrish Dholakia
|
72299a6894
|
fix(slack_alerting.py): allow internal cache to be an optional param
|
2024-05-06 18:34:09 -07:00 |
|
Krrish Dholakia
|
3a8876b0d5
|
refactor(slack_alerting.py): trigger new build
|
2024-05-06 18:29:55 -07:00 |
|
Krrish Dholakia
|
6b9b4f05ba
|
feat(proxy_server.py): schedule slack daily report if enabled
if user enabled daily_reports, send them a slack report every 12 hours
|
2024-05-06 18:25:48 -07:00 |
|
Krrish Dholakia
|
718f423d7d
|
feat(slack_alerting.py): support sending daily reports on deployments
allow admin to easily know slow + failing deployments
Closes https://github.com/BerriAI/litellm/issues/3483
|
2024-05-06 17:18:42 -07:00 |
|
Ishaan Jaff
|
02f0ef7158
|
feat - format model price in slack alerts for new model
|
2024-05-06 15:57:22 -07:00 |
|
Ishaan Jaff
|
62adaa0fd4
|
feat - send slack alerts on adding new model
|
2024-05-06 15:43:02 -07:00 |
|
Ishaan Jaff
|
a9ec5789e7
|
feat - add key name and team alias to slack alerts
|
2024-05-06 14:30:10 -07:00 |
|
Ishaan Jaff
|
24b9fbe19f
|
fix - show api key name and alias in alerts
|
2024-05-06 14:15:34 -07:00 |
|
Ishaan Jaff
|
9edf463c3b
|
fix - revert init langfuse client on slack alerts
|
2024-05-02 16:02:52 -07:00 |
|
Ishaan Jaff
|
d42c3309ec
|
Merge pull request #3338 from BerriAI/litellm_alerting_sort_latencies
Fix - slack alerting show deployment latencies in sorted order
|
2024-04-27 18:40:07 -07:00 |
|
Ishaan Jaff
|
cc51db1999
|
fix slack alerting show deployment latencies
|
2024-04-27 15:44:30 -07:00 |
|
Ishaan Jaff
|
d6827c3574
|
fix - link to langfuse traces on slack alerts
|
2024-04-27 15:23:18 -07:00 |
|
Ishaan Jaff
|
a881d16101
|
Merge pull request #3301 from BerriAI/debug_lowest_latency
[Fix] sending deployment latencies to slack alerting - lowest_latency
|
2024-04-25 19:43:25 -07:00 |
|
Ishaan Jaff
|
24e918b10f
|
fix clean up prints from slack alerting
|
2024-04-25 19:36:42 -07:00 |
|
Ishaan Jaff
|
1d5e70f7a0
|
pass alert type on alerting handle
|
2024-04-25 13:05:34 -07:00 |
|
Ishaan Jaff
|
984259d420
|
temp - show better debug logs for lowest latency
|
2024-04-25 11:22:52 -07:00 |
|
Ishaan Jaff
|
2c7f4695d9
|
Merge pull request #3283 from BerriAI/litellm_debug_lowest_latency
[Fix] Add better observability for debugging lowest latency routing
|
2024-04-24 20:42:52 -07:00 |
|
Ishaan Jaff
|
ffc277c2bb
|
temp fix _add_langfuse_trace_id_to_alert
|
2024-04-24 20:19:21 -07:00 |
|