hi
I want to directly push the data of Prometheus structure to VictoriaMetrics instead of remote_write_api, what should I do?
Hi @jinlongwang! Have you checked https://github.com/VictoriaMetrics/VictoriaMetrics#how-to-import-data-in-prometheus-exposition-format ?
hi
I am using the cluster version of vm

and I want to design my architecture like this, I want to ask you if this is OK? thx

@jinlongwang , Prometheus exposition format data should be pushed to /insert/<accountID>/prometheus/api/v1/import/prometheus in VictoriaMetrics cluster - see https://victoriametrics.github.io/Cluster-VictoriaMetrics.html#url-format .
The proposed architecture looks OK. Note that the data adapter may be unnecessary if push mode monitor agent already can push data to VictoriaMetrics via supported protocols:
@valyala thank you very much ! i got it
Closing the question as answered. @jinlongwang , feel free re-opening it if you have additional questions related to this one.
Most helpful comment
@valyala thank you very much ! i got it