You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request to add a metric to the Elasticsearch receiver that measures the current active index merges. This would be helpful in monitoring the state of an Elasticsearch cluster. This metric could be next to the existing elasticsearch.index.operations.merge.size and elasticsearch.index.operations.merge.docs_count metrics.
The text was updated successfully, but these errors were encountered:
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This adds a metric for the currently active index merges to help monitor
the status of an Elasticsearch cluster.
**Link to tracking Issue:** <Issue number if applicable>
Resolves#34387
**Testing:** <Describe what testing was performed and which tests were
added.>
Updated existing tests to account for enabled metric.
Component(s)
receiver/elasticsearch
Describe the issue you're reporting
This is a request to add a metric to the Elasticsearch receiver that measures the current active index merges. This would be helpful in monitoring the state of an Elasticsearch cluster. This metric could be next to the existing
elasticsearch.index.operations.merge.size
andelasticsearch.index.operations.merge.docs_count
metrics.The text was updated successfully, but these errors were encountered: