
This is the prometheus go client library. it provides two main functions:
* the exposition library is used to export metrics to a prometheus server or
pushgateway.
* the consumption library is used to process metrics exported by a prometheus
client. (the prometheus server is using that library.)