mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
docs/cloud: fix image routes in getstarted (#8367)
It looks like the version deployed works differently than in local, and some paths are not taken correctly. This commit fixes that by adding absolute paths to the 2 images included in this section. ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
parent
933f51d01a
commit
b8159fcad4
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ When creating a deployment, the following options are available:
|
|||
| **`Deduplication`** | Deduplication handles redundant data in high-availability (HA) setups to retain only one sample per interval. For best results, set deduplication to match the collect metrics interval. If you have multiple intervals, set it to the shortest one. |
|
||||
| <nobr>**`Maintenance Window`**</nobr> | We use this value as the preferred window for us to perform maintenance operations, such as upgrades, when needed. |
|
||||
|
||||

|
||||

|
||||
<figcaption style="text-align: center; font-style: italic;">Selecting a tier</figcaption>
|
||||
|
||||
After selecting your desired configuration, you are set to `Create` your deployment. Once created, it will remain for a few seconds in `Provisioning` status while spinning-up.
|
||||
|
@ -124,7 +124,7 @@ remote_write:
|
|||
* `Custom HTTP Header`: Authorization
|
||||
* `Header value`: **********
|
||||
|
||||

|
||||

|
||||
<figcaption style="text-align: center; font-style: italic;">Write configuration examples</figcaption>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue