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等多个应用的时序数据

Steps to reproduce
- 多个应用接入SOFALookout
- 启动SOFALookout服务端
- 访问服务端web界面,查询jvm.threads.daemon{app="foo"}
Minimal yet complete reproducer code (or GitHub URL to code)
Environment
- SOFALookout version: 1.6.0
- JVM version (e.g.
java -version): 1.8
- OS version (e.g.
uname -a):windows10
- Maven version:3.5
- IDE version:Intelli IDEA 2019.2
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等多个应用的时序数据
Steps to reproduce
Minimal yet complete reproducer code (or GitHub URL to code)
Environment
java -version): 1.8uname -a):windows10