You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/08/27 06:26:41 UTC

[shardingsphere] branch master updated (1c7f0a7 -> 9b181ce)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 1c7f0a7  Remove blank lines (#12045)
     add 9b181ce  Change type string of agent plugins (#12039)

No new revisions were added by this update.

Summary of changes:
 .../agent/core/plugin/PluginBootServiceManager.java           |  1 +
 .../apache/shardingsphere/agent/core/plugin/PluginLoader.java |  1 +
 .../src/test/resources/logback-test.xml                       |  3 +--
 .../src/main/resources/conf/agent.yaml                        |  5 +++--
 .../src/test/resources/conf/agent.yaml                        |  2 +-
 .../shardingsphere-agent-metrics-prometheus/pom.xml           |  6 ++++++
 .../definition/PrometheusPluginDefinitionService.java}        |  6 +++---
 ...hardingsphere.agent.spi.definition.PluginDefinitionService |  2 +-
 .../src/main/resources/interceptors.yaml                      |  0
 .../definition/PrometheusPluginDefinitionServiceTest.java}    | 11 ++++++-----
 .../src/test/resources/logback-test.xml                       |  3 +--
 .../definition/OpenTracingPluginDefinitionService.java        |  2 +-
 .../definition/OpenTracingPluginDefinitionServiceTest.java    |  2 +-
 .../shardingsphere/agent/plugin/tracing/AgentRunner.java      |  1 -
 14 files changed, 26 insertions(+), 19 deletions(-)
 copy {shardingsphere-infra/shardingsphere-infra-context => shardingsphere-agent/shardingsphere-agent-core}/src/test/resources/logback-test.xml (96%)
 rename shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/{shardingsphere-agent-metrics-api/src/main/java/org/apache/shardingsphere/agent/metrics/api/definition/MetricsPluginDefinitionService.java => shardingsphere-agent-metrics-prometheus/src/main/java/org/apache/shardingsphere/agent/metrics/prometheus/definition/PrometheusPluginDefinitionService.java} (94%)
 copy shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/{shardingsphere-agent-metrics-api => shardingsphere-agent-metrics-prometheus}/src/main/resources/interceptors.yaml (100%)
 rename shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/{shardingsphere-agent-metrics-api/src/test/java/org/apache/shardingsphere/agent/metrics/api/definition/MetricsPluginDefinitionServiceTest.java => shardingsphere-agent-metrics-prometheus/src/test/java/org/apache/shardingsphere/agent/metrics/prometheus/definition/PrometheusPluginDefinitionServiceTest.java} (83%)
 copy {shardingsphere-infra/shardingsphere-infra-context => shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-prometheus}/src/test/resources/logback-test.xml (96%)