README.md in fluent-plugin-jfrog-send-metrics-0.1.7 vs README.md in fluent-plugin-jfrog-send-metrics-0.1.8

- old
+ new

@@ -79,11 +79,16 @@ * **apikey**(string)(required): APIKEY is the apikey of log-vendor for authentication(LicenseKey for NewRelic) * **url**(string)(required): Metrics url of the mertics-vendor (Metrics URL for NewRelic or DataDog) * **http_proxy**(string)(optional): Proxy server URL - which will proxy http/s calls to your observability vendor (DataDog/NewRelic) * **verify_ssl** (true / false) (optional): This flag should be set as false in order to bypass client's ssl certificate verification. When false, sets ssl_opts['verify_ssl'] to OpenSSL::SSL::VERIFY_NONE. Otherwise, sets ssl_opts['verify_ssl'] to OpenSSL::SSL::VERIFY_PEER * Default value: true +* **gzip_compression** (true / false) (optional): This flag should be set as true for compressing (gzip) the metrics payload on outbound posts. This parameter is set to false by default for backwards compatibility. + * Default value: false +* **request_timeout** (integer) (optional): Http request timeout when calling Artifactory/Xray to pull new events (http client) + * Default value: `20` ## Copyright -* Copyright(c) 2024- MahithaB, BenH +* Copyright(c) 2024 - JFrog +* Maintainers - MahithaB, BenHarosh * License * Apache License, Version 2.0