You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/OpenTelemetry.Exporter.OpenTelemetryProtocol/Implementation/opentelemetry/proto/metrics/v1/metrics.proto
+9
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,15 @@ message Metric {
188
188
ExponentialHistogramexponential_histogram=10;
189
189
Summarysummary=11;
190
190
}
191
+
192
+
// Additional metadata attributes that describe the metric. [Optional].
193
+
// Attributes are non-identifying.
194
+
// Consumers SHOULD NOT need to be aware of these attributes.
195
+
// These attributes MAY be used to encode information allowing
196
+
// for lossless roundtrip translation to / from another data model.
197
+
// Attribute keys MUST be unique (it is not allowed to have more than one
0 commit comments