Data anomaly troubleshooting
Reading time: 0 minute(s) (0 words)
Any of the data anomalies detected by Nobl9 can be caused by reasons outside of Nobl9. This includes issues with a data source or with a data stream itself (like slight changes in a metric behavior).
However, to ensure that SLO data anomalies actually point to an external issue, we recommend checking the correctness of your SLO and SLO objective settings.
This troubleshooting guide will guide you through the issues that you can fix in your SLOs and data source configurations.
No dataโ
The reasons for your SLO not receiving any data, receiving partial data, or not passing the query check verification can be grouped into two broader categories:
- Issues with the data source your SLO is connected to and network connectivity
 - Issues with the query configured in your SLO
 
| Reason | How to address | 
|---|---|
| Connection issues for data sources that use the agent method | โข Confirm the connection status of your data source on your data source's details page. โข Review your agent metrics.  | 
| Connection issues for data sources that use the direct method | Examine event logs. | 
| Inappropriate data source's query parameters | The query interval and timeout must fit the data density: โข If the timeout is small, and data is sparse, requests can fail before the data is emitted. โข Check the query intervalโrequests must be sent with enough frequency to capture new data points.  | 
| Incorrect source-specific settings | Look into source-specific fields: โข Ensure the authentication credentials, URL, and other provided values are correct.  |