From debe75f51cc6de3fccff99341c12d7b30c4d1551 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Fri, 18 Feb 2022 12:24:49 +0200 Subject: [PATCH] docs: `make docs-sync` --- docs/README.md | 2 +- docs/Single-server-VictoriaMetrics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index d59f07d37..c829d2664 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1505,7 +1505,7 @@ VictoriaMetrics provides handlers for collecting the following [Go profiles](htt
```bash -curl -s http://0.0.0.0:8428/debug/pprof/heap > mem.pprof +curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof ```
diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index 5682732e5..bdec1734d 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1519,7 +1519,7 @@ curl http://0.0.0.0:8428/debug/pprof/heap > mem.pprof
```bash -curl -s http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof +curl http://0.0.0.0:8428/debug/pprof/profile > cpu.pprof ```