文件名称:mackerel-plugin-rs:用于Rust的Mackerel插件帮助程序库
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-12 08:48:00
rust rust-library mackerel mackerel-plugin Rust
鲭鱼插件
ーRust的Mackerel插件帮助程序库ー
插件样本
使用此库的插件。
例子
#[macro_use]
extern crate mackerel_plugin;
extern crate rand;
use std :: collections :: HashMap;
use mackerel_plugin :: * ;
struct DicePlugin {}
impl Plugin for DicePlugin {
fn fetch_metrics ( & self ) -> Result
【文件预览】:
mackerel-plugin-rs-master
----Cargo.toml(370B)
----.github()
--------workflows()
----src()
--------lib.rs(14KB)
----LICENSE(1KB)
----README.md(2KB)
----Makefile(846B)
----tests()
--------lib.rs(15KB)
----.gitignore(18B)