Skip to content

Commit

Permalink
Add doc on query id filters (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonnefoa authored Mar 20, 2024
1 parent ceb749e commit 89a8192
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/pg_tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ Controls the fraction of statements that generate spans. Statements with traceco

Controls the fraction of statements with SQLCommenter tracecontext and an enabled sampled flag that will generate spans. The default value is 1.

### pg_tracing.filter_query_ids (string)

Restrict sampling to the provided queryIds. An empty value won't filter any queries. The default value is empty.

### pg_tracing.export_parameters (boolean)

Controls whether the query's parameters should be exported in spans metadata. The default value is `on`.

0 comments on commit 89a8192

Please sign in to comment.