mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: replace cloud url to be consistent with the other ones (#7194)
### 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**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
daad96b3a5
commit
2593f32b63
6 changed files with 14 additions and 14 deletions
|
@ -214,7 +214,7 @@ We provide commercial support for both versions. [Contact us](mailto:info@victor
|
||||||
|
|
||||||
The following commercial versions of VictoriaMetrics are available:
|
The following commercial versions of VictoriaMetrics are available:
|
||||||
|
|
||||||
* [VictoriaMetrics Cloud](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_vm_faq) – the most cost-efficient hosted monitoring platform, operated by VictoriaMetrics core team.
|
* [VictoriaMetrics Cloud](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_vm_faq) – the most cost-efficient hosted monitoring platform, operated by VictoriaMetrics core team.
|
||||||
|
|
||||||
The following commercial versions of VictoriaMetrics are planned:
|
The following commercial versions of VictoriaMetrics are planned:
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ VictoriaMetrics is distributed in the following forms:
|
||||||
Single-server-VictoriaMetrics perfectly scales vertically and easily handles millions of metrics/s;
|
Single-server-VictoriaMetrics perfectly scales vertically and easily handles millions of metrics/s;
|
||||||
* [VictoriaMetrics Cluster](https://docs.victoriametrics.com/cluster-victoriametrics/) - set of components
|
* [VictoriaMetrics Cluster](https://docs.victoriametrics.com/cluster-victoriametrics/) - set of components
|
||||||
for building horizontally scalable clusters.
|
for building horizontally scalable clusters.
|
||||||
* [VictoriaMetrics Cloud](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_vm_quickstart_guide) - allows
|
* [VictoriaMetrics Cloud](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_vm_quickstart_guide) - allows
|
||||||
users to run VictoriaMetrics, hosted on AWS, without the need to perform typical DevOps tasks such as proper configuration, monitoring, logs collection, access protection, software updates, backups, etc.
|
users to run VictoriaMetrics, hosted on AWS, without the need to perform typical DevOps tasks such as proper configuration, monitoring, logs collection, access protection, software updates, backups, etc.
|
||||||
|
|
||||||
VictoriaMetrics is available as:
|
VictoriaMetrics is available as:
|
||||||
|
@ -42,7 +42,7 @@ VictoriaMetrics is developed at a fast pace, so it is recommended periodically c
|
||||||
### Starting VictoriaMetrics Single Node or Cluster on VictoriaMetrics Cloud {anchor="starting-vm-on-cloud"}
|
### Starting VictoriaMetrics Single Node or Cluster on VictoriaMetrics Cloud {anchor="starting-vm-on-cloud"}
|
||||||
|
|
||||||
The following steps will guide you through starting VictoriaMetrics on VictoriaMetrics Cloud:
|
The following steps will guide you through starting VictoriaMetrics on VictoriaMetrics Cloud:
|
||||||
1. Go to [VictoriaMetrics Cloud](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_vm_quickstart_guide) and sign up (it's free).
|
1. Go to [VictoriaMetrics Cloud](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_vm_quickstart_guide) and sign up (it's free).
|
||||||
1. After signing up, you will be immediately granted $200 of trial credits you can spend on running Single node or Cluster.
|
1. After signing up, you will be immediately granted $200 of trial credits you can spend on running Single node or Cluster.
|
||||||
1. Navigate to the VictoriaMetrics Cloud [quick start](https://docs.victoriametrics.com/victoriametrics-cloud/quickstart/#creating-deployments) guide for detailed instructions.
|
1. Navigate to the VictoriaMetrics Cloud [quick start](https://docs.victoriametrics.com/victoriametrics-cloud/quickstart/#creating-deployments) guide for detailed instructions.
|
||||||
|
|
||||||
|
|
|
@ -165,7 +165,7 @@ You can use the following API endpoints for the automation with rules:
|
||||||
* POST: `/api/v1/deployments/{deploymentId}/rule-sets/files/{fileName}` - create/update rules file
|
* POST: `/api/v1/deployments/{deploymentId}/rule-sets/files/{fileName}` - create/update rules file
|
||||||
* DELETE `/api/v1/deployments/{deploymentId}/rule-sets/files/{fileName}` - delete rules file
|
* DELETE `/api/v1/deployments/{deploymentId}/rule-sets/files/{fileName}` - delete rules file
|
||||||
|
|
||||||
For more details, please check [OpenAPI Reference](https://cloud.victoriametrics.com/api-docs).
|
For more details, please check [OpenAPI Reference](https://console.victoriametrics.cloud/api-docs).
|
||||||
|
|
||||||
### Example of alerting rules
|
### Example of alerting rules
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ The most common use cases for VictoriaMetrics are:
|
||||||
|
|
||||||
VictoriaMetrics Cloud allows users to run Enterprise version of VictoriaMetrics, hosted on AWS, without the need to perform typical
|
VictoriaMetrics Cloud allows users to run Enterprise version of VictoriaMetrics, hosted on AWS, without the need to perform typical
|
||||||
DevOps tasks such as proper configuration, monitoring, logs collection, access protection, software updates,
|
DevOps tasks such as proper configuration, monitoring, logs collection, access protection, software updates,
|
||||||
backups, etc. [Try it right now](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_overview)
|
backups, etc. [Try it right now](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_overview)
|
||||||
|
|
||||||
We run VictoriaMetrics Cloud deployments in our environment on AWS and provide easy-to-use endpoints
|
We run VictoriaMetrics Cloud deployments in our environment on AWS and provide easy-to-use endpoints
|
||||||
for data ingestion and querying. The VictoriaMetrics team takes care of optimal configuration and software
|
for data ingestion and querying. The VictoriaMetrics team takes care of optimal configuration and software
|
||||||
|
|
|
@ -23,7 +23,7 @@ The document covers the following topics:
|
||||||
|
|
||||||
## Registration
|
## Registration
|
||||||
|
|
||||||
Start your registration process by visiting the [Sign Up](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_quickstart) page.
|
Start your registration process by visiting the [Sign Up](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_quickstart) page.
|
||||||
![Signup default](quick_start_signup_default.webp)
|
![Signup default](quick_start_signup_default.webp)
|
||||||
|
|
||||||
There are two different methods to create an account:
|
There are two different methods to create an account:
|
||||||
|
@ -32,7 +32,7 @@ There are two different methods to create an account:
|
||||||
|
|
||||||
### Create an account via Google Auth service:
|
### Create an account via Google Auth service:
|
||||||
|
|
||||||
1. Click `Continue with Google` button on the [Sign Up page](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_quickstart)
|
1. Click `Continue with Google` button on the [Sign Up page](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_quickstart)
|
||||||
![Signup Google click](quick_start_signup_google_click.webp)
|
![Signup Google click](quick_start_signup_google_click.webp)
|
||||||
|
|
||||||
1. Choose Google account you want to use for registration
|
1. Choose Google account you want to use for registration
|
||||||
|
@ -42,7 +42,7 @@ There are two different methods to create an account:
|
||||||
![Signup success](quick_start_signup_success.webp)
|
![Signup success](quick_start_signup_success.webp)
|
||||||
|
|
||||||
### Create an account by filling in a registration form:
|
### Create an account by filling in a registration form:
|
||||||
1. Fill in your email, password and password confirmation on [Sign Up page](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_quickstart).
|
1. Fill in your email, password and password confirmation on [Sign Up page](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_quickstart).
|
||||||
![Signup](quick_start_signup_fill.webp)
|
![Signup](quick_start_signup_fill.webp)
|
||||||
|
|
||||||
1.All fields are required. Any errors will be shown in the interface, so it is easy to understand what should be adjusted.
|
1.All fields are required. Any errors will be shown in the interface, so it is easy to understand what should be adjusted.
|
||||||
|
@ -70,7 +70,7 @@ After successful confirmation of your email address, you'll be able to [create y
|
||||||
|
|
||||||
## Adding a payment method
|
## Adding a payment method
|
||||||
|
|
||||||
1. Navigate to a [Billing](https://cloud.victoriametrics.com/billing?utm_source=website&utm_campaign=docs_quickstart) page or click on `Upgrade` button as shown below:
|
1. Navigate to a [Billing](https://console.victoriametrics.cloud/billing?utm_source=website&utm_campaign=docs_quickstart) page or click on `Upgrade` button as shown below:
|
||||||
|
|
||||||
![Add payment method](how_to_add_payment_method_upgrade.webp)
|
![Add payment method](how_to_add_payment_method_upgrade.webp)
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ When you need to unify your AWS billing, you can start a subscription on AWS Mar
|
||||||
|
|
||||||
![Setup your account](quickstart_setup-your-account.webp)
|
![Setup your account](quickstart_setup-your-account.webp)
|
||||||
|
|
||||||
1. You'll be redirected back to VictoriaMetrics Cloud <a href="https://cloud.victoriametrics.com/billing?utm_source=website&utm_campaign=docs_quickstart" target="_blank">billing page</a>:
|
1. You'll be redirected back to VictoriaMetrics Cloud <a href="https://console.victoriametrics.cloud/billing?utm_source=website&utm_campaign=docs_quickstart" target="_blank">billing page</a>:
|
||||||
|
|
||||||
![Add payment method finish](how_to_add_payment_method_aws_finish.webp)
|
![Add payment method finish](how_to_add_payment_method_aws_finish.webp)
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ If the payment method was changed successfully, the following message will appea
|
||||||
|
|
||||||
If you forgot your password, it can be restored in the following way:
|
If you forgot your password, it can be restored in the following way:
|
||||||
|
|
||||||
1. Click `Forgot password?` link on the [Sign In](https://cloud.victoriametrics.com/signIn?utm_source=website&utm_campaign=docs_quickstart) page:
|
1. Click `Forgot password?` link on the [Sign In](https://console.victoriametrics.cloud/signIn?utm_source=website&utm_campaign=docs_quickstart) page:
|
||||||
|
|
||||||
![Restore password](quick_start_restore_password.webp)
|
![Restore password](quick_start_restore_password.webp)
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ If you forgot your password, it can be restored in the following way:
|
||||||
|
|
||||||
## Creating deployments
|
## Creating deployments
|
||||||
|
|
||||||
On the [Deployments](https://cloud.victoriametrics.com/deployments?utm_source=website&utm_campaign=docs_quickstart) page you
|
On the [Deployments](https://console.victoriametrics.cloud/deployments?utm_source=website&utm_campaign=docs_quickstart) page you
|
||||||
will see a list of your existing deployments and will be able to manage them.
|
will see a list of your existing deployments and will be able to manage them.
|
||||||
|
|
||||||
To create a deployment click on the button `Start sending metrics` button:
|
To create a deployment click on the button `Start sending metrics` button:
|
||||||
|
|
|
@ -24,7 +24,7 @@ Use this feature for the following cases:
|
||||||
* for proxying requests from [Grafana Alerting UI](https://grafana.com/docs/grafana/latest/alerting/);
|
* for proxying requests from [Grafana Alerting UI](https://grafana.com/docs/grafana/latest/alerting/);
|
||||||
* for accessing `vmalert`'s UI through VictoriaMetrics Web interface.
|
* for accessing `vmalert`'s UI through VictoriaMetrics Web interface.
|
||||||
|
|
||||||
[VictoriaMetrics Cloud](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_vm_vmalert_intro)
|
[VictoriaMetrics Cloud](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_vm_vmalert_intro)
|
||||||
provides out-of-the-box alerting functionality based on `vmalert`. This service simplifies the setup
|
provides out-of-the-box alerting functionality based on `vmalert`. This service simplifies the setup
|
||||||
and management of alerting and recording rules as well as the integration with Alertmanager. For more details,
|
and management of alerting and recording rules as well as the integration with Alertmanager. For more details,
|
||||||
please refer to the [VictoriaMetrics Cloud documentation](https://docs.victoriametrics.com/victoriametrics-cloud/alertmanager-setup-for-deployment/).
|
please refer to the [VictoriaMetrics Cloud documentation](https://docs.victoriametrics.com/victoriametrics-cloud/alertmanager-setup-for-deployment/).
|
||||||
|
@ -120,7 +120,7 @@ groups:
|
||||||
|
|
||||||
> Explore how to integrate `vmalert` with [VictoriaMetrics Anomaly Detection](/anomaly-detection/) in the following [guide](/anomaly-detection/guides/guide-vmanomaly-vmalert/)
|
> Explore how to integrate `vmalert` with [VictoriaMetrics Anomaly Detection](/anomaly-detection/) in the following [guide](/anomaly-detection/guides/guide-vmanomaly-vmalert/)
|
||||||
|
|
||||||
> For users of [VictoriaMetrics Cloud](https://cloud.victoriametrics.com/signUp?utm_source=website&utm_campaign=docs_vm_vmalert_config),
|
> For users of [VictoriaMetrics Cloud](https://console.victoriametrics.cloud/signUp?utm_source=website&utm_campaign=docs_vm_vmalert_config),
|
||||||
> many of the configuration steps (including highly available setup of `vmalert` for cluster deployments) are handled automatically.
|
> many of the configuration steps (including highly available setup of `vmalert` for cluster deployments) are handled automatically.
|
||||||
> Please, refer to the [VictoriaMetrics Cloud documentation](https://docs.victoriametrics.com/victoriametrics-cloud/alertmanager-setup-for-deployment/) for more details.
|
> Please, refer to the [VictoriaMetrics Cloud documentation](https://docs.victoriametrics.com/victoriametrics-cloud/alertmanager-setup-for-deployment/) for more details.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue