This guide walks you through identifying which signal, service, and environment is responsible for your ingestion volume, so you know where to focus before making any changes.
Step 1: Import the Cost Meter Dashboard
Navigate to Dashboards > New Dashboard > Import JSON and import our official template:
- Set your timeframe (e.g.,
Last 1 week) to match the time period you are investigating. - Review the breakdown of volumes by signal.
- Review the breakdown by
service.nameanddeployment.environment. - Conclusion: e.g., "Traces generated by the
payment-workerservice in theProductionenvironment is the highest driver."
Step 2: Drill Down with the Ingestion Analysis Dashboard
For a granular breakdown of ingestion by individual metric names, span operation names, and log severities, import the Ingestion Analysis Dashboard.
This dashboard provides more granularity than the Cost Meter Dashboard. For example, it identifies which specific span operation or metric name within a service is responsible for the volume.
Historical Analysis via Explorers
If the Ingestion Analysis Dashboard does not cover the time window you need, use native Explorers. Pick the option below matching the signal you're investigating.
Option A: Historical Logs
Navigate to Logs and swap to the Table tab. If the Cost Meter Dashboard identified a specific service, filter by service.name and deployment.environment. Group by severity_text over your target timeframe to see if DEBUG or INFO lines are dominating the output.

Option B: Historical Traces
Navigate to Traces > Trace Explorer and swap to the Table tab. Filter by your target environment/service, group by name (the span's operation name), and sort by total count. This reveals which span operations are generating the highest volume.

Option C: Historical Metrics
Navigate to Metrics > Metrics Explorer. The list view shows all ingested metrics with their sample count and time series count.
- Set the aggregate to Samples and select your target time window.
- Sort by sample count. This shows which metric names are consuming the most samples and by how much.

Next Steps
Once you have identified the highest-volume metric, trace route, or log stream driving the noise, proceed directly to the matching execution guide:
Get Help
If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack. If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io.