Is your feature request related to a problem? Please describe.
I was trying to be able to compare 3 dimensions of Elasticsearch index stats document count, shards size and shard count but this receiver only scapes 2 of the 3 from the /_stats endpoint.
Describe the solution you'd like
Add the shard count to the collected metrics for each index. The /users/_stats endpoint contains the total_count for shards.
Component(s)
receiver/elasticsearch
Is your feature request related to a problem? Please describe.
I was trying to be able to compare 3 dimensions of Elasticsearch index stats document count, shards size and shard count but this receiver only scapes 2 of the 3 from the
/_stats
endpoint.Describe the solution you'd like
Add the shard count to the collected metrics for each index. The
/users/_stats
endpoint contains thetotal_count
for shards.Describe alternatives you've considered
No response
Additional context
No response