org.apache.shardingsphere.agent.spi.PluginBootService
Plugin startup service definition
| Configuration Type | Description | Fully-qualified class name |
|---|---|---|
| Prometheus | Prometheus plugin startup class | org.apache.shardingsphere.agent.plugin.metrics.prometheus.PrometheusPluginBootService |
| Logging | Logging plugin startup class | org.apache.shardingsphere.agent.plugin.logging.file.FileLoggingPluginBootService |
| Jaeger | Jaeger plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.jaeger.JaegerTracingPluginBootService |
| OpenTelemetry | OpenTelemetryTracing plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.opentelemetry.OpenTelemetryTracingPluginBootService |
| OpenTracing | OpenTracing plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.opentracing.OpenTracingPluginBootService |
| Zipkin | Zipkin plugin startup class | org.apache.shardingsphere.agent.plugin.tracing.zipkin.ZipkinTracingPluginBootService |
