Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Implement CoreMetrics #115

Closed
adamgfraser opened this issue Nov 10, 2020 · 4 comments
Closed

Implement CoreMetrics #115

adamgfraser opened this issue Nov 10, 2020 · 4 comments
Labels
good first issue Good for newcomers

Comments

@adamgfraser
Copy link
Contributor

The CoreMetrics service is designed to interface directly with package private methods in FiberContext within ZIO to expose metrics on the execution of ZIO programs. This ticket is to actually implement that service. This is dependent on functionality being added to ZIO to expose the needed functionality, which should hopefully be complete in advance of the hackathon. Assuming that is ready, implementing the service will consist primarily of calling those methods and re-exporting their results, along with adding tests to show that the functionality is working correctly.

@mtjon
Copy link
Contributor

mtjon commented Nov 21, 2020

have these dependencies been added to ZIO core in time?

@softinio softinio added good first issue Good for newcomers and removed #ziohackathon labels Dec 28, 2020
@atooni
Copy link
Member

atooni commented Jan 9, 2021

I ll have a go at this

1 similar comment
@atooni
Copy link
Member

atooni commented Jan 9, 2021

I ll have a go at this

@adamgfraser
Copy link
Contributor Author

This has been obviated by the move of diagnostics into ZIO Core.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants