Skip to content

Commit

Permalink
修改指标采集
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbingleixue committed Nov 6, 2023
1 parent c509a15 commit bec2992
Show file tree
Hide file tree
Showing 40 changed files with 1,195 additions and 1,489 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins:
# agentmain启动时生效,配置支持动态安装插件,active类型插件将会主动启用, passive类型插件需通过指令或接口调用启用,允许卸载
dynamicPlugins:
active:
- jsse
- metrics
# - active-plugin
passive:
# - passive-plugin
Expand Down
6 changes: 3 additions & 3 deletions sermant-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
<module>sermant-tag-transmission</module>
<module>sermant-jsse</module>
<module>sermant-metrics</module>
</modules>
<build>
<pluginManagement>
Expand Down Expand Up @@ -75,7 +75,7 @@
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
<module>sermant-tag-transmission</module>
<module>sermant-jsse</module>
<module>sermant-metrics</module>
</modules>
<build>
<pluginManagement>
Expand Down Expand Up @@ -108,7 +108,7 @@
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
<module>sermant-tag-transmission</module>
<module>sermant-jsse</module>
<module>sermant-metrics</module>
</modules>
</profile>
</profiles>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bec2992

Please sign in to comment.