feat: add prometheus and protobuf messages
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
7
proto/nodata/v1/nodata_storage.proto
Normal file
7
proto/nodata/v1/nodata_storage.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package nodata.v1;
|
||||
|
||||
message Log {
|
||||
repeated bytes messages = 1;
|
||||
}
|
Reference in New Issue
Block a user