Then, go to the VictoriaMetrics product page and click Continue to Subscribe
button:
Then on product page press the Subscribe
button:
After that action you will be able to see success message where you should click Set up your account
button:
You'll be taken to Managed VictoriaMetrics sign up page:
Choose to register manually or via Google Auth.
If it was chosen manually registration, confirmation email wil be sent to your email address.
After Google Auth process will redirect automatically to the main page.
If you forgot password, it can be restored in the following way:
Forgot your password?
link at this page:
Send Email
button:
Save
button:
Deployments is a page where user can list and manage VictoriaMetrics deployments. To create an deployment click on the button Create Deployment
button or link in the message:
In the opened form, choose parameters of the new deployment such as:
Deployment type
from preset single or cluster deployments;Region
where deployment should run;storage capacity
for storing metrics (you always can expand disk size later);Retention
period for stored metrics.Size
of your deployment
When all parameters are entered, click on the Create
button, and deployment will be created
Once created, deployment will remain for a short period of time in PROVISIONING
status while the hardware spins-up, just wait for a couple of minutes and reload the page. You'll also be notified via email once provisioning is finished:
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:
Access tokens are used in token-based authentication to allow an application to access the VictoriaMetrics API. Supported token types are Read-Only
, Write-Only
and Read-Write
. Click on token created by default to see usage examples:
Follow usage example in order to configure access to VictoriaMetrics for your Prometheus, Grafana or any other software.
Remember, you always can add, remove or modify existing deployment by changing their size or any parameters on the update form.
There is another options present to customise you deployment setup. To discover them click on Customise
button
In that section additional params can be set:
Deduplication
defines interval when deployment leaves a single raw sample with the biggest timestamp per each discrete interval;Maintenance Window
when deployment should start upgrade process if needed;Settings
allow to define different flags for the deployment.However, such an update requires an deployment restart and may result into a couple of minutes of downtime.