VictoriaMetrics / vmctl

Victoria Metrics command line tool
36 stars 8 forks source link

influx error: ERROR i.m.influx.InfluxMeterRegistry - failed to send metrics to influx #11

Closed nithinsridhar closed 4 years ago

nithinsridhar commented 4 years ago

I configured in YML file like below:

management: metrics: export: influx: db: pizza step: '1m ' uri: http://xxx:8086

======================================== I'm running influxdb in GCP server and ip address and port is open to public and I access in grafana but it's thowring below error please help

[SpringContextShutdownHook] ERROR i.m.influx.InfluxMeterRegistry - failed to send metrics to influx java.net.SocketTimeoutException: Read timed out at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.socketRead(SocketInputStream.java:116) at java.net.SocketInputStream.read(SocketInputStream.java:171) at java.net.SocketInputStream.read(SocketInputStream.java:141)

hagen1778 commented 4 years ago

Hello @nithinsridhar! Is the issue described above connected to vmctl?

hagen1778 commented 4 years ago

Closing due to inactivity. Feel free to reopen.