diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-17 18:08:56 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-17 18:08:56 +0200 |
| commit | 4562f52c9b540944200b33d4ffbd60b3cbc5ee79 (patch) | |
| tree | 82d028faf5a0555cb80ce9602890a3257ef695c2 /opendc-common/src/main/resources/schema.proto | |
| parent | 78a9d920cc8aca951aff798272b0d5e7a2e356b9 (diff) | |
Diffstat (limited to 'opendc-common/src/main/resources/schema.proto')
| -rw-r--r-- | opendc-common/src/main/resources/schema.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opendc-common/src/main/resources/schema.proto b/opendc-common/src/main/resources/schema.proto index d0aa18d5..ea515a39 100644 --- a/opendc-common/src/main/resources/schema.proto +++ b/opendc-common/src/main/resources/schema.proto @@ -11,4 +11,6 @@ message ProtoExport { int32 tasksactive = 3; double cpuutilization = 4; double energyusage = 5; -}
\ No newline at end of file + double uptime = 6; + double downtime = 7; +} |
