Commit Graph

4 Commits

Author SHA1 Message Date
Toby Lawrence 36834dd6c6
refactor: next-generation metrics (#80) 2020-09-26 22:26:39 -04:00
Akhil Velagapudi c766fc0d47
Bump dependencies of metrics-runtime (#74) 2020-06-05 08:39:05 -04:00
Daniel Fox Franke cf5691fe2a Migrate to core::futures (#65)
* Migrate to core::futures

This drops all dependencies on the 'futures' crate, and upgrades to
hyper-0.13 and tokio-0.2. Methods that return futures now use
async/await.

Since hyper has removed hyper_run(), I have in turn removed the
HttpExporter::run() method. The user should just call async_run()
and spawn or await the result however they wish.

* Bump CI minimum rust to 1.39 for async/await

Co-authored-by: Toby Lawrence <tobz@users.noreply.github.com>
2020-01-14 23:11:42 -05:00
Toby Lawrence f14d645cfb Add CI via Azure Pipelines to actually run all our new tests. 2019-05-29 23:07:14 -04:00