ZIO Metrics Connectors
Project Stage | CI | Release | Snapshot | Discord |
---|---|---|---|---|
Summary
ZIO Metrics Connectors provides pluggable backends into existing Application Performance Monitoring (APM) solutions, including backends for New Relic, StatsD, DataDog and Prometheus.
TODO: Review sections below
ZIO Metrics Connectors allows you to add diagnostics and metrics to any ZIO application.
ZIO Metrics Connectors features:
- Easy Setup - Add to any ZIO application with only a few lines of code.
- Backends - Support for major metrics collection services including Prometheus and StatsD.
- Zero Dependencies - No dependencies other than ZIO itself.
See the micro site for more information.
ZMX in ZIO 1.x becomes ZIO Metrics Connectors
With the release of ZIO Metrics Connectors the original repository for ZMX will be archived and available read only for future reference.
The API to capture metrics has moved into ZIO core for ZIO 2.x and later. Therefore ZIO Metrics Connectors concentrates on providing the backend connectivity to report the captured metrics. The design goal is to have the same instrumentation of the application for any selected backend.
Documentation
ZIO Metrics Connectors Microsite
Contributing
Documentation for contributors
Code of Conduct
See the Code of Conduct