rustmann icon indicating copy to clipboard operation
rustmann copied to clipboard

A riemann client on tokio, async/await

rustmann

Crates.io Docs Build Status GitHub Donate

A riemann client using tokio. This project is still in its early stage and API changes aggressively.

Usage

See examples and API docs.

Features & TODOs

  • [x] TCP Client
  • [x] TLS TCP Client (by enabling tls feature)
  • [x] UDP Client
  • [x] Report API (send_events)
  • [x] Query API (send_query)
  • [x] Event Builder API

License

MIT/Apache-2.0