Move exemplars in the Bucket. (#70)

* Move exemplars in the Bucket.

* Use singular for exemplar.
pull/72/head
Bogdan Drutu 6 years ago committed by GitHub
parent 0f8977f637
commit a758655245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      opencensus/proto/metrics/metrics.proto

@ -207,6 +207,9 @@ message DistributionValue {
// The number of values in each bucket of the histogram, as described in
// bucket_bounds.
int64 count = 1;
// If the distribution does not have a histogram, then omit this field.
Exemplar exemplar = 2;
}
// If the distribution does not have a histogram, then omit this field.
@ -228,7 +231,4 @@ message DistributionValue {
// Contextual information about the example value.
map<string, string> attachments = 3;
}
// If the distribution does not have a histogram, then omit this field.
repeated Exemplar exemplars = 6;
}

Loading…
Cancel
Save