src/metrics/Metrics.js
export default class Metrics {
  getName() {
    return this.name;
  }
  getValue() {
    return this.value;
  }
}
    
  
    export default class Metrics {
  getName() {
    return this.name;
  }
  getValue() {
    return this.value;
  }
}