mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/guides/otel-guide: update sentence to make it less obscure (#6483)
### Describe Your Changes Please provide a brief description of the changes you made. Be as specific as possible to help others understand the purpose and impact of your modifications. ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
This commit is contained in:
parent
eea361defb
commit
f11261dc44
1 changed files with 2 additions and 1 deletions
|
@ -248,7 +248,8 @@ See the full source code of the example [here](/guides/getting-started-with-open
|
|||
|
||||
### Test metrics ingestion
|
||||
|
||||
For metrics from our WEB server to be shipped to VictoriaMetrics we need make it available for ingestion.
|
||||
In order to push metrics of our WEB server to VictoriaMetrics it is necessary to ensure that VictoriaMetrics ingestion
|
||||
endpoint is available locally.
|
||||
In previous steps we already deployed a single-server VictoriaMetrics, so let's make it available locally:
|
||||
```sh
|
||||
# port-forward victoriametrics to ingest metrics
|
||||
|
|
Loading…
Reference in a new issue