Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Cycling Raptor

Choose a tag to compare

@rdner rdner released this 27 Jul 15:05
0ba02e4
Change the way queue metrics are initialized (#44)

* There are now default metrics, so the queue does not panic in runtime.
* The service name label of the metrics can be easily switched by calling `SwitchMetricsServiceName`, (executed binary name by default)
* `Setup` function is renamed to `SetupTables` because that's what it's supposed to do.
* Use queue metrics like in HTTP middleware