wl4g commented on issue #14724:
URL: 
https://github.com/apache/shardingsphere/issues/14724#issuecomment-1011696840


   My agent.yaml is:
   ```yaml
   applicationName: cn_south1_a1_shardingproxy_0
   ignoredPluginNames: #[] # Otherwise a null pointer is reported when 
instantiating(5.1.0).
     #- Logging
     #- Prometheus
     - Zipkin
     - Jaeger
     #- Opentracing
     - OpenTelemetry
   
   plugins:
     Logging:
       props:
         LEVEL: "DEBUG"
     Prometheus:
       host:  "localhost"
       port: 10108
       props:
         JVM_INFORMATION_COLLECTOR_ENABLED : "true"
     Opentracing:
       props:
         OPENTRACING_TRACER_CLASS_NAME: 
"org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer"
     #OpenTelemetry:
     #  props:
     #    # Resource info of opentelemetry, multiple configurations can be 
separated by ','
     #    otel.resource.attributes: "service.name=cn-south1-a1-shardingproxy"
     #    otel.traces.exporter: "zipkin"
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to