We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793cfbd commit 1608f92Copy full SHA for 1608f92
opentelemetry/proto/common/v1/common.proto
@@ -72,6 +72,10 @@ message InstrumentationScope {
72
// An empty instrumentation scope name means the name is unknown.
73
string name = 1;
74
string version = 2;
75
+
76
+ // Additional attributes that describe the scope. [Optional].
77
+ // Attribute keys MUST be unique (it is not allowed to have more than one
78
+ // attribute with the same key).
79
repeated KeyValue attributes = 3;
80
uint32 dropped_attributes_count = 4;
81
}
0 commit comments