Frequently Asked Questions¶
Why do scheduled report emails return a 414 error?
The image links in the scheduled reports sent to the target email are generated based on parameters such as the corresponding charts and view variables of the dashboard. If the content of the view variables is too long, it may result in excessively long image links, leading to a 414 error.
Explanation of P99 percentile calculation logic
TrueWatch obtains all values of a metric over a period of time, sorts these values from smallest to largest, and determines the position of the data point corresponding to P99 based on number of data points * 99%, then returns the value at that position. The term "all values" refers to the raw data points stored in the database.
For percentile queries on metric data, TrueWatch's handling method varies depending on the data engine used. If the database does not natively support percentile queries, TrueWatch retrieves the data locally for additional processing to achieve this functionality. For non-metric data (such as logs, APM, RUM, etc.), percentile queries are supported through the native capabilities of the database.