Fix json tag for DatadogSampleRate field in config.go
Signed-off-by: z1cheng <imchench@gmail.com>
This commit is contained in:
parent
8d2b348a68
commit
1b448b0df8
1 changed files with 1 additions and 1 deletions
|
@ -708,7 +708,7 @@ type Configuration struct {
|
||||||
|
|
||||||
// DatadogSampleRate specifies sample rate for any traces created.
|
// DatadogSampleRate specifies sample rate for any traces created.
|
||||||
// Default: use a dynamic rate instead
|
// 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 adds custom configuration to the main section of the nginx configuration
|
||||||
MainSnippet string `json:"main-snippet"`
|
MainSnippet string `json:"main-snippet"`
|
||||||
|
|
Loading…
Reference in a new issue