You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo currently uses the metrics crate but I suspect the ecosystem will settle on opentelemetry, however a bigger problem is that emitting metrics directly from the load shedder is a bit weird because if you have mor ethan one they'll interfere with each other.
I think the options are:
Stop emitting metrics (and instead allow more visibility into the state of the load shedder.
Allow people to provide and identifier for the load shedder instance, allowing us to stick it into a label.
If anyone's reading this and want's to improve observability & metrics, then go ahead (although maybe leave your plan here first. I'm unlikkely to make this change as I don't actually use this library for anything.
The text was updated successfully, but these errors were encountered:
This repo currently uses the metrics crate but I suspect the ecosystem will settle on opentelemetry, however a bigger problem is that emitting metrics directly from the load shedder is a bit weird because if you have mor ethan one they'll interfere with each other.
I think the options are:
If anyone's reading this and want's to improve observability & metrics, then go ahead (although maybe leave your plan here first. I'm unlikkely to make this change as I don't actually use this library for anything.
The text was updated successfully, but these errors were encountered: