(config: Config)
| 44 | let isMetricsInitialized = false; |
| 45 | |
| 46 | function getCommonAttributes(config: Config): Attributes { |
| 47 | return { |
| 48 | 'session.id': config.getSessionId(), |
| 49 | }; |
| 50 | } |
| 51 | |
| 52 | export function getMeter(): Meter | undefined { |
| 53 | if (!cliMeter) { |
no test coverage detected