Skip to content

Commit

Permalink
Merge branch 'main' into googlecloudmonitoringreceiver-phase1
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-at-cloudwerx authored Aug 12, 2024
2 parents 3ff5396 + 72a1cc5 commit c3be074
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions receiver/elasticsearchreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ See the [Elasticsearch docs](https://www.elastic.co/guide/en/elasticsearch/refer

The following settings are optional:

- `metrics` (default: see `DefaultMetricsSettings` [here](./internal/metadata/generated_metrics.go): Allows enabling and disabling specific metrics from being collected in this receiver.
- `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.
- `skip_cluster_metrics` (default: `false`): If true, cluster-level metrics will not be scraped.
- `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.
Expand Down Expand Up @@ -63,4 +62,6 @@ The following metric are available with versions:
- `elasticsearch.cluster.state_update.count` >= [7.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.0.html)
- `elasticsearch.cluster.state_update.time` >= [7.16.0](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/release-notes-7.16.0.html)

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

0 comments on commit c3be074

Please sign in to comment.