Skip to content

Commit

Permalink
Change chain id type to in64
Browse files Browse the repository at this point in the history
  • Loading branch information
dkeysil committed Jan 19, 2024
1 parent 9ec9f5a commit c918ca2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions protocol/bot_metrics.pb.go

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

4 changes: 2 additions & 2 deletions protocol/bot_metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message MetricSummary {
double p95 = 6;
string details = 7;
int32 shardId = 8;
uint64 chainId = 9;
int64 chainId = 9;
}

message AgentMetric {
Expand All @@ -29,7 +29,7 @@ message AgentMetric {
double value = 4;
string details = 5;
int32 shardId = 6;
uint64 chainId = 7;
int64 chainId = 7;
}

message AgentMetricList {
Expand Down

0 comments on commit c918ca2

Please sign in to comment.