haproxy opentracing 安装构建说明
说明: 使用了centos 8 版本
依赖
- libev
yum install -y libev-devel
- opentracing
wget https://github.com/opentracing/opentracing-cpp/archive/v1.5.0.tar.gz
tar xf v1.5.0.tar.gz
cd opentracing-cpp-1.5.0
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt ..
make
sudo make install
- opentracing-c-wrapper
git clone https://github.com/haproxytech/opentracing-c-wrapper.git
cd opentracing-c-wrapper
./scripts/bootstrap
./configure --prefix=/opt --with-opentracing=/opt
make
sudo make install
- jaegertracing_plugin (可选,如果需要jaeger)
可选的方式,通过直接下载构建好的,或者自己编译(可以使用新版本特性包括bug修复)
wget https://github.com/jaegertracing/jaeger-client-cpp/releases/download/v0.4.2/libjaegertracing_plugin.linux_amd64.so
构建
- clone 代码
git clone https://github.com/haproxytech/spoa-opentracing.git
- 构建
cd spoa-opentracing
./scripts/bootstrap
./configure --with-opentracing=/opt/
make
make install
- 依赖查看
使用ldd 工具
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)
2019-11-16 restql 学习一 安装试用
2018-11-16 drone 1.0 新的构建徽章特性
2017-11-16 lapis 集成openresty最新版本cjson 问题的解决
2015-11-16 微软发布了ASP.NET WebHooks预览版