Skip to content

Commit

Permalink
Separate the Instrument from the Snap
Browse files Browse the repository at this point in the history
- before, the Instrument object would contain the snap
  - this seemed like a good idea at the time
  - but isn't, because we cannot instantiate an Instrument
- introduces the Telemetry::Instrument::Snap role
  - which is mostly what Telemetry::Instrument was
  - minus "formats" and "columns"
- should make it easy to make a Telemetry::Instrument::AdHoc
  - which could e.g. just take a number of variables to snap
  • Loading branch information
lizmat committed Nov 8, 2017
1 parent b0cda59 commit f8e1a5f
Showing 1 changed file with 227 additions and 194 deletions.

0 comments on commit f8e1a5f

Please sign in to comment.