Hien Le
05/31/2025, 5:26 PMVishal Sharma
06/02/2025, 3:48 AMtruncate table signoz_metrics.usage on cluster cluster;
• truncate table signoz_metrics.usage on cluster cluster;
• truncate table signoz_logs.usage on cluster cluster;
2. Restart your SigNoz otel collectors
3. Keep on running and ingesting normal volumes for over 24hrs
4. Now connect to Clickhouse: https://signoz.io/docs/operate/clickhouse/connect-to-clickhouse/
Run below queries to get dump of usage tables:
SELECT *
FROM signoz_logs.usage
INTO OUTFILE 'logs_usage.csv'
FORMAT CSVWithNames
SELECT *
FROM signoz_traces.usage
INTO OUTFILE 'traces_usage.csv'
FORMAT CSVWithNames
SELECT *
FROM signoz_metrics.usage
INTO OUTFILE 'metrics_usage.csv'
FORMAT CSVWithNames
Share this usage data with me over DM.Hien Le
06/03/2025, 5:23 PMVishal Sharma
06/03/2025, 7:49 PMIs billing / usage data for Signoz cloud exposed enough that we can view it after a few days?Yes billing usage on cloud is updated every 24hrs