k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
69 stars 51 forks source link

Support compression in /metrics endpoint #489

Open burmanm opened 1 month ago

burmanm commented 1 month ago

The /metrics endpoint can generate a lot of data, but we don't support any compression on that endpoint. We should add this to our Netty server to save bandwidth.

burmanm commented 1 month ago

Actually, we already have this.. just need to verify it actually works.