Skip to content

Commit c3be074

Browse files
Merge branch 'main' into googlecloudmonitoringreceiver-phase1
2 parents 3ff5396 + 72a1cc5 commit c3be074

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

receiver/elasticsearchreceiver/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ See the [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/refer
2525

2626
The following settings are optional:
2727

28-
- `metrics` (default: see `DefaultMetricsSettings` [here](./internal/metadata/generated_metrics.go): Allows enabling and disabling specific metrics from being collected in this receiver.
2928
- `nodes` (default: `["_all"]`): Allows specifying node filters that define which nodes are scraped for node-level and cluster-level metrics. See [the Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/7.9/cluster.html#cluster-nodes) for allowed filters. If this option is left explicitly empty, then no node-level metrics will be scraped and cluster-level metrics will scrape only metrics related to cluster's health.
3029
- `skip_cluster_metrics` (default: `false`): If true, cluster-level metrics will not be scraped.
3130
- `indices` (default: `["_all"]`): Allows specifying index filters that define which indices are scraped for index-level metrics. See [the Elasticsearch documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-stats.html#index-stats-api-path-params) for allowed filters. If this option is left explicitly empty, then no index-level metrics will be scraped.
@@ -63,4 +62,6 @@ The following metric are available with versions:
6362
- `elasticsearch.cluster.state_update.count` >= [7.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.0.html)
6463
- `elasticsearch.cluster.state_update.time` >= [7.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.0.html)
6564

66-
Details about the metrics produced by this receiver can be found in [metadata.yaml](./metadata.yaml)
65+
Details about the metrics produced by this receiver can be found in [metadata.yaml](./metadata.yaml).
66+
Refer to [documentation.md](./documentation.md) for information on how to enable and disable metrics produced by this
67+
receiver.

0 commit comments

Comments
 (0)