BruceChinese

Results 7 issues of BruceChinese

这个支持geoip地理位置吗

我们最近注意到一个问题,我们在单体的php上使用的skywalking(不是微服务),我们这边php的接口的日志里都打了每个接口的执行时间,我们发现skywalking和我们在日志里的接口执行时间还是有点出入的,这个是正常的还是飞正常的

数据量大就特别的卡,接入几个集群,跑了几个月,数据量大了之后就特别的卡,ke_logsize表数据过亿了

![image](https://user-images.githubusercontent.com/12492229/194692854-dc7e8b3f-bb9c-465e-876b-958dfe107836.png) 目前在grafana 里查询Distributed Tracing有点慢 30min区间 随便点一个要几秒能出来

enhancement
good first issue

在nginx.conf里配置: proxy_cache_path /data/nginx/cache levels=2:2 keys_zone=cache_zone:1000m max_size=2g inactive=60m; location ~* \.(css|js|jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm)$ { proxy_cache cache_zone; # 设置缓存内存,上面配置中已经定义好的 proxy_cache_valid 200 5m; # 缓存状态为200的请求,缓存时长为5分钟 proxy_cache_key $request_uri; # 缓存文件的key为请求的URI proxy_cache_valid any 10m; add_header Nginx-Cache-Status $upstream_cache_status;...

有计划支持飞书的webhook吗

这个项目不维护了?