We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c17af commit 957e0bfCopy full SHA for 957e0bf
api/src/metrics/Metric.ts
@@ -35,8 +35,6 @@ export interface MetricAdvice {
35
* @experimental
36
* An allow-list of attribute keys for this instrument. Only these keys will be kept
37
* on measurements recorded by this instrument. If not provided, all attributes are kept.
38
- *
39
- * See: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/api.md#instrument-advisory-parameter-attributes
40
*/
41
attributes?: string[];
42
}
0 commit comments