Rust: add flag to turn off extractor path resolution

This commit is contained in:
Paolo Tranquilli
2025-02-19 09:44:09 +01:00
parent 9865577bf5
commit c1df8d0e13
10 changed files with 218 additions and 5 deletions

View File

@@ -78,3 +78,7 @@ options:
Collect flame graph data using the `tracing-flame` crate. To render a flame graph
or chart, run the `inferno-flamegraph` command. See also: https://crates.io/crates/tracing-flame
type: string
skip_path_resolution:
title: Skip path resolution
description: >
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.