mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +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>
(cherry picked from commit f11261dc44
)
This commit is contained in:
parent
779436bd9c
commit
a91a2b97ed
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