|
Change Parameter Type gauges : SortedMap<String,Gauge> to gauges : Map<String,Gauge> in method public getLongGauge(gauges Map<String,Gauge>, key String) : Gauge<Long> in class com.navercorp.pinpoint.profiler.monitor.codahale.MetricMonitorValues |
From |
To |
|
Change Parameter Type gauges : SortedMap<String,Gauge> to gauges : Map<String,Gauge> in method public getDoubleGauge(gauges Map<String,Gauge>, key String) : Gauge<Double> in class com.navercorp.pinpoint.profiler.monitor.codahale.MetricMonitorValues |
From |
To |
|
Change Parameter Type idGenerator : AtomicIdGenerator to idGenerator : IdGenerator in method public DefaultTransactionCounter(idGenerator IdGenerator) in class com.navercorp.pinpoint.profiler.context.DefaultTransactionCounter |
From |
To |
|
Change Parameter Type agentStatCollectorFactory : AgentStatCollectorFactory to agentStatCollector : AgentStatMetricCollector<TAgentStat> in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, collectionInterval long, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |
|
Change Parameter Type gauges : SortedMap<String,Gauge<?>> to gauges : Map<String,Gauge<?>> in method public getGauge(gauges Map<String,Gauge<?>>, key String, defaultGauge Gauge<T>) : Gauge<T> in class com.navercorp.pinpoint.profiler.monitor.codahale.MetricMonitorValues |
From |
To |
|
Change Parameter Type idGenerator : AtomicIdGenerator to idGenerator : IdGenerator in method public TraceFactoryProvider(callStackFactory CallStackFactory, storageFactory StorageFactory, sampler Sampler, idGenerator IdGenerator, traceIdFactory TraceIdFactory, asyncIdGenerator AsyncIdGenerator, activeTraceRepository ActiveTraceRepository, spanFactory SpanFactory, recorderFactory RecorderFactory) in class com.navercorp.pinpoint.profiler.context.provider.TraceFactoryProvider |
From |
To |
|
Change Parameter Type numStatsPerBatch : int to dataSender : DataSender in method private CollectJob(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Change Parameter Type agentStatCollectorFactory : AgentStatCollectorFactory to agentStatCollector : AgentStatMetricCollector<TAgentStat> in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |
|
Move Attribute private activeTraceMetricCollector : ActiveTraceMetricCollector from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob to private activeTraceMetricCollector : ActiveTraceMetricCollector from class com.navercorp.pinpoint.profiler.monitor.collector.AgentStatCollector |
From |
To |
|
Move Attribute private dataSender : DataSender from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor to private dataSender : DataSender from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Move Attribute private agentId : String from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor to private agentId : String from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Move Attribute private numCollectionsPerBatch : int from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor to private numCollectionsPerBatch : int from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Move Attribute private transactionMetricCollector : TransactionMetricCollector from class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob to private transactionMetricCollector : TransactionMetricCollector from class com.navercorp.pinpoint.profiler.monitor.collector.AgentStatCollector |
From |
To |
|
Change Variable Type agentStatCollectorFactory : AgentStatCollectorFactory to agentStatCollector : AgentStatMetricCollector<TAgentStat> in method public testAgentStatMonitor() : void in class com.navercorp.pinpoint.test.monitor.AgentStatMonitorTest |
From |
To |
|
Change Variable Type expectedNumberOfTransactions : long to expectedNumberOfTransactions : Long in method public checkCalculationFor_0_Transaction() : void in class com.navercorp.pinpoint.profiler.monitor.metric.transaction.DefaultTransactionMetricTest |
From |
To |
|
Change Variable Type expectedNumberOfTransactions : long to expectedNumberOfTransactions : Long in method public checkCalculationFor_100_Transaction() : void in class com.navercorp.pinpoint.profiler.monitor.metric.transaction.DefaultTransactionMetricTest |
From |
To |
|
Change Variable Type expectedNumberOfTransactionsPerCollection : long to expectedNumberOfTransactionsPerCollection : Long in method public checkContinuousTransactions() : void in class com.navercorp.pinpoint.profiler.monitor.metric.transaction.DefaultTransactionMetricTest |
From |
To |
|
Change Variable Type expectedNumberOfTransactions : long to expectedNumberOfTransactions : Long in method public checkCalculationFor_1_Transaction() : void in class com.navercorp.pinpoint.profiler.monitor.metric.transaction.DefaultTransactionMetricTest |
From |
To |
|
Change Variable Type expectedNumberOfTransactions : long to expectedNumberOfTransactions : Long in method public negative_Transaction_should_return_0() : void in class com.navercorp.pinpoint.profiler.monitor.metric.transaction.DefaultTransactionMetricTest |
From |
To |
|
Rename Parameter startTime : long to agentStartTimestamp : long in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |
|
Rename Parameter startTime : long to agentStartTimestamp : long in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, collectionInterval long, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |
|
Rename Parameter agentStatCollectorFactory : AgentStatCollectorFactory to agentStatCollector : AgentStatMetricCollector<TAgentStat> in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, collectionInterval long, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |
|
Rename Parameter numStatsPerBatch : int to numCollectionsPerBatch : int in method private CollectJob(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Rename Parameter numStatsPerBatch : int to dataSender : DataSender in method private CollectJob(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>, numCollectionsPerBatch int) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor.CollectJob |
From |
To |
|
Rename Parameter agentStatCollectorFactory : AgentStatCollectorFactory to agentStatCollector : AgentStatMetricCollector<TAgentStat> in method public DefaultAgentStatMonitor(dataSender DataSender, agentId String, agentStartTimestamp long, agentStatCollector AgentStatMetricCollector<TAgentStat>) in class com.navercorp.pinpoint.profiler.monitor.DefaultAgentStatMonitor |
From |
To |