Slackbot
05/03/2022, 2:00 PMPrashant Shahi
05/03/2022, 2:45 PMdocker-compose
file
• connect to clickhouse
• run the clickhouse query to list metrics
2. Exec to the ClickHouse container
• exec to clickhouse container
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:
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
ThanksHercules Gabriel da Silva e Mazucato
05/03/2022, 4:43 PMPranay
Hercules Gabriel da Silva e Mazucato
05/07/2022, 10:34 PM