README.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2020-02-28 12:57:24 +02:00
parent 57528ca31c
commit f3c28d2ae4

View File

@ -795,7 +795,7 @@ mkfs.ext4 ... -O 64bit,huge_file,extent -T huge
### Monitoring
VictoriaMetrics exports internal metrics in Prometheus format at `/metrics` page.
These metrics may be collected either via Prometheus by adding the corresponding scrape config to it.
These metrics may be collected via Prometheus by adding the corresponding scrape config to it.
Alternatively they can be self-scraped by setting `-selfScrapeInterval` command-line flag to duration greater than 0.
For example, `-selfScrapeInterval=10s` would enable self-scraping of `/metrics` page with 10 seconds interval.