Skip to content

Commit

Permalink
Remove irrelevant comments from metric name field
Browse files Browse the repository at this point in the history
The comment was incorrect and misleading.

Fixes open-telemetry#511
  • Loading branch information
tigrannajaryan committed Nov 1, 2023
1 parent ac3242b commit 5ec9743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ message ScopeMetrics {
message Metric {
reserved 4, 6, 8;

// name of the metric, including its DNS name prefix. It must be unique.
// name of the metric.
string name = 1;

// description of the metric, which can be used in documentation.
Expand Down

0 comments on commit 5ec9743

Please sign in to comment.