cassandra-exporter icon indicating copy to clipboard operation
cassandra-exporter copied to clipboard

Percentile filter

Open podile opened this issue 4 years ago • 5 comments

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

podile avatar Mar 04 '20 15:03 podile

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 avatar Mar 04 '20 18:03 zegelin

@zegelin thanks for your review and suggestion. I have made the changes, please review.

podile avatar Mar 05 '20 05:03 podile

This PR fixes below two issues.

https://github.com/instaclustr/cassandra-exporter/issues/69 https://github.com/instaclustr/cassandra-exporter/issues/72

podile avatar Mar 05 '20 05:03 podile

@zegelin , thanks for your review. I have fixed formatting issues.

podile avatar Mar 06 '20 04:03 podile

@zegelin, can you please approve and merge my pull request if you don't see any issues?

podile avatar Mar 13 '20 10:03 podile