docs: cleanup

This commit is contained in:
dmitryk-dk 2023-03-14 15:46:53 +02:00 committed by Aliaksandr Valialkin
parent e1c2c91bb6
commit 1ff82e23af
No known key found for this signature in database
GPG key ID: A72BEC6CD3D0DED1

View file

@ -17,9 +17,9 @@ monitoring, logs collection, access protection, software updates, backups, etc.
The document covers the following topics The document covers the following topics
1. [How to register](#how-to-register) 1. [How to register](#how-to-register)
2. [How to restore password](#how-to-restore-password) 2. [How to restore password](#how-to-restore-password)
3. [Creating instance](#creating-instance) 3. [Creating deployment](#creating-deployment)
4. [Instance access](#instance-access) 4. [Deployment access](#deployment-access)
5. [Modifying instance](#modifying-instance) 5. [Modifying deployment](#modifying-deployment)
## How to register ## How to register
@ -104,16 +104,16 @@ If you forgot password, it can be restored in the following way:
</p> </p>
## Creating instance ## Creating deployment
Deployments is a page where user can list and manage VictoriaMetrics deployments. Deployments is a page where user can list and manage VictoriaMetrics deployments.
To create an instance click on the button `Create Deployments` button or link in the message: To create an deployment click on the button `Create Deployments` button or link in the message:
<p> <p>
<img src="quickstart_deployments.png" width="800"> <img src="quickstart_deployments.png" width="800">
</p> </p>
In the opened form, choose parameters of the new instance such as: In the opened form, choose parameters of the new deployment such as:
* `Deployment type` from preset single or cluster deployments; * `Deployment type` from preset single or cluster deployments;
* `Region` where deployment should run; * `Region` where deployment should run;
@ -139,7 +139,7 @@ You'll also be notified via email once provisioning is finished:
<img src="quickstart_deployments-running.png" width="800"> <img src="quickstart_deployments-running.png" width="800">
</p> </p>
## Instance access ## Deployment access
After transition from `PROVISIONING` to `RUNNING` state, VictoriaMetrics is fully operational After transition from `PROVISIONING` to `RUNNING` state, VictoriaMetrics is fully operational
and ready to accept write or read requests. But first, click on deployment name to get the access token: and ready to accept write or read requests. But first, click on deployment name to get the access token:
@ -163,7 +163,7 @@ to see usage examples:
Follow usage example in order to configure access to VictoriaMetrics for your Prometheus, Follow usage example in order to configure access to VictoriaMetrics for your Prometheus,
Grafana or any other software. Grafana or any other software.
## Modifying instance ## Modifying deployment
Remember, you always can add, remove or modify existing deployment by changing their size or any parameters on the Remember, you always can add, remove or modify existing deployment by changing their size or any parameters on the
update form. update form.