Skip to content

Commit

Permalink
Remove TODOs from metrics.proto. Remaining todos are bugs against spe…
Browse files Browse the repository at this point in the history
…cification/proto library. (#293)
  • Loading branch information
jsuereth authored Apr 19, 2021
1 parent 493f9f8 commit 185e47a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ message Metric {
// described by http://unitsofmeasure.org/ucum.html.
string unit = 3;

// TODO: Decide if support for RawMeasurements (measurements recorded using
// the synchronous instruments) is necessary. It can be used to delegate the
// aggregation from the application to the agent/collector. See
// https://github.com/open-telemetry/opentelemetry-specification/issues/617

// Data determines the aggregation type (if any) of the metric, what is the
// reported value type for the data points, as well as the relatationship to
// the time interval over which they are reported.
Expand Down

0 comments on commit 185e47a

Please sign in to comment.