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
{{ message }}
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
With the switch to the go-elasticsearch client we should expose the Elasticsearch client, transport, and BulkIndexer metrics as part of the shipper metrics.
We should capture and expose at least the following metrics as part of the shipper HTTP stats endpoint:
The number of times a BulkIndexer flushed because the byte threshold was hit.
The number of times a BulkIndexer flushed because the timeout expired.
These two metrics may give us a good idea of if additional workers or indexers are needed. Frequently flushing because the byte threshold is hit may indicate the shipper could benefit from additional workers.
With the switch to the go-elasticsearch client we should expose the Elasticsearch client, transport, and BulkIndexer metrics as part of the shipper metrics.
We should capture and expose at least the following metrics as part of the shipper HTTP stats endpoint:
We should also ideally expose metrics for:
These two metrics may give us a good idea of if additional workers or indexers are needed. Frequently flushing because the byte threshold is hit may indicate the shipper could benefit from additional workers.
The text was updated successfully, but these errors were encountered: