Class: KairosDB::Client
- Inherits:
-
Object
- Object
- KairosDB::Client
- Includes:
- HTTP, Logging, Query::Core, Query::Metrics
- Defined in:
- lib/kairosdb/client.rb
Constant Summary
Constants included from Query::Core
Query::Core::KAIROSDB_DELETE_PATH, Query::Core::KAIROSDB_QUERY_PATH, Query::Core::KAIROSDB_WRITE_PATH
Constants included from Logging
Instance Attribute Summary collapse
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#writer ⇒ Object
readonly
Returns the value of attribute writer.
Instance Method Summary collapse
- #initialize(opts = {}) ⇒ Object constructor
Methods included from Query::Metrics
Methods included from Query::Core
Methods included from Logging
Methods included from HTTP
Constructor Details
Instance Attribute Details
#config ⇒ Object (readonly)
Returns the value of attribute config.
3 4 5 |
# File 'lib/kairosdb/client.rb', line 3 def config @config end |
#writer ⇒ Object (readonly)
Returns the value of attribute writer.
3 4 5 |
# File 'lib/kairosdb/client.rb', line 3 def writer @writer end |