truefoundry-integration#164
Open
aneesh-truefoundry wants to merge 1 commit into
Open
Conversation
Author
|
Hi @skull8888888 , could you please review and merge this PR for the TrueFoundry integration in Laminar docs when you get a chance? Thanks! |
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.
This PR adds a guide for exporting TrueFoundry AI Gateway traces to Laminar over OTLP/HTTP, with no Laminar SDK required in your application. Export is configured once in TrueFoundry, after which every gateway request appears in Laminar as
litellm.completionspans with model, tokens, latency, cost, and prompt/response content. The guide covers getting a Laminar project API key, configuring the OTEL traces exporter in TrueFoundry, and verifying traces, plus a configuration reference and troubleshooting section.Note
Low Risk
Documentation-only changes with no application or runtime code.
Overview
Adds a TrueFoundry tracing integration doc and links it under Tracing → Integrations in the docs nav.
The new page explains how to send TrueFoundry AI Gateway traces to Laminar via OTLP/HTTP (no Laminar SDK in app code): Laminar project API key, TrueFoundry OTEL Config (
https://api.lmnr.ai/v1/traces, Proto, Bearer auth), verification steps, a config table, troubleshooting accordions, and cross-links to OTEL, viewing traces, and LiteLLM. It notes the guide is mirrored on TrueFoundry’s docs.Reviewed by Cursor Bugbot for commit f9b8c0b. Bugbot is set up for automated code reviews on this repo. Configure here.