| edition = "2023"; | |
| package milotic_tlbmc; | |
| import "google/protobuf/duration.proto"; | |
| message Metrics { | |
| google.protobuf.Duration average_duration = 1; | |
| } | |
| message Trace { | |
| string from_checkpoint = 1; | |
| string to_checkpoint = 2; | |
| Metrics metrics = 3; | |
| } | |
| message Traces { | |
| repeated Trace traces = 1; | |
| } |