docs/Single-server-VictoriaMetrics.md: typo fix

This commit is contained in:
Aliaksandr Valialkin 2020-09-09 00:59:31 +03:00
parent 5ab57f916b
commit 95ad657a1c

View file

@ -538,7 +538,7 @@ The following command may be used for verifying the imported data:
curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"foo"}' curl -G 'http://localhost:8428/api/v1/export' -d 'match={__name__=~"foo"}'
``` ```
It should return somethins like the following: It should return something like the following:
``` ```
{"metric":{"__name__":"foo","bar":"baz"},"values":[123],"timestamps":[1594370496905]} {"metric":{"__name__":"foo","bar":"baz"},"values":[123],"timestamps":[1594370496905]}