Re: [prometheus-developers] Protobuf support

2024-02-29 Thread Clément Jean
Hey, I finally go around to do this and the unit tests seem to be passing. You can find what I did here: https://github.com/Clement-Jean/prometheus-move-to-proto. I still have few questions: - For the benchmarking, should I try running the benchmark on the current version of prometheus and

[prometheus-developers] time() function...

2024-02-29 Thread Vishwanath
As per Prometheus documentation - time(0 function doesn;t give current time, but the time at which expression is evaluated (below) time() returns the number of seconds since January 1, 1970 UTC. Note that this does not actually return the current time, but the time at which the expression is to