Skip to content

Commit

Permalink
Update the parameter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishuraina committed Nov 19, 2024
1 parent e89dd10 commit c897ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mssql-config.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ integrations:

# ENABLE_BUFFER_METRICS: true
# ENABLE_DATABASE_RESERVE_METRICS: true
# ENABLE_DISK_METRICS_IN_BYTES: true

# YAML configuration with one or more SQL queries to collect custom metrics
# CUSTOM_METRICS_CONFIG: ""
Expand Down
2 changes: 1 addition & 1 deletion src/args/argument_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type ArgumentList struct {
CustomMetricsConfig string `default:"" help:"YAML configuration with one or more SQL queries to collect custom metrics"`
ShowVersion bool `default:"false" help:"Print build information and exit"`
ExtraConnectionURLArgs string `default:"" help:"Appends additional parameters to connection url. Ex. 'applicationintent=readonly&foo=bar'"`
EnableDiskMetricsInBytes bool `default:"true" help:"Enable collection of disk space metrics in bytes."`
EnableDiskMetricsInBytes bool `default:"true" help:"Enable collection of instance.diskInBytes."`
}

// Validate validates SQL specific arguments
Expand Down

0 comments on commit c897ab1

Please sign in to comment.