Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit a758655

Browse files
author
Bogdan Drutu
authored
Move exemplars in the Bucket. (#70)
* Move exemplars in the Bucket. * Use singular for exemplar.
1 parent 0f8977f commit a758655

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opencensus/proto/metrics/metrics.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ message DistributionValue {
207207
// The number of values in each bucket of the histogram, as described in
208208
// bucket_bounds.
209209
int64 count = 1;
210+
211+
// If the distribution does not have a histogram, then omit this field.
212+
Exemplar exemplar = 2;
210213
}
211214

212215
// If the distribution does not have a histogram, then omit this field.
@@ -228,7 +231,4 @@ message DistributionValue {
228231
// Contextual information about the example value.
229232
map<string, string> attachments = 3;
230233
}
231-
232-
// If the distribution does not have a histogram, then omit this field.
233-
repeated Exemplar exemplars = 6;
234234
}

0 commit comments

Comments
 (0)