{"slug": "meta-muse-spark-dashboard", "title": "Meta Muse Spark Dashboard", "summary": "SigNoz released a Meta Muse Spark dashboard that tracks cost, token spend, prompt cache effectiveness, latency, and finish reasons for Meta Model API calls, requiring SigNoz v0.135.0 or newer and the V2 dashboard schema. The dashboard filters every panel on gen_ai.provider.name = 'meta' to separate Muse Spark from other providers reached through the same OpenAI-compatible SDK and to prevent double counting, and it splits metrics by model id because the contributor tier is roughly 12x cheaper than standard. It also tracks the 'length' finish reason, which returns empty content rather than an error, and compares reasoning tokens against output tokens to show how much output spend never reaches the caller.", "body_md": "The Meta Model API bills you a number at the end of the month. This dashboard tells you where it went: which model tier, how much of every response was reasoning the caller never saw, how much of your input was served from cache, and how often a request hit its token ceiling and returned nothing. It covers cost and token spend per model, prompt cache effectiveness, call duration against time to first chunk, and the split of finish reasons.\n\nEvery panel filters on `gen_ai.provider.name = 'meta'`. That filter does two jobs and should not be removed. It separates Muse Spark from other providers reached through the same OpenAI compatible SDK, which otherwise all report `gen_ai.provider.name = openai`, and it prevents double counting, because the wrapper span and the SDK span both carry `gen_ai.request.model`. A Service variable and a Model variable scope every panel.\n\n## Dashboard Preview\n\nRecommended. Uses the [V2 dashboard schema](https://signoz.io/docs/dashboards/dashboards-v2-api/) and needs SigNoz v0.135.0 or newer.\n\nImport it in SigNoz with **Dashboards → + New dashboard → Import JSON**. [Import guide](https://signoz.io/docs/dashboards/import-dashboard/)\n\n## What This Dashboard Monitors\n\nThis dashboard tracks the telemetry your instrumented Muse Spark calls emit to help you:\n\n- **Attribute Cost Correctly** : Price cached input separately from fresh input, which is the difference between a real number and one inflated several times over\n- **See the Reasoning Tax** : Compare reasoning tokens against output tokens to see how much of your output spend never reaches the caller\n- **Measure Cache Effectiveness** : Watch cache reads against input tokens, the single biggest lever on Muse Spark spend\n- **Separate Perceived from Total Latency** : Read time to first chunk next to full call duration, because on a reasoning model those are very different numbers\n- **Catch Silent Failures** : Track the`length` finish reason, which returns empty content rather than an error\n- **Compare Model Tiers** : Split every metric by model id, since the contributor tier is roughly 12x cheaper than standard for a near identical name\n\n## Panels Included\n\nThe Overview section summarizes activity in the selected time range:\n\n| Panel | What it shows | \n|---|---|\n| Total Cost | Summed cost across all calls, with cached input priced separately | \n| Requests | Muse Spark calls in the window, counted once per request | \n| Error Rate | Share of calls that ended in an error | \n| Prompt Cache Hit Rate | Cache read tokens as a share of input tokens | \n\n**Cost and Tokens** breaks spend down by model and token type:\n\n- **Cost Over Time by Model** : True cost per model id over time, so a tier change shows up immediately\n- **Cost Share by Model** : Which model id is actually spending the money, usually standard tier models on a minority of requests\n- **Token Usage by Type** : Input, output, reasoning, and cache read tokens on one axis, where reasoning is a subset of output and cache read is a subset of input\n- **Per-Model Usage and Cost** : Requests, cost, tokens, and average latency per model id, with Reasoning Tokens next to Output Tokens\n\n**Latency** separates what the model does from what the user feels:\n\n- **Call Duration (p50 / p95 / p99)** : End to end duration. The p99 spikes are real, not noise: they are calls that ran to a large token ceiling\n- **Time to First Chunk (p50 / p95)** : Seconds of reasoning before the first visible token on streaming calls, which is the number users actually experience\n- **Slowest Calls** : Individual spans, slowest first, with output tokens, reasoning tokens, and cost per call\n\n**Reliability** covers volume, failures, and the truncation signal:\n\n- **Requests Over Time by Model** : Call volume per model id, useful context for reading any cost or latency change\n- **Errors Over Time by Model** : Errored calls per model. Grouping by model is the only breakdown available, because the instrumentation records no`error.type`\n- **Finish Reasons** : The split across`stop` ,`tool_calls` , and`length` . A growing`length` slice is the leading indicator worth alerting on, since those calls return empty content rather than failing\n- **Recent Errors** : The latest errored spans with service and model, where the provider error string survives", "url": "https://wpnews.pro/news/meta-muse-spark-dashboard", "canonical_source": "https://signoz.io/docs/dashboards/dashboard-templates/muse-spark-dashboard", "published_at": "2026-09-09 00:00:00+00:00", "updated_at": "2026-09-11 10:04:25.210586+00:00", "lang": "en", "topics": ["ai-tools", "ai-infrastructure", "mlops", "large-language-models"], "entities": ["SigNoz", "Meta", "Muse Spark", "Meta Model API", "OpenAI"], "alternates": {"html": "https://wpnews.pro/news/meta-muse-spark-dashboard", "markdown": "https://wpnews.pro/news/meta-muse-spark-dashboard.md", "text": "https://wpnews.pro/news/meta-muse-spark-dashboard.txt", "jsonld": "https://wpnews.pro/news/meta-muse-spark-dashboard.jsonld"}}