Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Victoria Metrics Agent can be used to scrape metrics from a source and metrics send them to Kloudfuse using Prometheus Remote Write protocol.

Helm Installation

Ensure the values.yaml has remoteWrite configuration pointed to the Kloudfuse

Add http://<REPLACE KFUSE ADDRESS>/write as one of the entries in the remoteWrite section of the yaml. (Note: use http or https accordingly).

Code Block
remoteWrite:
- url: http://<REPLACE KFUSE ADDRESS>/write

Use the following command to install the Victoria Metrics Agent

Replace NAMESPACE with the namespace the agent will be installed on.

Code Block
helm upgrade --install vma oci://ghcr.io/victoriametrics/helm-charts/victoria-metrics-agent -f values.yaml -n NAMESPACE