Skip to content

Commit

Permalink
merge v3
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Dec 5, 2024
2 parents f54ee62 + 6f9ec55 commit b4ea46e
Show file tree
Hide file tree
Showing 10 changed files with 1,188 additions and 62 deletions.
128 changes: 85 additions & 43 deletions api/grpc/mpi/v1/command.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions api/grpc/mpi/v1/command.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions api/grpc/mpi/v1/command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,15 @@ message AgentConfig {
string message_buffer_size = 6;
}

// The command settings, associated with messaging from an external source
message CommandServer {}
// The command server settings, associated with messaging from an external source
message CommandServer {
// Server configuration (e.g., host, port, type)
mpi.v1.ServerSettings server = 1;
// Authentication configuration (e.g., token)
mpi.v1.AuthSettings auth = 2;
// TLS configuration for secure communication
mpi.v1.TLSSettings tls = 3;
}

// The metrics settings associated with origins (sources) of the metrics and destinations (exporter)
message MetricsServer {}
Expand Down
Loading

0 comments on commit b4ea46e

Please sign in to comment.