docs/keyConcepts.md: typo fixes after b7ffee2644

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5555
This commit is contained in:
Aliaksandr Valialkin 2024-01-17 13:27:30 +02:00
parent b7ffee2644
commit ecb0a3d27d
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -770,9 +770,10 @@ VictoriaMetrics buffers recently ingested samples in memory for up to a few seco
This bufferring improves data ingestion performance. The buffered samples are invisible in query results, even if `-search.latencyOffset` command-line flag is set to 0, This bufferring improves data ingestion performance. The buffered samples are invisible in query results, even if `-search.latencyOffset` command-line flag is set to 0,
or if `latency_offset` query arg is set to 0. or if `latency_offset` query arg is set to 0.
You can send GET request to `/internal/force_flush` http handler at single-node VictoriaMetrics You can send GET request to `/internal/force_flush` http handler at single-node VictoriaMetrics
or at `vmstorage` at [cluster version of VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html) or to `vmstorage` at [cluster version of VictoriaMetrics](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html)
in order to forcibly flush the buffered samples to disk, so become visible for querying. The `/internal/force_flush` handler in order to forcibly flush the buffered samples to disk, so they become visible for querying. The `/internal/force_flush` handler
is provided for debugging and testing purposes only. Do not call it in production, since this may significantly slow down data ingestion. is provided for debugging and testing purposes only. Do not call it in production, since this may significantly slow down data ingestion
performance and increase resource usage.
### MetricsQL ### MetricsQL