Add AISIX AI Gateway integration page - #3437
Open
moonming wants to merge 1 commit into
Open
Conversation
|
@moonming is attempting to deploy a commit to the langfuse Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an integration page for AISIX to the gateways catalog, plus the
meta.jsonregistration.What is AISIX: AISIX is an open-source (Apache-2.0) AI gateway for LLMs and AI agents, written in Rust, made by API7.ai.
Why this entry: AISIX ships a built-in OTLP/HTTP exporter that emits OpenTelemetry GenAI (
gen_ai.*) spans, so traffic routed through the gateway can be traced in Langfuse with a few lines of gateway config and no application or SDK changes. The page documents that path end to end (credentials, gateway config, request, traces) and follows the structure of the existing gateway entries.Notes for reviewers:
resources.yamlexample exists in AISIX's published exporter JSON schema (schemas/resources/observability_exporter.schema.jsonin the AISIX repo); the surrounding file shape matches the AISIX quickstart docs./api/public/otel/v1/traces, Basic Auth from project keys,x-langfuse-ingestion-version: 4, data regions) match this repo'sazure-api-management.mdx.check-h1-headings.jslogic; internal links used (/resources/engineering/llm-gateway,/self-hosting,/integrations/native/opentelemetry) are routes already linked from existing gateway pages./images/integrations/in whatever format you prefer for the card.Greptile Summary
Adds AISIX to the AI gateways integration catalog.
Confidence Score: 5/5
The PR appears safe to merge with no concrete blocking or non-blocking defects identified.
The new page follows the existing integrations content structure, is registered in the gateway metadata, references an included logo, and uses the established Langfuse OTLP endpoint and authentication configuration.
Reviews (1): Last reviewed commit: "Add AISIX AI Gateway integration page" | Re-trigger Greptile
Context used: