On Github rukletsov / mesos-billing-presentation
Alexander Rukletsov alex@mesosphere.com
(hacking in Cabo with Niklas)
Mesos endpoint
↓
Mesos-InfluxDB bridge
↓
InfluxDB
↓
Grafana
struct AccountingEvent {
std::string id;
FrameworkID frameworkId;
Resource resource;
std::string what; // reservation, allocation, usage
process::Time timestamp;
};