Hi,I'm trying to see which API I need to answer to write a Remote Storage, and there is something which is explicit, so I'd thought I'll ask here:
message Sample {
double value = 1;
int64 timestamp = 2; }What are the units for timestamp? Seconds (my guess) or milliseconds?
Maybe it's better to name it accordingly (it won't break backward compatibility due to IDs right?)Thanks!
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-devel...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/254ab508-bdf8-4ef5-a9ea-9af59ad9cd6bn%40googlegroups.com.
Does it make sense to rename the field in the protobuf to prevent confusion or just add comment above it ? I can do the PR