telemetry 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f909b582e2a38ba2ff587a7086f2da0f591f06c1
4
- data.tar.gz: e0580f90598446e0382b48f59a1d3918cc878e49
3
+ metadata.gz: 75ba202796c6dbc8d3b3c214beed2e4b0acc8095
4
+ data.tar.gz: fc31280881f5f70d27962ced5ab9539e3ee459a5
5
5
  SHA512:
6
- metadata.gz: c6cc0c9d27fce5739e05d584682c8c6d484780a0b178d16901a91bfe47221de2e46d866a967b95526626c6fec5fc5d7a706f258aa0db7527b88f4920cb722b7c
7
- data.tar.gz: 156f530fb37ed5fabc4790e6a23b775c840340508079b4ab9ff09fc2e2d63a8805dd82c7c3e696b2dffb2eb0b0534741667295072ef6bfdbc33b002792abbd61
6
+ metadata.gz: 4779c78cec203bc15ab03c504b8943262abeafe7c0be67394f8afaf9e47815e56211c01b62b5a9153fd41d1848d425c58d78264b5867d70ce87c04a3e1a5c41b
7
+ data.tar.gz: bb88479dc9b2aed5fd8c12849791eb9f031cbb186400adee5d87819d51d11ea8e6e612547728d8d8289da33db39f34bbf2b08fb7925d91ca1f82171c4108d10b
data/README.md CHANGED
@@ -179,7 +179,11 @@ To specify a logfile:
179
179
 
180
180
  $ telemetryd.rb -l /var/log/telemetry.log
181
181
 
182
- Omitting the -d will start the process in the foreground and log to stdout. This is useful for debugging your config file. The daemon can be started with -o to run once and exit.
182
+ To enable debugging output:
183
+
184
+ $ telemetryd.rb --debug
185
+
186
+ Omitting the -d will start the process in the foreground and log to stdout. This is useful for debugging your config file. The daemon can be started with -o to run once and exit. Use --debug for enhanced debug logging.
183
187
 
184
188
  Custom update intervals are supported on a per flow basis. To configure the update interval append an integer with the number of seconds to update as per the following:
185
189
 
@@ -374,14 +374,11 @@ module Telemetry
374
374
  property :title
375
375
  property :expires_at
376
376
  property :priority
377
- property :aggregation
378
- property :color
377
+ property :baseline
379
378
  property :interval
380
379
  property :interval_count
381
- property :label
382
380
  property :renderer
383
- property :value
384
- property :value_type
381
+ property :series_metadata
385
382
  property :values
386
383
  end
387
384
 
@@ -416,6 +413,8 @@ module Telemetry
416
413
  property :delta_type
417
414
  property :sparkline
418
415
  property :label
416
+ property :rounding
417
+ property :abbreviate, :default => true
419
418
  end
420
419
 
421
420
  # Waterfall
@@ -1,3 +1,3 @@
1
1
  module Telemetry
2
- TELEMETRY_VERSION = "1.4.0"
2
+ TELEMETRY_VERSION = "1.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telemetry
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - W. Gersham Meharg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-28 00:00:00.000000000 Z
11
+ date: 2014-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj