Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Actor monitoring and metrics using zio-metrics #114

Open
softinio opened this issue Dec 18, 2019 · 2 comments
Open

Add Actor monitoring and metrics using zio-metrics #114

softinio opened this issue Dec 18, 2019 · 2 comments

Comments

@softinio
Copy link
Contributor

No description provided.

@softinio 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
@softinio
Copy link
Contributor Author

@toxicafunk Can you help me write the description and requirements for this feature?

@toxicafunk
Copy link
Member

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants