Revert DatadogSampleRate fix
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
0f4781d1d6
commit
1fb98df5b7
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ type Configuration struct {
|
|||
|
||||
// DatadogSampleRate specifies sample rate for any traces created.
|
||||
// Default: use a dynamic rate instead
|
||||
DatadogSampleRate *float32 `json:"datadog-sample-rate,omitempty"`
|
||||
DatadogSampleRate *float32 `json:"datadog-sample-rate",omitempty`
|
||||
|
||||
// MainSnippet adds custom configuration to the main section of the nginx configuration
|
||||
MainSnippet string `json:"main-snippet"`
|
||||
|
|
Loading…
Reference in a new issue