We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c77da35 + 0dc5981 commit d0633eaCopy full SHA for d0633ea
tcnapi/exile/gate/v2/public.proto
@@ -593,6 +593,8 @@ message SubmitJobResultsRequest {
593
Container container = 8; // Container information (if running in container)
594
EnvironmentVariables environment_variables = 9; // Environment variables
595
SystemProperties system_properties = 10; // System properties
596
+ repeated HikariPoolMetrics hikari_pool_metrics = 11; // Hikari pool metrics
597
+ ConfigDetails config_details = 12; // Config details
598
message OperatingSystem {
599
string name = 1; // OS name (e.g., "Linux", "Windows")
600
string version = 2; // OS version
0 commit comments