mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-07-21 01:25:41 -04:00
[PR #897] Fix otlphttp endpoint in docs #872
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-docs/pull/897
Author: @dawhalen
Created: 7/10/2025
Status: 🔄 Open
Base:
main← Head:patch-1📝 Commits (1)
f6ca137Fix otlphttp endpoint📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
docs/observability/how_to_guides/trace_with_opentelemetry.mdx(+2 -2)📄 Description
The
otlphttpendpoint described in the docs here is incorrect, if you attempt to use an OTEL Collector with this endpoint, you'll get this error from your collector:2025-07-10T13:44:01.837Z error internal/queue_sender.go:103 Exporting failed. Dropping data. {"kind": "exporter", "data_type": "traces", "name": "otlphttp/langsmith", "error": "not retryable error: Permanent error: rpc error: code = Unimplemented desc = error exporting items, request to [https://api.smith.langchain.com:443/otel/v1/traces/v1/traces](https://api.smith.langchain.com/otel/v1/traces/v1/traces) responded with HTTP Status Code 404", "dropped_items": 1}The collector automatically adds the
/v1/tracesfor you, so it should not be included in the collector's endpoint config.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.