Olivia5k / piper

Build system that builds and very little more

Home Page:http://thiderman.org/piper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add statistics base class

Olivia5k opened this issue · comments

We need an abstract class that defines what should be done with the metadata about builds.

  • Decide what to call it. stats? statistics?
  • Add send() method that would read configuration and send the produced statistics to a destination. Example could be to ElasticSearch.
  • Add execution of class into Build(), regardless of build success.