docs/VictoriaLogs/LogsQL.md: use proper heading for blocks_count pipe docs

All the links in docs assume that the heading for pipe docs should end with `pipe` word.
This fixes broken links.

This is a follow-up for e9950f6307
This commit is contained in:
Aliaksandr Valialkin 2024-09-27 09:44:40 +02:00
parent 6f1fde24dc
commit 13cc4a2618
No known key found for this signature in database
GPG key ID: 52C003EE2BCDB9EB

View file

@ -1314,7 +1314,7 @@ LogsQL supports the following pipes:
- [`unpack_syslog`](#unpack_syslog-pipe) unpacks [syslog](https://en.wikipedia.org/wiki/Syslog) messages from [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model).
- [`unroll`](#unroll-pipe) unrolls JSON arrays from [log fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model).
### blocks_count
### blocks_count pipe
`<q> | blocks_count` [pipe](#pipes) counts the number of blocks with logs processed by `<q>`. This pipe is needed mostly for debugging.