Frequently asked questions
Why is my observability bill so high?
Two reasons: host-based billing (every node running the agent counts, so autoscaling multiplies it) and log ingestion + indexing, often $1.50โ2.00 per GB. A chatty app logging tens of GB a day quietly becomes the biggest line on the invoice.
How do I reduce monitoring cost?
Sample or filter logs before ingestion, index only what you query, cap the agent to real hosts (not every ephemeral pod), and move cold logs to cheap archive storage. Ingestion volume is the main lever.