api7 / api7/aisix

P2-C (parent): Long-tail observability sinks (~30 LiteLLM integrations)

Open
#62 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cross-repo enhancement gap-with-litellm P2
Dominant language
Rust
Stars
157
Forks
32
Avg merge
1h 25m
Merged PRs (30d)
145

Description

Background

After P0-7 (real OTLP) and P1-8 (Helicone/Langsmith/Datadog/Slack), the rest of LiteLLM's observability surface.

Backlog (each spawns its own child issue when scheduled)

LLM-specific tracing/eval
  • Lunary
  • Langtrace
  • Athina
  • Galileo
  • MLflow
  • Braintrust
  • Argilla
  • Literal AI
  • Humanloop
  • Weights & Biases (Weave)
  • Opik (Comet)
  • Deepeval
  • AgentOps
  • PromptLayer
APM (in addition to OTLP)
  • Honeycomb (direct)
  • New Relic (direct)
  • Logfire
  • Arize AI
  • PostHog
  • Greenscale
  • Traceloop
Log sinks (in addition to S3 once added)
  • AWS S3 v1 + v2 — unified object_store sink (#531)
  • AWS SQS
  • Google Cloud Storage bucket — unified object_store sink (#531)
  • GCS Pub/Sub
  • Azure Blob — unified object_store sink (#531)
  • Azure Sentinel SIEM
  • DynamoDB
  • Supabase
  • GitLab
  • BitBucket
Billing exporters
  • Lago
  • OpenMeter
  • Vantage
  • CloudZero

Pattern

Each sink = an exporter sub-module under `aisix-obs`. Same shape as P1-8: bounded mpsc → background batcher → HTTP POST → retry. ~1d each.

Track here, schedule by customer ask.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the aisix-obs exporter sub-module pattern described here and review P1-8 for the established sink shape. Select one unchecked integration and confirm its scope in a child issue before changing code. Done means the chosen sink has a bounded mpsc, background batcher, HTTP POST, and retry behavior, with the child issue tracking it separately.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.