We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8886b88 commit 1c5685cCopy full SHA for 1c5685c
test/test_tool.py
@@ -68,7 +68,7 @@ def e2e(ccm_cluster: TestCluster, prometheus: PrometheusInstance, **kwargs):
68
for node in ccm_cluster.nodelist():
69
logger.info('Node %s cassandra-exporter running on http://%s', node.name, node.exporter_address)
70
71
- logger.info("Prometheus running on: http://%s", prometheus.listen_address)
+ logger.info("Prometheus running on: https://%s", prometheus.listen_address)
72
73
input("Press any key to stop cluster...")
74
0 commit comments