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
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
The text was updated successfully, but these errors were encountered:
softinio
changed the title
Add Actor monitoring and metrics using zio-metrics and zio-telementry
Add Actor monitoring and metrics using zio-metrics
Dec 18, 2019
With ZIO-Metrics we have the choice of using Prometheus Exporters or Dropwizard Reporters for monitoring. Prometheus comes with Default Exports which registers a number of HotSpot collectors to a given registry so it might be a good starting place.
We could also instrument some methods by default such as counters for readFromWire and writeToWire from ActorSystemUtils or Supervisor retries. I think @softinio should be able to specify what other methods are good candidates for some default instrumentation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: