diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index e682e6d906..f125951645 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -154,6 +154,8 @@ If you see unexpected or unreliable query results from VictoriaMetrics, then try - By passing `nocache=1` query arg to every request to `/api/v1/query` and `/api/v1/query_range`. If you use Grafana, then this query arg can be specified in `Custom Query Parameters` field at Prometheus datasource settings - see [these docs](https://grafana.com/docs/grafana/latest/datasources/prometheus/) for details. + + If the problem was in the cache, try resetting it via [resetRollupCache handler](https://docs.victoriametrics.com/url-examples.html#internalresetrollupresultcache). 1. If you use cluster version of VictoriaMetrics, then it may return partial responses by default when some of `vmstorage` nodes are temporarily unavailable - see [cluster availability docs](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#cluster-availability) diff --git a/docs/url-examples.md b/docs/url-examples.md index 93e6396f9b..a16f51232f 100644 --- a/docs/url-examples.md +++ b/docs/url-examples.md @@ -631,7 +631,7 @@ curl -Is http://localhost:8428/internal/resetRollupResultCache -Cluster version of VictoriaMetrics:: +Cluster version of VictoriaMetrics: