docs: add comprehensive metadata and labels guide#121
Open
drewdrewthis wants to merge 2 commits intomainfrom
Open
docs: add comprehensive metadata and labels guide#121drewdrewthis wants to merge 2 commits intomainfrom
drewdrewthis wants to merge 2 commits intomainfrom
Conversation
This was referenced Feb 13, 2026
7d6bced to
0b9e184
Compare
0xdeafcafe
reviewed
Feb 17, 2026
integration/metadata-and-labels.mdx
Outdated
|
|
||
| ## OpenInference (Phoenix) | ||
|
|
||
| If you're using [OpenInference](https://github.com/Arize-ai/openinference) instrumentation: |
Collaborator
There was a problem hiding this comment.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0b9e184 to
3c27627
Compare
…ctions Adds both-language examples throughout the metadata guide: - Raw OpenTelemetry: added Python alongside existing TypeScript - Exporter config: added Python alongside existing TypeScript - REST API: added Python (requests) and TypeScript (fetch) alongside curl Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Adds a unified guide for sending metadata and labels to LangWatch, covering all integration methods.
What's Included
gen_ai.conversation.idas primary recommendationKey Decisions
gen_ai.conversation.idis the primary recommendation for thread/conversation ID (OTEL semconv aligned)langwatch.thread.idstill works but documented as legacymetadataattribute (JSON object)Verified
Tested against production API:
/api/collector) ✅/api/otel/v1/traces) ✅Related