Simple app to create Prometheus metrics in go.
Will increment the metric ping_request_count every time this endpoint is called.
Will increment the metric alert_count every time this endpoint is called.
Will reset the metric alert_count to 0.
Will return the version of this app. Should be equal to its docker image.
Will print the content of body. Used to be a webhook for Alertmanager.
Will randomly sleep for 0 to 5 seconds and put it in a histogram with a label id between 0 and 4.