GetRootReporter returns the root metrics reporter.
()
| 67 | |
| 68 | // GetRootReporter returns the root metrics reporter. |
| 69 | func GetRootReporter() *Reporter { |
| 70 | return reporterFactory.GetRootReporter() |
| 71 | } |
| 72 | |
| 73 | // GetReporter returns reporter given tableName and shardID. If the corresponding |
| 74 | // reporter cannot be found. It will return the root scope. |
no test coverage detected