Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/langsmith/self-host-egress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Info>
We do not collect actual payload contents, database records, or any data that can identify your end users or customers.
Expand Down Expand Up @@ -123,7 +123,7 @@ In an effort to maximize transparency, we provide sample payloads here:
}
```

### Telemetry: Metrics
### Telemetry: Operational LangSmith Metrics

**Endpoint:**

Expand Down Expand Up @@ -214,7 +214,7 @@ In an effort to maximize transparency, we provide sample payloads here:
}
```

### Telemetry: Traces
### Telemetry: Operational LangSmith Traces

**Endpoint:**

Expand Down
Loading