docs/data-ingestion use img tag instead of markdown image. this allow docs that sync automation to correctly render images

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2024-07-16 10:14:36 +02:00
parent 7a3394bbe1
commit fe33626b0d
No known key found for this signature in database
GPG Key ID: BE7B8368E3432014

View File

@ -23,8 +23,7 @@ If want help Sending your data to Managed VictoriaMetrics check out [our blog](h
1. Login to PVE as an administrator
2. Go to DataCenter > MetricServer > Add > InfluxDB
![PVE Metric Navigation](pve-nav.webp)
<img alt="PVE Metric Navigation" src="pve-nav.webp">
3. Set the parameters as follows:
- Name: VictoriaMetrics (can be changed to any string)
@ -37,7 +36,7 @@ If want help Sending your data to Managed VictoriaMetrics check out [our blog](h
- If you need to ignore TLS/SSL errors check the advanced box and uncheck the verify certificate box
4. Click the `Create` button
![PVE Metric Form](pve-form.webp)
<img alt="PVE Metric Form" src="pve-form.webp">
5. Run `system_uptime{object="nodes"}` in vmui or in the explore view in Grafana to verify metrics from PVE are being sent to VictoriaMetrics.
You should see 1 time series per node in your PVE cluster.
@ -47,7 +46,7 @@ You should see 1 time series per node in your PVE cluster.
2. Go to Configuration > Metrics Server > Add > InfluxDB
![PBS Metric Navigation](pbs-nav.webp)
<img alt="PBS Metric Navigation" src="pbs-nav.webp">
3. Set the parameters as follows:
@ -61,7 +60,7 @@ You should see 1 time series per node in your PVE cluster.
4. Click the `Create` button
![PBS Metric Form](pbs-form.webp)
<img alt="PBS Metric Form" src="pbs-form.webp">
5. Run `cpustat_idle{object="host"}` in vmui or in the explore view in Grafana to verify metrics from PBS are being to VictoriaMetrics.