litellm-mirror/litellm/integrations
Krish Dholakia 20495cb415 test(base_llm_unit_tests.py): add test to ensure drop params is respe… (#8224)
* test(base_llm_unit_tests.py): add test to ensure drop params is respected

* fix(types/prometheus.py): use typing_extensions for python3.8 compatibility

* build: add cherry picked commits
2025-02-03 16:04:44 -08:00
..
_types feat - arize ai open inference types 2024-07-22 11:07:48 -07:00
azure_storage (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
datadog Add datadog health check support + fix bedrock converse cost tracking w/ region name specified (#7958) 2025-01-23 22:17:09 -08:00
email_templates fix - move email templates 2024-05-31 10:37:56 -07:00
gcs_bucket gcs bucket dont run truncation (#7964) 2025-01-23 20:58:31 -08:00
gcs_pubsub linting fix 2025-01-24 21:30:24 -08:00
langfuse (Fix) langfuse - setting LANGFUSE_FLUSH_INTERVAL (#8007) 2025-01-25 17:17:32 -08:00
opik (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
pagerduty (Feat) - Add PagerDuty Alerting Integration (#7478) 2025-01-01 07:12:51 -08:00
prometheus_helpers (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
SlackAlerting (Feat) soft budget alerts on keys (#7623) 2025-01-07 21:36:34 -08:00
__init__.py add linting 2023-08-18 11:05:05 -07:00
argilla.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
arize_ai.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
athina.py Use environment variable for Athina logging URL (#7628) 2025-01-10 07:47:12 -08:00
base_health_check.py Add datadog health check support + fix bedrock converse cost tracking w/ region name specified (#7958) 2025-01-23 22:17:09 -08:00
braintrust_logging.py Litellm dev 01 07 2025 p3 (#7635) 2025-01-08 11:46:24 -08:00
custom_batch_logger.py (fix) BaseAWSLLM - cache IAM role credentials when used (#7775) 2025-01-14 20:16:22 -08:00
custom_guardrail.py test(base_llm_unit_tests.py): add test to ensure drop params is respe… (#8224) 2025-02-03 16:04:44 -08:00
custom_logger.py Litellm dev 01 06 2025 p1 (#7594) 2025-01-06 21:26:21 -08:00
dynamodb.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
email_alerting.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
galileo.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
greenscale.py LITELLM: Remove requests library usage (#7235) 2024-12-17 12:50:04 -08:00
helicone.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
humanloop.py Litellm dev 01 06 2025 p1 (#7594) 2025-01-06 21:26:21 -08:00
lago.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
langsmith.py fix(langsmith.py): add /api/v1 to langsmith base url 2025-01-24 17:58:42 -08:00
langtrace.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
literal_ai.py fix literal ai typing errors 2024-10-09 15:23:39 +05:30
logfire_logger.py Litellm ruff linting enforcement (#5992) 2024-10-01 19:44:20 -04:00
lunary.py feat: allow to pass custom parent run id (#7651) 2025-01-10 17:04:46 -08:00
mlflow.py Update MLflow calllback and documentation (#7809) 2025-01-21 20:56:48 -08:00
openmeter.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
opentelemetry.py docs: cleanup keys 2025-01-06 21:57:18 -08:00
prometheus.py (Prometheus) - emit key budget metrics on startup (#8002) 2025-01-25 10:37:52 -08:00
prometheus_services.py Litellm dev 01 07 2025 p1 (#7618) 2025-01-07 21:22:31 -08:00
prompt_layer.py LITELLM: Remove requests library usage (#7235) 2024-12-17 12:50:04 -08:00
prompt_management_base.py fix(vertex_ai/gemini/transformation.py): handle 'http://' in gemini p… (#7660) 2025-01-10 07:31:59 -08:00
Readme.md (Feat) - Add GCS Pub/Sub Logging integration for sending DB SpendLogs to BigQuery (#7976) 2025-01-24 20:57:20 -08:00
s3.py Litellm dev 01 10 2025 p3 (#7682) 2025-01-10 21:56:42 -08:00
supabase.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
test_httpx.py fix(utils.py): improved predibase exception mapping 2024-06-08 14:32:43 -07:00
traceloop.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
weights_biases.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00

Integrations

This folder contains logging integrations for litellm

eg. logging to Datadog, Langfuse, Prometheus, s3, GCS Bucket, etc.