- Troubleshooting
- Resources
Aggregation functions
Unlike the detection pipeline, root cause analysis (RCA) algorithms have a limited set of aggregation functions available.
If the metric used for RCA is onboarded in ThirdEye, a default aggregation function is available. If the metric is a derived metric or is not onboarded in ThirdEye, the aggregation function should be set in the alert configuration aggregationFunction field.
Available aggregation functions
name | description |
---|---|
| Sum of the metric |
| Average of the metric |
| Count of the lines |
| Distinct count of the lines |
| Maximum of the metric |
| Minimum of the metric |
| 50th percentile of the metric |
| 90th percentile of the metric |
PCT95 | 95th percentile of the metric |
PCT99 | 99th percentile of the metric |
See source code.
Datasource compatibility
Some datasources may not be compatible with all aggregation functions.
Compatibility matrix
function | Pinot |
---|---|
| YES |
| YES |
| YES |
| YES |
| YES |
| YES |
| YES |
| YES |
| YES |
| YES |