| Package | Description |
|---|---|
| org.glowroot.agent.central | |
| org.glowroot.agent.impl | |
| org.glowroot.agent.init |
| Modifier and Type | Class and Description |
|---|---|
class |
CentralCollector |
| Constructor and Description |
|---|
TraceCollector(ConfigService configService,
Collector collector,
Clock clock,
com.google.common.base.Ticker ticker) |
TransactionProcessor(Collector collector,
TraceCollector traceCollector,
ConfigService configService,
long aggregateIntervalMillis,
Clock clock) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectorProxy |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentModule.onEnteringMain(ScheduledExecutorService backgroundExecutor,
Collector collector,
Instrumentation instrumentation,
File glowrootJarFile,
String mainClass) |
void |
CollectorProxy.setInstance(Collector instance) |
| Modifier and Type | Method and Description |
|---|---|
GlowrootAgentInit |
GlowrootAgentInitFactory.newGlowrootAgentInit(File dataDir,
boolean offlineViewer,
Class<? extends Collector> collectorProxyClass) |
| Constructor and Description |
|---|
NonEmbeddedGlowrootAgentInit(String collectorAddress,
String collectorAuthority,
Class<? extends Collector> customCollectorClass) |
Copyright © 2011–2020 Glowroot contributors. All rights reserved.