[PR #897] Fix otlphttp endpoint in docs #872

Open
opened 2026-02-21 17:19:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/897
Author: @dawhalen
Created: 7/10/2025
Status: 🔄 Open

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 docs/observability/how_to_guides/trace_with_opentelemetry.mdx (+2 -2)

📄 Description

The otlphttp endpoint 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/traces for 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langsmith-docs/pull/897 **Author:** [@dawhalen](https://github.com/dawhalen) **Created:** 7/10/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`f6ca137`](https://github.com/langchain-ai/langsmith-docs/commit/f6ca1375aca13be54a7fbbd5fde8f2502bbe7629) Fix otlphttp endpoint ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/observability/how_to_guides/trace_with_opentelemetry.mdx` (+2 -2) </details> ### 📄 Description The `otlphttp` endpoint 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/traces` for you, so it should not be included in the collector's endpoint config. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 17:19:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#872