Unverified Commit 816b3a43 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] add n to generate sampling params (#11069)

parent 3a641d90
......@@ -1911,6 +1911,8 @@ pub struct SamplingParams {
#[serde(skip_serializing_if = "Option::is_none")]
pub no_stop_trim: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
pub n: Option<u32>,
#[serde(skip_serializing_if = "Option::is_none")]
pub sampling_seed: Option<u64>,
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment