1 Star 0 Fork 1

SmartSmallBoy/loongcollector_cpp

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
metric_event.proto 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
vimoon.zheng 提交于 2025-04-21 20:08 +08:00 . 添加protocol
syntax = "proto3";
package logtail.models;
message UntypedSingleValue {
double Value = 1;
}
message MetricEvent {
uint64 Timestamp = 1;
bytes Name = 2;
map<string, bytes> Tags = 3;
oneof Value {
UntypedSingleValue UntypedSingleValue = 4;
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/SmartSmallBoy/loongcollector_cpp.git
git@gitee.com:SmartSmallBoy/loongcollector_cpp.git
SmartSmallBoy
loongcollector_cpp
loongcollector_cpp
master

搜索帮助