I have a question about prometheus_client.
It's simple protocol for prometheus to pull metrics from exporter.
We can just provide string format by "metric{labels} value" by simple http server.
So what advantages except normalization we get from using prometheus_client library to develop?
Apologize for my bad expression,I just can't reach the points.
backgroud:
I'am new for go and prometheus in one month,but have much programming exp for c++ and python and so on.
I have a question about prometheus_client.
It's simple protocol for prometheus to pull metrics from exporter.
We can just provide string format by "metric{labels} value" by simple http server.
So what advantages except normalization we get from using prometheus_client library to develop?
Apologize for my bad expression,I just can't reach the points.
backgroud:
I'am new for go and prometheus in one month,but have much programming exp for c++ and python and so on.