Skip to content

Commit

Permalink
feat!: remove label keys as they are no longer part of the spec (open…
Browse files Browse the repository at this point in the history
…-telemetry#1126)

Co-authored-by: Mayur Kale <[email protected]>
  • Loading branch information
dyladan and mayurkale22 committed Feb 18, 2021
1 parent f9222ec commit 65d2710
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/src/metrics/Metric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export interface MetricOptions {
*/
unit?: string;

/** The list of label keys for the Metric. */
labelKeys?: string[];

/** The map of constant labels for the Metric. */
constantLabels?: Map<string, string>;

Expand Down

0 comments on commit 65d2710

Please sign in to comment.