litellm/litellm/integrations
Deepanshu Lulla 68adca04c8
Gitlab based Prompt manager (#14988)
* add prompt

* add prompt

* add prompt

* add prompt

* add prompt management via gitlab

* gitlab client

* gitlab client

* gitlab client

* fix lint issues

* fix lint issues

* remove router changes

---------

Co-authored-by: deepanshu <deepanshu.lulla@hq.bill.com>
2025-10-01 18:13:11 -07:00
..
_types feat: Added Missing Attributes For Arize & Phoenix Integration (#10043) (#10215) 2025-04-22 21:34:51 -07:00
agentops Add AgentOps Integration to LiteLLM (#9685) 2025-04-22 10:29:01 -07:00
arize [Feat] QA - Arize Team based logging (#12331) 2025-07-04 18:17:09 -07:00
azure_storage fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
bitbucket fix mypy errors from bitbucket integration (#14959) 2025-09-26 14:08:17 -07:00
cloudzero [Security] Fix: Ensure .info() logs are not used for request/responses + Add code QA check for possible violations (#14386) 2025-09-09 13:55:56 -07:00
datadog fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
deepeval fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
dotprompt Prompt Management - add prompts on UI (#13240) 2025-08-02 22:33:37 -07:00
email_templates [Feat] Add User invitation emails when inviting users to litellm (#10615) 2025-05-06 22:52:53 -07:00
gcs_bucket fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
gcs_pubsub Fix gcs pub sub logging with env var GCS_PROJECT_ID (#10042) 2025-04-15 21:50:48 -07:00
gitlab Gitlab based Prompt manager (#14988) 2025-10-01 18:13:11 -07:00
langfuse Merge branch 'BerriAI:main' into LangfuseUsageDetails 2025-09-17 09:36:08 -04:00
opik fix: trace not pass through when trace_id has settled 2025-09-25 15:54:50 +08:00
prometheus_helpers
SlackAlerting fix: fix soft budget crossed alert 2025-09-12 12:07:08 +02:00
vector_store_integrations Help mypy with typing asearch 2025-07-22 22:18:02 -05:00
__init__.py
additional_logging_utils.py (Feat) - Allow viewing Request/Response Logs stored in GCS Bucket (#8449) 2025-02-10 20:38:55 -08:00
anthropic_cache_control_hook.py fix: support negative indexes in cache_control_injection_points for Anthropic Claude (#10226) (#13187) 2025-07-31 15:50:53 -07:00
argilla.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
athina.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
braintrust_logging.py fix: fix ruff errors 2025-09-01 17:38:39 -07:00
custom_batch_logger.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
custom_guardrail.py [Feat] Guardrails - add logging for important status fields (#15090) 2025-09-30 18:38:07 -07:00
custom_logger.py [Feat] Responses API Session Handling - Multi media support (#13347) 2025-08-07 10:59:53 -07:00
custom_prompt_management.py Litellm dev 07 03 2025 p2 (#12301) 2025-07-03 22:40:21 -07:00
custom_sso_handler.py [Feat] SSO - Allow users to run a custom sso login handler (#12465) 2025-07-09 16:36:30 -07:00
dynamodb.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
email_alerting.py
galileo.py
greenscale.py
helicone.py Helicone base url support + fix for embedding cache hits on str input (#11211) 2025-05-28 22:02:55 -07:00
humanloop.py fix: fix import errors 2025-09-14 09:32:21 -07:00
lago.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
langsmith.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
langtrace.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
literal_ai.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
logfire_logger.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
lunary.py build(pyproject.toml): add new dev dependencies - for type checking (#9631) 2025-03-29 11:02:13 -07:00
mlflow.py remove comment 2025-08-20 15:42:26 +09:00
openmeter.py [Bug]: Set user from token user_id for OpenMeter integration 2025-07-30 22:23:30 +02:00
opentelemetry.py [Fix] LiteLLM UI - Ensure OTEL settings are saved in DB after set on UI (#15118) 2025-10-01 15:33:22 -07:00
posthog.py fix: use fastuuid helper (#14903) 2025-09-25 15:47:01 -07:00
prometheus_services.py add operational metrics for pod lock manager v2 arch 2025-04-04 16:41:07 -07:00
prompt_layer.py
prompt_management_base.py fix: fix import errors 2025-09-14 09:32:21 -07:00
Readme.md
s3_v2.py s3_endpoint_url returned 404 (#14559) 2025-09-15 12:08:18 -07:00
s3.py [JSON Logs] fix ciruclar ref error by adding safe dumps (#12764) 2025-07-19 13:45:27 -07:00
sqs.py Make errors go through SQS 2025-09-27 08:51:29 -04:00
supabase.py
test_httpx.py
traceloop.py
weights_biases.py [Security] Fix: Ensure .info() logs are not used for request/responses + Add code QA check for possible violations (#14386) 2025-09-09 13:55:56 -07:00

Integrations

This folder contains logging integrations for litellm

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