Antriksh

Results 2 issues of Antriksh

I am using [email protected] and [email protected] few weeks ago everything was working fine, but when I ran the code today I got the error : 'Challenge form is missing secret...

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...