Skip to content

v0.1.0: Merge pull request #5 from fahlmant/fix-#4

Compare
Choose a tag to compare
@fahlmant fahlmant released this 19 Jul 13:32
· 28 commits to master since this release
d0d7d51

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