Method: InfluxDB2::Client#health
- Defined in:
- lib/influxdb2/client/client.rb
#health ⇒ HealthCheck
Deprecated.
Use ‘ping` instead
Get the health of an instance.
117 118 119 |
# File 'lib/influxdb2/client/client.rb', line 117 def health HealthApi.new(options: ).health end |