Skip to content

Commit f674adf

Browse files
Remove irrelevant comments from metric name field (#512)
1 parent ac3242b commit f674adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry/proto/metrics/v1/metrics.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ message ScopeMetrics {
168168
message Metric {
169169
reserved 4, 6, 8;
170170

171-
// name of the metric, including its DNS name prefix. It must be unique.
171+
// name of the metric.
172172
string name = 1;
173173

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

0 commit comments

Comments
 (0)