No description
This repository has been archived on 2026-06-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 93.1%
  • Shell 5%
  • CMake 1.9%
Find a file
2024-11-13 06:20:05 +00:00
ci adapter aarch64 2024-11-13 06:20:05 +00:00
cmake Improve the code 2024-05-28 11:47:49 +08:00
etc Fix the typo in broker in the configuration file 2024-10-31 09:58:21 +08:00
include verify bpf expr in telemetry 2024-10-18 07:20:23 +00:00
src Fix the typo in broker in the configuration file 2024-10-31 09:58:21 +08:00
support adapter aarch64 2024-11-13 06:20:05 +00:00
template Add packet 2024-04-12 09:05:44 +00:00
test fix 2024-07-10 17:44:26 +08:00
.clang-format init repository 2024-03-26 16:04:00 +08:00
.gitignore init repository 2024-03-26 16:04:00 +08:00
.gitlab-ci.yml adapter aarch64 2024-11-13 06:20:05 +00:00
autorevision.sh Add packet 2024-04-12 09:05:44 +00:00
CMakeLists.txt dont send zero port 2024-05-22 18:25:58 +08:00
README.md (TSG-22350)Telemetry is adapted to MAAT, and the distribution format of Policy is changed... 2024-10-17 09:12:49 +00:00

文档

  1. telemetry入门

编译

目前只支持centos8。

需要先安装依赖库见CI脚本。有些是公司内部的库逐包下载安装是比较麻烦了最好直接添加公司的yum源直接找同事要个yum源文件即可。

mkdir build && cd build
cmake ..
make

运行

拷贝etc目录到build目录。并根据实际情况修改配置文件。

# build dir
./src/dp_trace_telemetry -c etc/dp_trace.conf -d etc/dp_trace_dy.conf