I have to remote_read from influxdb and another prometheus, can I add labels to distinguish the two remote_read just as below:
# read data from kafka remote_read: - url: http://192.168.11.10:30070/api/v1/prom/read?db=prometheus read_recent: true labels: from: influxdb # read data from prometheus remote_read: - read_recent: true url: http://192.168.11.15:30086/api/v1/read read_recent: true labels: from: prometheus # remote write to kafka adapter remote_write: - url: http://127.0.0.1:18080/receive -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/5e6dc8da-748e-4634-8b98-ed0fded00ba9o%40googlegroups.com.

