LiveTraceSamplingConfig (schema)

Sampling parameter for a livetrace action

Name Description Type Notes
match_number Parameter for first-N sampling.

First N packets are sampled. The upper limits of sampling number for livetrace actions are listed as below:
- trace action: 50
- packet capture action: 500
- datapath statistics action: 65535
integer Minimum: 1
Maximum: 65535
sampling_interval Parameter for interval based sampling

A packet is sampled for every given time interval in ms.
integer Minimum: 1
Maximum: 30000
sampling_rate Parameter for packet number based sampling

1 out of N packets is sampled on average.
integer Minimum: 1
Maximum: 65535