mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
fix closing divs in docs
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
ca4f94c704
commit
1b05896ac5
@ -89,6 +89,7 @@ To trigger [forced merge](https://docs.victoriametrics.com/Single-server-Victori
|
|||||||
```console
|
```console
|
||||||
curl -v -X POST http://vmstorage:8482/internal/force_merge
|
curl -v -X POST http://vmstorage:8482/internal/force_merge
|
||||||
```
|
```
|
||||||
|
</div>
|
||||||
|
|
||||||
After the merge is complete, the data will be permanently deleted from the disk.
|
After the merge is complete, the data will be permanently deleted from the disk.
|
||||||
|
|
||||||
|
@ -226,6 +226,7 @@ Single-node VictoriaMetrics:
|
|||||||
```console
|
```console
|
||||||
curl -X POST http://localhost:8428/api/v1/import/native -T filename.bin
|
curl -X POST http://localhost:8428/api/v1/import/native -T filename.bin
|
||||||
```
|
```
|
||||||
|
</div>
|
||||||
|
|
||||||
Cluster version of VictoriaMetrics:
|
Cluster version of VictoriaMetrics:
|
||||||
<div class="with-copy" markdown="1">
|
<div class="with-copy" markdown="1">
|
||||||
@ -252,6 +253,8 @@ Single-node VictoriaMetrics:
|
|||||||
curl -d 'metric_name{foo="bar"} 123' -X POST http://localhost:8428/api/v1/import/prometheus
|
curl -d 'metric_name{foo="bar"} 123' -X POST http://localhost:8428/api/v1/import/prometheus
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
Cluster version of VictoriaMetrics:
|
Cluster version of VictoriaMetrics:
|
||||||
<div class="with-copy" markdown="1">
|
<div class="with-copy" markdown="1">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user