mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
all: typo fix in the same way as in e566d49e3a
: 8248 -> 8428
This commit is contained in:
parent
fbefc940ef
commit
fdbb819195
4 changed files with 4 additions and 4 deletions
|
@ -202,7 +202,7 @@ Changing scrape configuration is possible with text editor:
|
|||
vi $SNAP_DATA/var/snap/victoriametrics/current/etc/victoriametrics-scrape-config.yaml
|
||||
```
|
||||
|
||||
After changes were made, trigger config re-read with the command `curl 127.0.0.1:8248/-/reload`.
|
||||
After changes were made, trigger config re-read with the command `curl 127.0.0.1:8428/-/reload`.
|
||||
|
||||
## Prometheus setup
|
||||
|
||||
|
|
|
@ -205,7 +205,7 @@ Changing scrape configuration is possible with text editor:
|
|||
vi $SNAP_DATA/var/snap/victoriametrics/current/etc/victoriametrics-scrape-config.yaml
|
||||
```
|
||||
|
||||
After changes were made, trigger config re-read with the command `curl 127.0.0.1:8248/-/reload`.
|
||||
After changes were made, trigger config re-read with the command `curl 127.0.0.1:8428/-/reload`.
|
||||
|
||||
## Prometheus setup
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ Configuration management:
|
|||
vi /var/snap/victoriametrics/current/etc/victoriametrics-scrape-config.yaml
|
||||
```
|
||||
|
||||
after changes, you can trigger config reread with `curl localhost:8248/-/reload`.
|
||||
after changes, you can trigger config reread with `curl localhost:8428/-/reload`.
|
||||
|
||||
Configuration tuning is possible with editing extra_flags:
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ description: |
|
|||
** Configuration management**
|
||||
* Prometheus scrape config can be edited with your favorite editor, its located at
|
||||
`vi /var/snap/victoriametrics/current/etc/victoriametrics-scrape-config.yaml`
|
||||
after changes, you can trigger config reread with `curl localhost:8248/-/reload`.
|
||||
after changes, you can trigger config reread with `curl localhost:8428/-/reload`.
|
||||
* Configuration tuning is possible with editing extra_flags:
|
||||
`echo 'FLAGS="-selfScrapeInterval=10s -search.logSlowQueryDuration=20s"' > /var/snap/victoriametrics/current/extra_flags && snap restart victoriametrics`
|
||||
* Data folder located at `/var/snap/victoriametrics/current/var/lib/victoriametrics/`.
|
||||
|
|
Loading…
Reference in a new issue