All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.tls.PutLogRequest.proto Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
syntax = "proto3";
package pb;
option go_package = "./;pb";
message LogContent
{
  string Key = 1;
  string Value = 2;
}

message Log
{
  int64 Time = 1;// UNIX Time Format
  repeated LogContent Contents = 2;
}

message LogTag
{
  string Key = 1;
  string Value = 2;
}

message LogGroup
{
  repeated Log Logs = 1;
  string Source = 2;
  repeated LogTag LogTags = 3;
  string FileName = 4;
  string ContextFlow = 5; //该字段暂无效用
}

message LogGroupList
{
  repeated LogGroup LogGroups = 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy