Setup & Integrations
Observability
VictoriaMetrics
prerequisite the resolve satellite should already be installed in your environment if you need assistance with installation, refer to the instructions provided in this resolve satellite /resolve satellite md section configure the victoriametrics integration in resolve satellite below is an example of how to setup the integration in the satellite with a kubernetes secret (potentially backed by an aws secret manager or another mechanism) for authentication if you are running victoriametrics enterprise configure your integration in the resolve satellite update your helm values override file with the following information (e g resolve values yaml ) resolve values yaml integrations victoriametricsintegration type prometheus create true connection url "\<your victoriametrics url>" install the satellite and apply the values from the yaml file that you have just updated e g resolve values yaml to find the latest version, visit resolve ai's docker hub repository for the helm chart and satellite image apply config to satellite and redeploy helm upgrade install oci //registry 1 docker io/resolveaihq/satellite chart version \<latestchart> values resolve values yaml set image tag=\<latestimage> once your satellite is deployed, we will automatically create an integration instance for you verify your integration status in resolve ai login to https //app0 resolve ai/ https //app0 resolve ai/ go to the integrations page and and select “prometehus” you should see an automatically created integration based on the provided configuration authentication for victoriametrics enterprise note if you are using victoriametrics enterprise follow the example below, to setup an auth token for the integration create a kubernetes secret create a kubernetes secret of the following form note that the structure of the secret is important set the top level key "token" and put your actual token in the value secret creation apiversion v1 kind secret type opaque metadata name vm resolve access token stringdata token "\<your auth token>" to apply the secret run apply secret kubectl apply f vm resolve access token yml use the token in your configuration (as shown above) update your helm values override file with the following information (e g resolve values yaml ) resolve values yaml integrations victoriametricsintegration type prometheus create true connection url "\<your victoriametrics url>"