Skip to content

Commit

Permalink
chore: use uint64 instead of string for Inode
Browse files Browse the repository at this point in the history
Signed-off-by: Wassim DHIF <wassim.dhif@datadoghq.com>
  • Loading branch information
wdhif committed Dec 16, 2024
1 parent 9b9beb0 commit 28280e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/proto/datadog/model/v1/model.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ message GenerateContainerIDFromOriginInfoRequest {
message LocalData {
string containerIDFromSocket = 1;
string containerID = 2;
string Inode = 3;
uint64 Inode = 3;
string podUID = 4;
}

Expand Down
8 changes: 4 additions & 4 deletions pkg/proto/pbgo/core/model.pb.go

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

0 comments on commit 28280e3

Please sign in to comment.