Skip to content

Prometheus

Ewoud Ruighaver requested to merge prometheus-metrics into development

Description

These changes let the workers expose certain metrics so prometheus on the K8s cluster can collect them. Resolves #151 (closed)

Part of #102 (closed) #120 (closed)

Changes

Additions

  • Workers now report their metrics through as simple HTTPServer on port 8008

Test and Review

To be filled in by the reviewers

  • All of the methods are commented to expectation

  • The methods are tested to satisfaction

  • There are no unnecessary files present in the MR

  • The continuous integration has no problems with the MR

  • The MR is filled in as requested (including labels, milestones, and reviewers)

  • The documentation is up-to-date

  • All nullable parameters are marked as such

Edited by Erik Oudsen

Merge request reports