[CHANGE] Counter time series will now always be exposed with _total, and counter metrics will have a _total suffix stripped. This is as the internal data model is now OpenMetrics, rather than Prometheus Text Format (300)
[CHANGE] Samples now use a namedtuple (300)
[FEATURE] Add OpenMetrics exposition and parser (300 306)
[FEATURE] Add Info, Stateset, Enum, GaugeHistogram support for OpenMetrics (300)
[FEATURE] Add timestamp support for Prometheus text format exposition (300)
[FEATURE] Add garbage collection metrics (301)
[ENHANCEMENT] If reading multiprocess file, open it readonly. (307)
[BUGFIX] Fix bug in WSGI app code. (307)
[BUGFIX] Write to multiprocess files directly (315)