This message was deleted.
# support
s
This message was deleted.
p
Hello @Hercules Gabriel da Silva e Mazucato!! We don't expose ClickHouse ports anymore. You follow either of the following to get the metrics: 1. Expose ports • install clickhouse-client • expose clickhouse ports in SigNoz
docker-compose
file • connect to clickhouse • run the clickhouse query to list metrics 2. Exec to the ClickHouse container • exec to clickhouse container
Copy code
docker exec -it clickhouse-setup_clickhouse_1 bash
• run the pre-existing clickhouse-client • run the clickhouse query to list metrics Also, you could use the following updated query to list metrics:
Copy code
select DISTINCT(JSONExtractString(time_series.labels,'__name__')) as metrics from signoz_metrics.time_series
It would be much appreciated if you could update the documentation. This is the website repository: https://github.com/SigNoz/signoz.io Thanks
h
Hi @Prashant Shahi! Thank you for the follow-up! I will update the article tonight. Many thanks!
p
@Hercules Gabriel da Silva e Mazucato Just checking if you are planning to work on updating the docs, or we should do this at our end 🙂
h
Hello @Pranay! I've just updated the docs with https://github.com/SigNoz/signoz.io/pull/282
🎉 1