org.apache.shardingsphere.agent.spi.boot.PluginBootService
Plugin startup service definition
| Configuration Type | Description | Fully-qualified class name |
|---|---|---|
| Prometheus | Prometheus plugin startup class | org.apache.shardingsphere.agent.metrics.prometheus.service.PrometheusPluginBootService |
| Logging | Logging plugin startup class | org.apache.shardingsphere.agent.plugin.logging.base.service.BaseLoggingPluginBootService |
| Jaeger | Jaeger plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.jaeger.service.JaegerTracingPluginBootService |
| OpenTelemetry | OpenTelemetryTracing plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.opentelemetry.service.OpenTelemetryTracingPluginBootService |
| OpenTracing | OpenTracing plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.opentracing.service.OpenTracingPluginBootService |
| Zipkin | Zipkin plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.zipkin.service.ZipkinTracingPluginBootService |
org.apache.shardingsphere.agent.spi.definition.PluginDefinitionService
Agent plugin definition
| Configuration Type | Description | Fully-qualified class name |
|---|---|---|
| Prometheus | Prometheus plugin definition | org.apache.shardingsphere.agent.metrics.prometheus.definition.PrometheusPluginDefinitionService |
| Logging | Logging plugin definition | org.apache.shardingsphere.agent.plugin.logging.base.definition.BaseLoggingPluginDefinitionService |
| Jaeger | Jaeger plugin definition | org.apache.shardingsphere.agent.plugin.tracing.jaeger.definition.JaegerPluginDefinitionService |
| OpenTelemetry | OpenTelemetryTracing plugin definition | org.apache.shardingsphere.agent.plugin.tracing.opentelemetry.definition.OpenTelemetryTracingPluginDefinitionService |
| OpenTracing | OpenTracing plugin definition | org.apache.shardingsphere.agent.plugin.tracing.opentracing.definition.OpenTracingPluginDefinitionService |
| Zipkin | Zipkin plugin definition | org.apache.shardingsphere.agent.plugin.tracing.zipkin.definition.ZipkinPluginDefinitionService |
