summaryrefslogtreecommitdiff
path: root/opendc-common/src/main/resources/schema.proto
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-common/src/main/resources/schema.proto')
-rw-r--r--opendc-common/src/main/resources/schema.proto14
1 files changed, 14 insertions, 0 deletions
diff --git a/opendc-common/src/main/resources/schema.proto b/opendc-common/src/main/resources/schema.proto
new file mode 100644
index 00000000..d0aa18d5
--- /dev/null
+++ b/opendc-common/src/main/resources/schema.proto
@@ -0,0 +1,14 @@
+syntax = "proto3";
+
+package proto;
+
+option java_package = "org.opendc.common";
+option java_outer_classname = "ProtobufMetrics";
+
+message ProtoExport {
+ string timestamp = 1;
+ string host_id = 2;
+ int32 tasksactive = 3;
+ double cpuutilization = 4;
+ double energyusage = 5;
+} \ No newline at end of file