Skip to content

Commit 7c7ca4e

Browse files
Clarify Egress Docs (#1399)
## Overview It is unclear that traces are not customer traces, but operational metadata ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
1 parent 9adb95a commit 7c7ca4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/langsmith/self-host-egress.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ As of version ***0.11***, LangSmith deployments will by default send telemetry d
4242

4343
* **Request metadata**: anonymized request counts, sizes, and durations.
4444
* **Database metrics**: query durations, error rates, and performance counters.
45-
* **Distributed traces**: end-to-end traces with timing and error information for high-latency or failed requests.
45+
* **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.
4646

4747
<Info>
4848
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:
123123
}
124124
```
125125

126-
### Telemetry: Metrics
126+
### Telemetry: Operational LangSmith Metrics
127127

128128
**Endpoint:**
129129

@@ -214,7 +214,7 @@ In an effort to maximize transparency, we provide sample payloads here:
214214
}
215215
```
216216

217-
### Telemetry: Traces
217+
### Telemetry: Operational LangSmith Traces
218218

219219
**Endpoint:**
220220

0 commit comments

Comments
 (0)