-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes doc w/r/t grpc compression. #3551
Conversation
Fixes grafana#3537. Due to a change in upstream we didn't catch that breaking change in the config. Signed-off-by: Cyril Tovena <[email protected]>
docs/sources/configuration/_index.md
Outdated
[use_gzip_compression: <bool> | default = false] | ||
# Use compression when sending messages. Supported values are: 'gzip', 'snappy' and '' (disable compression) | ||
# CLI flag: -<prefix>.grpc-compression | ||
[grpc-compression: <bool> | default = false] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The type here should be a string
instead of a bool
I guess?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sandeepsukhani and grpc_compression
instead of grpc-compression
@sandeepsukhani feel free to merge. |
Fixes #3537. Due to a change in upstream we didn't catch that breaking change in the config.
Signed-off-by: Cyril Tovena [email protected]