Closed
Description
Component(s)
exporter/cassandra
Describe the issue you're reporting
I'm running Cassandra on a Docker container which can't map to to the same ports because I already have another instance running.However, I can't find any way to setup Cassandra exporter on ports other than 7000 and 9042.My docker container exposes those ports at 50000 and 50001 on my host machine.There is no place for me to define the ports to connect to, only the URL of the Cassandra db server.