From e1a6f61bfb29698b7558f1355ff6f7ad28ef667e Mon Sep 17 00:00:00 2001 From: romain-priour-lc Date: Thu, 13 Nov 2025 08:04:48 -0800 Subject: [PATCH 1/3] clarify egress docs --- src/langsmith/self-host-egress.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/langsmith/self-host-egress.mdx b/src/langsmith/self-host-egress.mdx index fe6f3d887f..12031bdc69 100644 --- a/src/langsmith/self-host-egress.mdx +++ b/src/langsmith/self-host-egress.mdx @@ -42,7 +42,7 @@ As of version ***0.11***, LangSmith deployments will by default send telemetry d * **Request metadata**: anonymized request counts, sizes, and durations. * **Database metrics**: query durations, error rates, and performance counters. -* **Distributed traces**: end-to-end traces with timing and error information for high-latency or failed requests. +* **Operational LangSmith traces**: traces with timing and error information for high-latency or failed requests. **These are NOT customer traces, these are operational traces about the functioning of the LangSmith instance. We do not collect actual payload contents, database records, or any data that can identify your end users or customers. @@ -123,7 +123,7 @@ In an effort to maximize transparency, we provide sample payloads here: } ``` -### Telemetry: Metrics +### Telemetry: LangSmith Opertational Metrics **Endpoint:** @@ -214,7 +214,7 @@ In an effort to maximize transparency, we provide sample payloads here: } ``` -### Telemetry: Traces +### Telemetry: LangSmith Operational Traces (Not customer traces) **Endpoint:** From 6f6c280159bed38aeb2c03945cd4594419317794 Mon Sep 17 00:00:00 2001 From: romain-priour-lc Date: Thu, 13 Nov 2025 08:06:31 -0800 Subject: [PATCH 2/3] rename header --- src/langsmith/self-host-egress.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langsmith/self-host-egress.mdx b/src/langsmith/self-host-egress.mdx index 12031bdc69..3cd2f6163e 100644 --- a/src/langsmith/self-host-egress.mdx +++ b/src/langsmith/self-host-egress.mdx @@ -214,7 +214,7 @@ In an effort to maximize transparency, we provide sample payloads here: } ``` -### Telemetry: LangSmith Operational Traces (Not customer traces) +### Telemetry: Operational LangSmith Traces **Endpoint:** From 73cb85c8f0628888264c52a8e4175c493744d92f Mon Sep 17 00:00:00 2001 From: romain-priour-lc Date: Thu, 13 Nov 2025 08:13:06 -0800 Subject: [PATCH 3/3] spelling fixes --- src/langsmith/self-host-egress.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/langsmith/self-host-egress.mdx b/src/langsmith/self-host-egress.mdx index 3cd2f6163e..40a53631a6 100644 --- a/src/langsmith/self-host-egress.mdx +++ b/src/langsmith/self-host-egress.mdx @@ -42,7 +42,7 @@ As of version ***0.11***, LangSmith deployments will by default send telemetry d * **Request metadata**: anonymized request counts, sizes, and durations. * **Database metrics**: query durations, error rates, and performance counters. -* **Operational LangSmith traces**: traces with timing and error information for high-latency or failed requests. **These are NOT customer traces, these are operational traces about the functioning of the LangSmith instance. +* **Operational LangSmith traces**: traces with timing and error information for high-latency or failed requests. These are **not** customer traces, these are operational traces about the functioning of the LangSmith instance. We do not collect actual payload contents, database records, or any data that can identify your end users or customers. @@ -123,7 +123,7 @@ In an effort to maximize transparency, we provide sample payloads here: } ``` -### Telemetry: LangSmith Opertational Metrics +### Telemetry: Operational LangSmith Metrics **Endpoint:**