docs(outputs.influxdb_v2): Use correct unit for rate_limit example (#16869)

This commit is contained in:
Sven Rebhan 2025-04-23 20:01:39 +02:00 committed by GitHub
parent 3895416ea8
commit 4f54548577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ more details on how to use them.
# insecure_skip_verify = false
## Rate limits for sending data (disabled by default)
## Available, uncompressed payload size e.g. "5Mb"
## Available, uncompressed payload size e.g. "5MB"
# rate_limit = "unlimited"
## Fixed time-window for the available payload size e.g. "5m"
# rate_limit_period = "0s"

View File

@ -73,7 +73,7 @@
# insecure_skip_verify = false
## Rate limits for sending data (disabled by default)
## Available, uncompressed payload size e.g. "5Mb"
## Available, uncompressed payload size e.g. "5MB"
# rate_limit = "unlimited"
## Fixed time-window for the available payload size e.g. "5m"
# rate_limit_period = "0s"