prometheus/retrieval/format
Bernerd Schaefer dfd5c9ce28 Refactor processor for 0.0.2 schema
Primary changes:

* Strictly typed unmarshalling of metric values
* Schema types are contained by the processor (no "type entity002")

Minor changes:

* Added ProcessorFunc type for expressing processors as simple
  functions.
* Added non-destructive `Merge` method to `model.LabelSet`
2013-04-26 11:52:26 +02:00
..
discriminator.go Add version 0.0.2 processor 2013-04-25 17:37:16 +02:00
discriminator_test.go Use Content-Type data for telemetry versioning 2013-04-25 16:05:37 +02:00
interface_test.go Support versioned telemetry providers. 2013-01-27 17:45:50 +01:00
processor.go Refactor processor for 0.0.2 schema 2013-04-26 11:52:26 +02:00
processor0_0_1.go Fix scrape timestamps to reduce sample time jitter. 2013-04-13 03:45:37 +02:00
processor0_0_1_test.go Refresh SampleValue to 64-bit floating point. 2013-04-21 20:31:50 +02:00
processor0_0_2.go Refactor processor for 0.0.2 schema 2013-04-26 11:52:26 +02:00
processor0_0_2_test.go Refactor processor for 0.0.2 schema 2013-04-26 11:52:26 +02:00
result.go Update import paths to new location. 2013-01-27 18:49:45 +01:00