Skip to content

Commit

Permalink
fix name of deprecated flag (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG authored Aug 30, 2024
1 parent 3a729e1 commit 196ac3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func deprecateFlags() {
setFlagDeprecated("nap-monitoring-processor-buffer-size", "DEPRECATED. No replacement command.")
setFlagDeprecated("nap-monitoring-syslog-ip", "DEPRECATED. No replacement command.")
setFlagDeprecated("nap-monitoring-syslog-port", "DEPRECATED. No replacement command.")
setFlagDeprecated("metrics-bulksize", "DEPRECATED. Use metrics backoff maxElapsedTime instead to set a time period where no successful connection, after time elapsed start dropping oldest metrics from the buffer.")
setFlagDeprecated("metrics-bulk-size", "DEPRECATED. Use metrics backoff maxElapsedTime instead to set a time period where no successful connection, after time elapsed start dropping oldest metrics from the buffer.")
}

func RegisterFlags() {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 196ac3f

Please sign in to comment.