GreptimeTeam / greptime-meter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greptime-meter

OverView

The greptime-meter provides an abstraction about data read/write computation and collection. It consists of the following crates:

  • meter-core: provides some core traits and data structures.
  • meter-macros: provides some macros for user convenience, include write_meter! etc.
  • meter-example: provides a simple implementation of meter-core and an example.

Documentation

cargo doc --open --no-deps

About

License:Apache License 2.0


Languages

Language:Rust 100.0%