复古 护眼 海天 深邃 暗黑 默认

PluginBootService

全限定类名

org.apache.shardingsphere.agent.spi.boot.PluginBootService

定义

插件启动服务定义接口

已知实现

配置标识 详细说明 全限定类名
Prometheus Prometheus plugin 启动类 org.apache.shardingsphere.agent.metrics.prometheus.service.PrometheusPluginBootService
Logging Logging plugin 启动类 org.apache.shardingsphere.agent.plugin.logging.base.service.BaseLoggingPluginBootService
Jaeger Jaeger plugin 启动类 org.apache.shardingsphere.agent.plugin.tracing.jaeger.service.JaegerTracingPluginBootService
OpenTelemetry OpenTelemetryTracing plugin 启动类 org.apache.shardingsphere.agent.plugin.tracing.opentelemetry.service.OpenTelemetryTracingPluginBootService
OpenTracing OpenTracing plugin 启动类 org.apache.shardingsphere.agent.plugin.tracing.opentracing.service.OpenTracingPluginBootService
Zipkin Zipkin plugin 启动类 org.apache.shardingsphere.agent.plugin.tracing.zipkin.service.ZipkinTracingPluginBootService

PluginDefinitionService

全限定类名

org.apache.shardingsphere.agent.spi.definition.PluginDefinitionService

定义

探针插件定义服务接口

已知实现

配置标识 详细说明 全限定类名
Prometheus Prometheus 插件定义 org.apache.shardingsphere.agent.metrics.prometheus.definition.PrometheusPluginDefinitionService
Logging Logging 插件定义 org.apache.shardingsphere.agent.plugin.logging.base.definition.BaseLoggingPluginDefinitionService
Jaeger Jaeger 插件定义 org.apache.shardingsphere.agent.plugin.tracing.jaeger.definition.JaegerPluginDefinitionService
OpenTelemetry OpenTelemetryTracing 插件定义 org.apache.shardingsphere.agent.plugin.tracing.opentelemetry.definition.OpenTelemetryTracingPluginDefinitionService
OpenTracing OpenTracing 插件定义 org.apache.shardingsphere.agent.plugin.tracing.opentracing.definition.OpenTracingPluginDefinitionService
Zipkin Zipkin 插件定义 org.apache.shardingsphere.agent.plugin.tracing.zipkin.definition.ZipkinPluginDefinitionService