dlmarion opened a new issue, #2785: URL: https://github.com/apache/accumulo/issues/2785
When Micrometer is enabled and configured in Accumulo, but the metric destination is not reachable, a warning is made in the log frequently. ``` 2022-06-24T17:26:23,227 [channel.FluxReceive] WARN : [29ae5f57, L:/127.0.0.1:59110 - R:127.0.0.1/127.0.0.1:8125] An exception has been observed post termination, use DEBUG level to see the full stack: java.net.PortUnreachableException: readAddress(..) failed: Connection refused ``` When OpenTelemetry is enabled and configured in Accumulo, but the trace span destination is not reachable, messages are printed in the log: ``` [OkHttp http://localhost:14250/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/127.0.0.1:14250 [OkHttp http://localhost:14250/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/127.0.0.1:14250 [OkHttp http://localhost:14250/...] ERROR io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter - Too many log messages detected. Will only log once per minute from now on. ``` -- 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]
