package bosdyn.api.metrics_logging

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MetricsLoggingRobotService

metrics_logging_robot_service.proto:15

message AbsoluteMetricsSnapshot

absolute_metrics.proto:21

* Stores a collection of AbsoluteMetrics. The scalar values stored in this structure are meant to be cumulative.

message SignedProto

signed_proto.proto:33

* A custom signed format. Sequentially laid out: 4 bytes header 20 bytes fingerprint 512 bytes signature X bytes data. header -> When this format changes, we'll use the header to deliminate which format was used to generate this data. fingerprint -> The fingerprint of public key corresponding to the private key that was used to generate the signature. As keys rotate, this will allow the signature verifier to know what key to use to verify the signature. signature -> signature of the data field. data -> Contents specified by parent container. Usually contains a serialized protobuf.

Used in: GetAbsoluteMetricSnapshotResponse