Skip to content
Draft
4 changes: 4 additions & 0 deletions src/langsmith/filter-traces-in-application.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ title: Filter traces
sidebarTitle: Filter traces
---

import FilteringExperienceNote from '/snippets/langsmith/filtering-experience-note.mdx';

Tracing projects can accumulate large amounts of data across [threads](/langsmith/observability-concepts#threads), [traces](/langsmith/observability-concepts#traces), and [runs](/langsmith/observability-concepts#runs). LangSmith's filtering tools let you navigate and analyze that data precisely.

<FilteringExperienceNote />

This page covers:

- [Applying filters from the filter bar](#create-and-apply-filters) and **Filter Shortcuts** panel
Expand Down
446 changes: 446 additions & 0 deletions src/langsmith/filter-traces.mdx

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/langsmith/images/filter-search-bar-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/langsmith/images/filter-search-bar-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/snippets/langsmith/filtering-experience-note.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Note>
Tracing projects have two filtering experiences. Check the top of your project to see which one applies to you:

- **A single search bar with a scope selector to its left**: Refer to [Filter traces](/langsmith/filter-traces).
- **An Add filter button that builds filter chips**: Refer to [Filter traces in application](/langsmith/filter-traces-in-application).
</Note>
Loading