MCPcopy
hub / github.com/uber/aresdb / GetRootReporter

Function GetRootReporter

utils/di.go:69–71  ·  view source on GitHub ↗

GetRootReporter returns the root metrics reporter.

()

Source from the content-addressed store, hash-verified

67
68// GetRootReporter returns the root metrics reporter.
69func 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.

Callers 15

reportBatchStatMethod · 0.92
NewHostMemoryManagerFunction · 0.92
ReportManagedObjectMethod · 0.92
tryEvictionMethod · 0.92
ExtendEnumDictMethod · 0.92
FetchSchemaMethod · 0.92
applySchemaChangeMethod · 0.92
reportErrorFunction · 0.92
flushResultBufferMethod · 0.92
prepareTimezoneTableMethod · 0.92
reportAllocatedMemoryFunction · 0.92

Calls 1

GetRootReporterMethod · 0.80

Tested by

no test coverage detected