Optional, the number of queries traced per second. The sample rate determines
how often requests are automatically traced. Defaults to Google.Cloud.Diagnostics.Common.TraceOptions.DefaultQpsSampleRate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `TraceOptions` class is used to configure settings for initializing tracing within the `Google.Cloud.Diagnostics.Common` namespace."],["It provides properties to define `BufferOptions` and `RetryOptions` to customize how tracing data is buffered and retried."],["The `QpsSampleRate` property allows control over the number of queries traced per second, impacting how often requests are automatically traced."],["The `Create` method is provided as an easy way to generate a `TraceOptions` instance, with the ability to customize the queries traced per second, buffer options, and retry options."]]],[]]