prom_ex
prom_ex copied to clipboard
[FEATURE] Ability to set custom timestamp with metrics
Right now when we goto /metrics
endpoint we get something like this
metrics_test_api_total_count{my_tag="987",status="400",time="1717069618965"} 1
We want something like this
metrics_test_api_total_count{my_tag="987",status="400",time="1717069618965"} 1 1717069618965
Not sure if this is possible right now with prom_ex