(metricName: string, incrementBy: number)
| 17 | getMetric(metricName: string): number; |
| 18 | getMetrics(): { [key: string]: number }; |
| 19 | incrementMetric(metricName: string, incrementBy: number): void; |
| 20 | putAttribute(attribute: string, value: string): void; |
| 21 | putMetric(metricName: string, value: number): void; |
| 22 | removeMetric(metricName: string): void; |
no outgoing calls
no test coverage detected