Best practices
Troubleshooting
No report was generated for a day
No report was generated for a day
Either every metric met its target, the shortfall was under 1 percentage point, the RCA prompt did not cover the metric that missed, or Auto RCA is off. Open the day-wise timeline — it states which of these applied.
A metric shows as "could not be measured"
A metric shows as "could not be measured"
No value came back from its data source for that day. Check the timeline entry for the endpoint or Python source, and verify the Source path on the metric matches the field the source actually returns.
The metric value is always empty
The metric value is always empty
Almost always a referencing mistake. API sources need the extra
.data segment; Python sources do not. Compare your Source field against the response shape.An endpoint was "partly delivered"
An endpoint was "partly delivered"
The batch was split and some parts failed. The timeline shows how many calls were processed and how many were not, along with the status codes returned.
"Save the agent first" appears
"Save the agent first" appears
Data sources are configured against a saved agent. Save the agent, then return to the KPI Manager tab.
The report says data was insufficient
The report says data was insufficient
There were too few audited calls that day to conclude anything reliably. This is stated deliberately rather than guessed around. Widen the scope in your RCA prompt, or wait for a higher-volume day.
The same cause keeps appearing
The same cause keeps appearing
It will be flagged as recurring with its first-observed date. Check the Pending Tasks board — the fix may never have been assigned, or may have been rolled out to only part of your traffic.
I changed the config but the report looks the same
I changed the config but the report looks the same
Changes apply to the next run, not to reports already generated. Use Run Manual RCA if you need to see the effect immediately.
I want analysis on one metric only
I want analysis on one metric only
Say so in the RCA prompt. Other metrics stay measured and charted, but will not trigger an analysis.