Skip to content
Closed
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
4 changes: 2 additions & 2 deletions content/en/tracing/trace_explorer/trace_queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Filter the result set of traces further by applying filters on trace-level attri
|-----|-----|-----|
| `span_count(a)` | Number of occurrences of a span | Traces that contain more than 10 calls to a mongo database: <br/>- **queryA**:`service:web-store-mongo @db.statement:"SELECT * FROM stores`<br/>- **Traces matching**:`a`<br/>- **Where**:`span_count(a):>10`|
| `total_span_count` | Number of spans in the trace | Traces that contain more than 1000 spans: <br/>**Where**`total_span_count:>1000` |
| `trace_duration` | End to end trace duration | Traces for which the end-to-end execution time is more than 5 seconds : <br/>**Where**:`trace_duration:>2s` |
| `trace_duration` | End to end trace duration | Traces for which the end-to-end execution time is more than 5 seconds : <br/>**Where**:`trace_duration:>5s` |

## Flow Map

Expand Down Expand Up @@ -128,4 +128,4 @@ Trace-level retention filters are configurable. Use a filter query to target spa
[3]: /tracing/trace_pipeline/trace_retention/#datadog-intelligent-retention-filter
[4]: /tracing/trace_pipeline/trace_retention/#one-percent-flat-sampling
[5]: /tracing/trace_pipeline/trace_retention/#diversity-sampling
[6]: /tracing/trace_pipeline/trace_retention/#create-your-own-retention-filter
[6]: /tracing/trace_pipeline/trace_retention/#create-your-own-retention-filter
Loading