Hi Everyone,
My Prometheus cannot get the customize metrics both in another Prometheus or InfluxDB
I have three servers :
Prometheus_A
Prometheus_B
InfluxDB
Prometheus_A was set the remote write to InfluxDB, and I can see all metrics was written in the InfluxDB
> SHOW MEASUREMENTS
name: measurements
name
----
ALERTS
ALERTS_FOR_STATE
A_item
Item2
Item3
Item4
however, when I was set the remote read in Prometheus_B, I only can get some default metrics
here is my code in Prometheus_B:
remote_read:
read_recent: true
Am I missing the setting which I need to have?