zio / zio-metrics-legacy

⛔️ DEPRECATED
https://zio.github.io/zio-metrics
Apache License 2.0
56 stars 39 forks source link

Not publishing release candidates on zio2 branch #117

Open sandeepkota opened 2 years ago

gchudnov commented 2 years ago

Hi, wondering, is it possible to publish the library for ZIO 2.0 and Scala 3 ?

Wanted to use it with Dropwizard, but hasn't found the artifact and then found this issue.

-- and if I can help somehow to publish it, please let me know

gchudnov commented 2 years ago

bump

and wondering what is the status of the project? can see it intersects a bit zio-zmx (?) and now we have some metric support in ZIO 2 internally.

Thank you!

toxicafunk commented 2 years ago

Hi,

The official library for metrics in ZIO is ZMX. ZIO Metrics predates ZMX and "inspired" it to some degree but should be consider like a prometheus/dropwizard/statsd helper.

If ZMX is not an option for you then zio-metrics is an option but it is basically under low-maintenaince mode. I will try and push a 2.0 version ASAP.

gchudnov commented 2 years ago

got it, thank you for the information.

initially I wanted to use ZMX, but noticed that is has no Dropwizard integration and cannot report the results as JSON :(

toxicafunk commented 2 years ago

FYI I´ve been having issues on the CI step to have this published: https://github.com/zio/zio-metrics/runs/5997231775?check_suite_focus=true

I´ve asked on discord if anyone can help: https://discord.com/channels/629491597070827530/630067789176111166/963542074232274964

gchudnov commented 2 years ago

got it, thank you for the info!