105 个稳定版本 (24 个主要版本)
新 61.0.0 | 2024 年 8 月 21 日 |
---|---|
60.5.0 | 2024 年 8 月 6 日 |
60.4.0 | 2024 年 7 月 23 日 |
59.0.0 | 2024 年 3 月 28 日 |
0.0.0 | 2018 年 12 月 4 日 |
#117 in 调试
每月下载量 2,339
1MB
15K SLoC
Glean
Glean SDK
是一种用于遥测库的现代方法,也是 Glean 项目 的一部分。
glean
此库在 glean-core
之上提供了 Rust 语言绑定,针对 Rust 用户。
文档
所有文档均可在网上找到
示例
use glean::{ConfigurationBuilder, Error, metrics::*};
let cfg = ConfigurationBuilder::new(true, "/tmp/data", "org.mozilla.glean_core.example").build();
glean::initialize(cfg)?;
let prototype_ping = PingType::new("prototype", true, true, vec![]);
glean::register_ping_type(&prototype_ping);
prototype_ping.submit(None);
许可证
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/
依赖项
~6.5–9MB
~193K SLoC