Skip to content
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

Merged
merged 4 commits into from
May 17, 2021

Conversation

cyriltovena
Copy link
Contributor

Fixes #3537. Due to a change in upstream we didn't catch that breaking change in the config.

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

Fixes grafana#3537. Due to a change in upstream we didn't catch that breaking change in the config.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
[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]
Copy link
Contributor

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?

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

@CLAassistant
Copy link

CLAassistant commented Apr 20, 2021

CLA assistant check
All committers have signed the CLA.

@cyriltovena
Copy link
Contributor Author

@sandeepsukhani feel free to merge.

@cyriltovena cyriltovena merged commit 58bf983 into grafana:main May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use_gzip_compression deprecated when upgrading to 2.2.0
4 participants