it-linnan

Results 10 issues of it-linnan

### Motivation: 解决redis plugin未恢复paren span,导致span id的层级无限增长的问题 ### Modification: Describe the idea and modifications you've done. 在finish span后,将parent span恢复到当前栈中 ### Result: Fixes #463.

cla:yes
size/M
First-time contributor

### Describe the bug 链路中每执行一次redis操作,span id就会向下增长一层。 此时日志输出如下所示: [0.1] 接受到请求 [0.1.1] 执行业务处理1 [0.1.2] 执行redis处理1 [0.1.2.1] 执行业务处理2 [0.1.2.2] 执行redis处理2 [0.1.2.2.1] 执行业务处理3 ... ### Expected behavior redis plugin 在redis操作结束,记录span日志、上报span后,将parent span恢复到当前栈(SofaTraceContext) 此时日志输出如下所示: [0.1] 接受到请求...

# 为 SOFATracer 中的 plugin 增加 SOFABoot auto-configuration fix #847 以下plugin的autoconfigure,是从SOFATracer 3.1.0版本的starter中抽取了相关代码,同步过来的。 - KafkaMQ - RabbitMQ - SpringMessage - Redis ## MongoDB plugin 的autoconfigure 前提:SOFATracer基于MongoDB 3.8.2版本的驱动实现,而当前版本SOFABoot依赖MongoDB 4.0.5版本驱动。因此,需基于当前版本驱动的`MongoClient`和`MongoAutoConfiguration`实现自动配置。 实现思路:注册自定义`MongoClientSettingsBuilderCustomizer`bean,向MongoDB client的配置类中增加SofaTracerCommandListener。 ##...

cla:yes
size/XL

### Motivation: Tag选择器的“=”筛选,不能实现全字匹配。 比如jvm.threads.daemon{app="foo"},这样查询 实际结果是,能够查询到foo和gateway等多个应用的时序数据 预期结果是,只查询到foo应用的时序数据 ### Modification: 使用ES的keyword特性,阻止ES进行分词 ### Result: Fixes #83 .

bug
question
First-time contributor
size/XS
cla:yes

### Describe the bug A clear and concise description of what the bug is. Tag选择器的使用“=”筛选,不能实现全字匹配。 ### Expected behavior Tag选择器的使用“=”筛选,能实现全字匹配。 比如jvm.threads.daemon{app="foo"},这样查询只能够查询到foo应用的时序数据 ### Actual behavior 比如jvm.threads.daemon{app="foo"},这样查询能够查询到foo和gateway等多个应用的时序数据 ![image](https://user-images.githubusercontent.com/16809329/77222650-1e895200-6b90-11ea-85c4-6eb139c5d6a4.png) ### Steps to reproduce 1....

## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## Ask your question here 目前正在尝试升级到 SOFABoot4.0,遇到以下问题 目前是否支持打包GraalVM native-image?我这边测试没有打包成功。 另外发现引入`lookout-starter`后,会启动报错,监控是否有其他方案?

When I used `PdfDocument.CreatePrintDocument` method to create a `PrintDocument` to print pdf file, the output document does not display the sign area. However,it can display on the PdfViewer. I guess...