Skip to content

Commit

Permalink
Update opentelemetry/proto/metrics/v1/metrics.proto
Browse files Browse the repository at this point in the history
Co-authored-by: jack-berg <[email protected]>
  • Loading branch information
dashpole and jack-berg authored Dec 12, 2023
1 parent a716726 commit 928e06b
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 @@ -196,7 +196,7 @@ message Metric {
// for lossless roundtrip translation to / from another data model.
// Attribute keys MUST be unique (it is not allowed to have more than one
// attribute with the same key).
repeated opentelemetry.proto.common.v1.KeyValue metadata_attributes = 12;
repeated opentelemetry.proto.common.v1.KeyValue metadata = 12;
}

// Gauge represents the type of a scalar metric that always exports the
Expand Down

0 comments on commit 928e06b

Please sign in to comment.