mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
22 lines
809 B
Markdown
22 lines
809 B
Markdown
|
---
|
||
|
title: Prometheus
|
||
|
weight: 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)
|