Skip to content

Commit

Permalink
Revert "Remove deprecated messages and fields from metrics (open-tele…
Browse files Browse the repository at this point in the history
…metry#342)"

This reverts commit 8ba33cc.
  • Loading branch information
MikeGoldsmith authored and VinozzZ committed Jun 21, 2024
1 parent 6db0c27 commit 62c8ebf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions opentelemetry/proto/metrics/v1/metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ message ScopeMetrics {
// when the start time is truly unknown, setting StartTimeUnixNano is
// strongly encouraged.
message Metric {
reserved 4, 6, 8;

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

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

0 comments on commit 62c8ebf

Please sign in to comment.