scionproto / scion

SCION Internet Architecture
https://www.scion-architecture.net/
Apache License 2.0
369 stars 156 forks source link

pkg/metrics: introduce v2 #4530

Closed lukedirtwalker closed 1 week ago

lukedirtwalker commented 1 month ago

Introduce a v2 version of pkg/metrics. The current metrics package is not optimal:

A full discussion can be found in https://github.com/scionproto/scion/pull/4527.

The new v2 version is compatible with prometheus, so no explicit conversion functions are offered, instead the prometheus creation functions can be used directly.

So far the new library has been plugged in selected places. The intention is that it will eventually replace the current library completely, however doing so in a single sweep would be too extensive.

matzf commented 1 month ago

This change is Reviewable