Originally from the User Slack
Михаил_Доронин:
Hi, if one wants to publish the metrics available from rust driver to Prometheus, how does one get total count from histogram? I only see the methods that export percentiles from internal histogram, but not the count.
@amnon a histogram comes with a built in count and sum
Михаил_Доронин: Can you point me on API one needs to use?
@amnon if a histogram name is called scylla_alternator_op_latency for example.
It will have additional two metrics: scylla_alternator_op_latency_count
scylla_alternator_op_latency_sum