v0.1.0: Merge pull request #5 from fahlmant/fix-#4
Functionality
- Create a Prometheus endpoint to register metrics to
- Create a Service to expose the metrics from the pod
- Create a Route to expose metrics from Service to an externally available URL
- Specify a port number
- Specify an endpoint location, i.e.
/metrics
- Register custom Prometheus metrics via the prometheus.Collector Goalng type
Authors: @varshaprasad96 @fahlmant