From cf5abbbf68a6025f39a137fe42ab75092274ef3e Mon Sep 17 00:00:00 2001 From: nzbart Date: Fri, 27 Oct 2023 12:26:29 +1300 Subject: [PATCH] Remove duplicated 'compression' documentation from googlecloudexporter readme (#28643) The `compression` metric option appears more than once in the readme for the googlecloudexporter exporter, so I've deleted one of the copies. The first copy has more detail, so I preserved that one. --- exporter/googlecloudexporter/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/exporter/googlecloudexporter/README.md b/exporter/googlecloudexporter/README.md index 7a277e51f22b..ae7aeba91406 100644 --- a/exporter/googlecloudexporter/README.md +++ b/exporter/googlecloudexporter/README.md @@ -192,7 +192,6 @@ The following configuration options are supported: - `regex`: Match resource keys by regex. - `cumulative_normalization` (default = true): If true, normalizes cumulative metrics without start times or with explicit reset points by subtracting subsequent points from the initial point. It is enabled by default. Since it caches starting points, it may result inincreased memory usage. - `sum_of_squared_deviation` (default = false): If true, enables calculation of an estimated sum of squared deviation. It is an estimate, and is not exact. - - `compression` (optional): Enable gzip compression for gRPC requests (valid vlaues: `gzip`). - `experimental_wal` (default = []): If provided, enables use of a write ahead log for time series requests. - `directory` (default = `./`): Path to local directory for WAL file.