Skip to content

Commit

Permalink
Update comment on opentelemetry/proto/metrics/v1/metrics.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
gcacace and MrAlias authored Nov 4, 2020
1 parent 6494b27 commit 70c7b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ message DoubleHistogramDataPoint {
repeated DoubleExemplar exemplars = 8;
}

// SummaryDataPoint is a single data point in a timeseries that describes the
// DoubleSummaryDataPoint is a single data point in a timeseries that describes the
// time-varying values of a Summary metric.
message DoubleSummaryDataPoint {
// The set of labels that uniquely identify this timeseries.
Expand Down Expand Up @@ -630,4 +630,4 @@ message DoubleExemplar {
// trace_id may be missing if the measurement is not recorded inside a trace
// or if the trace is not sampled.
bytes trace_id = 5;
}
}

0 comments on commit 70c7b09

Please sign in to comment.