Skip to content

Commit

Permalink
Update text/metrics/0117-min-max-last-sum-count-aggregator.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Abbott <aaronabbott@google.com>
  • Loading branch information
jmacd and aabmass authored Jul 9, 2020
1 parent 50a3fb9 commit 84ab1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/metrics/0117-min-max-last-sum-count-aggregator.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ message MetricDescriptor {
// This type contains an important optimization to avoid sending min, max, sum, and count
// values when there was a single value in the stream with count equal to 1.0, in which
// case only the last-value field is needed.
message MinMaxSumCountDataPoint {
message MinMaxLastSumCountDataPoint {
// The set of labels that uniquely identify this timeseries.
repeated opentelemetry.proto.common.v1.StringKeyValue labels = 1;
Expand Down

0 comments on commit 84ab1df

Please sign in to comment.