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
# Required: The stability of the component - See https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#stability-levels
# Required for deprecated components: The deprecation information for the deprecated components - See https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#deprecation-information
56
26
deprecation:
57
27
<component>:
@@ -163,10 +133,9 @@ metrics:
163
133
monotonic: bool
164
134
# Required for sum metric: whether reported values incorporate previous measurements
165
135
# (cumulative) or not (delta).
166
-
aggregation_temporality:
167
-
<delta|cumulative>
168
-
# Optional: Indicates the type the metric needs to be parsed from. If set, the generated
169
-
# functions will parse the value from string to value_type.
136
+
aggregation_temporality: <delta|cumulative>
137
+
# Optional: Indicates the type the metric needs to be parsed from. If set, the generated
138
+
# functions will parse the value from string to value_type.
170
139
input_type: string
171
140
# Optional: array of attributes that were defined in the attributes section that are emitted by this metric.
172
141
attributes: [string]
@@ -176,9 +145,6 @@ metrics:
176
145
level: <development|alpha|beta|stable|deprecated>
177
146
# Optional: the version current stability was introduced
178
147
from:
179
-
# Optional: the reference to a semantic convention
180
-
semantic_convention:
181
-
ref:
182
148
183
149
# Optional: map of event names with the key being the event name and value
184
150
# being described below.
@@ -219,6 +185,7 @@ tests:
219
185
top: [string] # Optional: array of strings representing functions that should be ignore via IgnoreTopFunction
220
186
any: [string] # Optional: array of strings representing functions that should be ignore via IgnoreAnyFunction
221
187
188
+
222
189
# Optional: map of metric names with the key being the metric name and value
0 commit comments