1. That is the only data, there were no metrics before. Also, if looking the data as a chart I can see the time in which it was indexed.
2. The data is always off by one, and we see metrics change when there's activity in the intended cluster.
So the targets are expected and scraped recently. Note this happened in two environments (of the same software, test & main)
I also think this is extremely bizarre. Note in particular that we see metric values of "0" being scraped, but only after the counter is actually "1". So when the system just started and is idle, no value, then on the first increment, the value is "0", but only on the prometheus server side, the client reports correctly.
Maybe there's a configuration that rebases values, or assigns a type that causes things to be treated differently, or maybe the first scrape is expected to get 0 as value and doesn't, or something like that?