public interface Collector
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Collector.AgentConfigUpdater |
static interface |
Collector.AggregateReader |
static interface |
Collector.AggregateVisitor |
static interface |
Collector.TraceReader |
static interface |
Collector.TraceVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
collectAggregates(Collector.AggregateReader aggregateReader) |
void |
collectGaugeValues(List<CollectorServiceOuterClass.GaugeValueMessage.GaugeValue> gaugeValues) |
void |
collectTrace(Collector.TraceReader traceReader) |
void |
init(List<File> confDirs,
CollectorServiceOuterClass.InitMessage.Environment environment,
AgentConfigOuterClass.AgentConfig agentConfig,
Collector.AgentConfigUpdater agentConfigUpdater) |
void |
log(CollectorServiceOuterClass.LogMessage.LogEvent logEvent) |
void collectAggregates(Collector.AggregateReader aggregateReader) throws Exception
Exceptionvoid collectGaugeValues(List<CollectorServiceOuterClass.GaugeValueMessage.GaugeValue> gaugeValues) throws Exception
Exceptionvoid collectTrace(Collector.TraceReader traceReader) throws Exception
Exceptionvoid init(List<File> confDirs, CollectorServiceOuterClass.InitMessage.Environment environment, AgentConfigOuterClass.AgentConfig agentConfig, Collector.AgentConfigUpdater agentConfigUpdater) throws Exception
Exceptionvoid log(CollectorServiceOuterClass.LogMessage.LogEvent logEvent) throws Exception
ExceptionCopyright © 2011–2020 Glowroot contributors. All rights reserved.