We are using prometheus version 2.11.1, In our application, the scrape target has timestamp field. when timestamp field is present, then prometheus is not scrapping any metrics.
meas_gauge{id="Filtered",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
meas_gauge{id="Rejected",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
meas_gauge{id="ReprocessedIn",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
meas_gauge{id="Created",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
meas_gauge{id="Duplicated",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
meas_gauge{id="Stored",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 336.0 1593680400000
meas_gauge{id="Retrieved",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 354.0 1593680400000
meas_gauge{id="ReducedInMerging",HOST="test",STREAM="Smoke_stream",NODE="MFE2"} 0.0 1593680400000
honor_timestamps is set to true.
Can you let us know why prometheus is not able to scrape the targets? Is it due to the timestamp difference between prometheus and target?