# How to see LLM cost in Grafana > Grafana Cloud does per-agent cost attribution in USD, which is more than most LLM-native tools. It also meters your use of its own AI assistant in tokens. URL: https://getculpa.com/llm-cost-in-grafana Last reviewed: 2026-08-03 Rates effective: 2026-07-02 ## Answer Grafana Cloud's AI observability does real-time spend tracking and per-agent cost breakdown in USD, which is more cost attribution than several LLM-native tools publish. Culpa, a local-first LLM cost, margin, and forecast ledger, prices calls from a versioned price book and joins them to the revenue each customer pays, which is the column Grafana has no reason to hold. ## Why this happens Grafana's AI observability documentation is more specific about cost than most of the LLM-native category. It lists real-time spend tracking, cost optimization and budget management for LLM usage, token analytics covering consumption patterns, and on the agentic side real-time tracking of total agent costs in USD with per-agent breakdown and cost attribution. That's genuine unit-level attribution and any page pretending otherwise would be wrong. Two things are worth knowing beyond it. The first is structural: Grafana bills by what you send it, so instrumenting LLM calls richly moves a meter that has nothing to do with your model spend, and the two bills grow together for unrelated reasons. The second is easy to miss. Grafana's own AI assistant is itself token-metered against you, with a system-initiated pool of 25 million tokens a month on Free and Pro, and its docs note that connecting through the Cloud MCP server counts you as an active AI user for that billing period even when your token usage is zero. ## What this usually looks like - Your Grafana bill and your model bill both grew and nobody separated the causes. - You have per-agent cost in dollars and no way to set it against what the agent earned. - Cardinality from LLM metadata pushed your metrics bill up unexpectedly. - Somebody connected an MCP server and became a billable AI user without sending a token. - Cost per agent exists and cost per customer never got built. ## Common mistakes - Assuming Grafana can't do LLM cost attribution. Why it hurts: Its docs publish per-agent cost in USD with attribution, which is more than several dedicated tools offer. Do instead: Use what it already gives you, and be precise about the one thing it doesn't. - Treating telemetry volume as free because the platform is open source. Why it hurts: Grafana Cloud bills on what you send, so richer LLM traces raise a second bill alongside your provider one. Do instead: Budget telemetry as its own line, and check cardinality before adding per-call metadata as labels. - Overlooking that the assistant has its own token meter. Why it hurts: Grafana's AI features consume a token allowance, and connecting via MCP marks you an active AI user at zero usage. Do instead: Read the AI billing terms separately from the observability ones, because they're different meters. - Reading per-agent cost as unit economics. Why it hurts: It's half the fraction. Without the revenue that agent produced, the ranking is by spend rather than by value. Do instead: Join agent cost to what the customer pays, or use a ledger that already carries both. ## Self-check - Find per-agent cost in USD in your Grafana AI observability views. - Now try to put revenue beside it, and note where that data actually lives. - Check your Grafana ingest and cardinality bill for the month you added LLM tracing. - Count how many people are marked active AI users against how many actually used the assistant. ## Two meters moving for unrelated reasons A modelled month where a team adds full LLM tracing: prompts, retrieval steps and tool decisions all sent as spans. Model spend is unchanged at 40M input and 8M output tokens on Claude Haiku 4.5, at real rates of $1.00 and $5.00 per million from the price book effective 2026-07-02. The telemetry volume and the per-GB rate stand in for any ingestion-billed platform. Volumes are modelled. model spend: (40 x $1.00) + (8 x $5.00) = $40.00 + $40.00 = $80.00 telemetry before tracing: 20 GB ingested telemetry after tracing: 95 GB ingested, because every call now carries its spans the observability meter moved 375% while model spend moved 0% Instrumenting cost carries a price, and the bill it raises isn't the bill you were trying to reduce. Both belong in the same model, and almost nobody puts them there. ## Cost figures Every figure carries its confidence and its source. No figure on this page is provider-reported. - 375%, modelled rise in ingested telemetry from adding full LLM tracing, with model spend unchanged [calculated] Source: 20 GB ingested before tracing against 95 GB after, both modelled, giving a 375% increase, while modelled model spend of $80.00 a month on Claude Haiku 4.5 at real rates of $1.00 and $5.00 per million from the price book effective 2026-07-02 stays flat. Every volume here is modelled. The point is that the two meters move independently, not the size of either. ## FAQ Q: Does Grafana track LLM cost? A: Yes, and in more detail than several dedicated LLM tools. Its Grafana Cloud AI observability docs list real-time spend tracking, cost optimization and budget management for LLM usage, plus real-time tracking of total agent costs in USD with per-agent breakdown and cost attribution. Q: Does using Grafana's AI features cost tokens? A: Its docs describe a system-initiated token pool of 25 million a month on Free and Pro with custom pools on contracted plans, and note that connecting through the Cloud MCP server counts you as an active AI user for that billing period even if your token usage is zero. That's a separate meter from your own model spend. Q: Will LLM tracing raise my Grafana bill? A: It raises whatever meter your plan bills on, since spans, logs and high-cardinality labels all count. That increase tracks how thoroughly you instrumented rather than how much you spent on models, so the two bills move for unrelated reasons and need modelling separately. Q: What does Culpa add over Grafana here? A: One column and what it enables. Grafana can tell you an agent cost a given number of dollars. Culpa carries what the customer that agent served pays you, so the same number becomes a margin, and it forecasts next month from your own per-call history with a range. ## Sources - Grafana Cloud AI observability: https://grafana.com/docs/grafana-cloud/monitor-applications/ai-observability/ - Grafana pricing: https://grafana.com/pricing/ Run the free Cost Leak Scan: https://app.getculpa.com/scan?source=pseo&slug=llm-cost-in-grafana&cluster=problem Machine-readable index of every guide: https://getculpa.com/api/pages Human-readable index of every guide: https://getculpa.com/guides Site overview: https://app.getculpa.com/llms.txt Privacy: Culpa runs on your infrastructure. Your prompts and responses never leave it. Culpa counts calls to run your plan, and it fails open, so if it ever breaks your app keeps running.