Skip to content

Commit 957e0bf

Browse files
Update api/src/metrics/Metric.ts
Added the suggested change Co-authored-by: Marc Pichler <[email protected]>
1 parent d7c17af commit 957e0bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/metrics/Metric.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ export interface MetricAdvice {
3535
* @experimental
3636
* An allow-list of attribute keys for this instrument. Only these keys will be kept
3737
* 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
4038
*/
4139
attributes?: string[];
4240
}

0 commit comments

Comments
 (0)