InfluxDB.Client.Net icon indicating copy to clipboard operation
InfluxDB.Client.Net copied to clipboard

Intermittent issue :- AdysTech.InfluxDB.Client.Net.ServiceUnavailableException

Open anubhav123455 opened this issue 4 months ago • 0 comments

Hi,

Getting below error Intermittently, while sending data to Grafana

Version used:- 0.25.0

System.AggregateException: One or more errors occurred. ---> AdysTech.InfluxDB.Client.Net.ServiceUnavailableException: InfluxDB service is not available ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it [::1]:8086 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception) at AdysTech.InfluxDB.Client.Net.InfluxDBClient.<PostPointsAsync>d__17.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at AdysTech.InfluxDB.Client.Net.InfluxDBClient.<PostPointsAsync>d__30.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at Automation.Integration.Grafana.InfluxReporter.<ReportDatapointsAsync>d__4.MoveNext()<---

anubhav123455 avatar Feb 21 '24 08:02 anubhav123455