cassandra-exporter
cassandra-exporter copied to clipboard
Percentile filter
Enhanced code to filter quantiles based on user choice Included --cql-ssl option to crated encrypted native connection Added latest version of jars as the older version are having some vulnerabilities
Check out TextFormatMetricFormatWriter
:
We could filter all of them here:
summary.quantiles.forEach(interval -> {
writeMetric(buffer, metricFamily, null, interval.value, summary.labels, interval.quantile.asSummaryLabel());
});
@zegelin thanks for your review and suggestion. I have made the changes, please review.
This PR fixes below two issues.
https://github.com/instaclustr/cassandra-exporter/issues/69 https://github.com/instaclustr/cassandra-exporter/issues/72
@zegelin , thanks for your review. I have fixed formatting issues.
@zegelin, can you please approve and merge my pull request if you don't see any issues?