Skip to content

Commit

Permalink
Update protobuf files (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt authored Feb 23, 2024
1 parent f22c797 commit bbc061d
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 95 deletions.
7 changes: 7 additions & 0 deletions cognite/client/_proto/data_points.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ message NumericDatapoint {
int64 timestamp = 1;
double value = 2;
Status status = 3;
bool nullValue = 4;
}

message NumericDatapoints {
Expand Down Expand Up @@ -40,6 +41,12 @@ message AggregateDatapoint {
double continuousVariance = 9;
double discreteVariance = 10;
double totalVariation = 11;
double countGood = 12;
double countUncertain = 13;
double countBad = 14;
double durationGood = 15;
double durationUncertain = 16;
double durationBad = 17;
}

message AggregateDatapoints {
Expand Down
Loading

0 comments on commit bbc061d

Please sign in to comment.