Module: Nightfury
- Defined in:
- lib/nightfury.rb,
lib/nightfury/metric.rb,
lib/nightfury/version.rb,
lib/nightfury/identity.rb,
lib/nightfury/metric/value.rb,
lib/nightfury/metric/time_series.rb,
lib/nightfury/metric/avg_time_series.rb,
lib/nightfury/metric/count_time_series.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"1.0.1"
Class Attribute Summary collapse
-
.namespace ⇒ Object
Returns the value of attribute namespace.
-
.redis ⇒ Object
Returns the value of attribute redis.
Class Attribute Details
.namespace ⇒ Object
Returns the value of attribute namespace.
15 16 17 |
# File 'lib/nightfury.rb', line 15 def namespace @namespace end |
.redis ⇒ Object
Returns the value of attribute redis.
15 16 17 |
# File 'lib/nightfury.rb', line 15 def redis @redis end |