VictoriaMetrics/docs/data-ingestion/Prometheus.md
Mathias Palmersheim e65265d2ac
docs: add vmagent and alloy data ingestion docs (#6678)
Adds Prometheus Grafana Alloy and vmagent to the data ingestion
protocols. Grafana Agent was not added since it has been deprecated in
favor of alloy

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
(cherry picked from commit a46d554f74)
2024-08-06 16:30:10 +02:00

23 lines
817 B
Markdown

---
title: Prometheus
weight: 1
sort: 1
menu:
docs:
identifier: "prometheus"
parent: "data-ingestion"
weight: 1
aliases:
- /data-ingestion/prometheus.html
- /data-ingestion/Prometheus.html
---
VictoriaMetrics supports ingesting data from Prometheus via the Prometheus remote write protocol.
The documentation for pushing data from Prometheus to VictoriaMetrics is located [here](https://docs.victoriametrics.com/#prometheus-setup)
## References
- [Prometheus configuration documentation](https://prometheus.io/docs/prometheus/latest/configuration/configuration/)
- [Prometheus Helm chart values](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml)
- [Prometheus Feature Flags](https://prometheus.io/docs/prometheus/latest/feature_flags/#prometheus-agent)