remote_write format. To start sending metrics from a Vector instance, set up a sink of the prometheus_remote_write type.
Prerequisites
- Install and configure Nebius AI Cloud CLI.
- If you don’t have a service account for observability services, create one.
-
Make sure that the service account is in a group that has at least the
editorrole within your tenant; for example, the defaulteditorsgroup. You can check this in the Administration → IAM section of the web console. If the service account is not in the required group, click→ Add to group, and select
editors. -
Issue a static key for the service account using the following command:
Copy the value of the static key from the
tokenparameter of the response. You will need it later in the configuration steps.
How to configure a sink
-
Add the following
remote_writesection to the Vector configuration file:In this configuration, specify the following values:- Region ID from the region list.
- Project ID.
- Token value of the static key that you got earlier.
- Restart or reload your Vector instance.