Just trying to add new metric to Prometheus through the Postman, but getting
text format parsing error in line 1: expected float as value, got "1\r"
Metric just like
"test_metric 1
"
(without quotes)
Why it happens and how can i remove it from postman's request?