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

This commit is contained in:
Aliaksandr Valialkin 2020-09-09 00:59:31 +03:00
parent 11eaa37111
commit 4739dff6f0
2 changed files with 2 additions and 2 deletions

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]}

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]}