scionproto / scion

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

pkg/metrics: add simple metrics #4527

Closed lukedirtwalker closed 1 month ago

lukedirtwalker commented 1 month ago

Introduce simple version of the pkg/metrics objects. The simpler versions don't have a With method. The With version can have quite some overhead if used in a hot path. For now the simple counters are used in snet.

matzf commented 1 month ago

This change is Reviewable

lukedirtwalker commented 1 month ago

Closing in favor of https://github.com/scionproto/scion/pull/4530