Skip to content

Add metrics.Collector interface

Tomasz Maczukin requested to merge add-metrics-collector into main

Depends on fleeting!1 (merged)

Need to update Go module versions after the dependent MRs will be merged!


This MR adds metrics.Collector interface together with metrics instrumentation.

It also adds Prometheus implementation for the collector. This integration is added in a separate Go Module, so that it can be imported only when needed.

Edited by Tomasz Maczukin

Merge request reports