Method: InfluxDB2::Client#health

Defined in:
lib/influxdb2/client/client.rb

#healthHealthCheck

Deprecated.

Use ‘ping` instead

Get the health of an instance.

Returns:



117
118
119
# File 'lib/influxdb2/client/client.rb', line 117

def health
  HealthApi.new(options: @options).health
end