Skip to content

Commit

Permalink
[#9215] Fixed positions of metric measurers
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjin.kim2 authored and smilu97 committed Sep 21, 2022
1 parent 91f6cbd commit 4e93ef5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private List<Tuple3<String, JoinStatBo, Long>> serverRequestFlatMap(TBase<?, ?>
final String applicationId = applicationCache.findApplicationId(applicationKey);

if (ApplicationCache.NOT_FOUND_APP_ID.equals(applicationId)) {
logger.warn("can't found application id. agent id : {}, start time : {}.",joinAgentStatBo.getId(), joinAgentStatBo.getTimestamp());
logger.warn("can't found application id. agent id : {}, start time : {}.", joinAgentStatBo.getId(), joinAgentStatBo.getAgentStartTimestamp());
return EMPTY_LIST;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.navercorp.pinpoint.profiler.metric.buffer;
package com.navercorp.pinpoint.profiler.monitor.metric.buffer;

import com.navercorp.pinpoint.profiler.monitor.metric.buffer.BufferMetric;
import com.navercorp.pinpoint.profiler.monitor.metric.buffer.BufferMetricSnapshot;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.navercorp.pinpoint.profiler.metric.cpu.ibm;
package com.navercorp.pinpoint.profiler.monitor.metric.cpu.ibm;

import com.ibm.lang.management.OperatingSystemMXBean;
import com.navercorp.pinpoint.profiler.monitor.metric.cpu.CpuLoadMetric;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.navercorp.pinpoint.profiler.metric.cpu.oracle;
package com.navercorp.pinpoint.profiler.monitor.metric.cpu.oracle;

import com.navercorp.pinpoint.profiler.monitor.metric.cpu.CpuLoadMetric;
import com.navercorp.pinpoint.profiler.monitor.metric.cpu.CpuLoadMetricSnapshot;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package com.navercorp.pinpoint.profiler.metric.filedescriptor.oracle;
package com.navercorp.pinpoint.profiler.monitor.metric.filedescriptor.oracle;

import com.navercorp.pinpoint.profiler.monitor.metric.filedescriptor.FileDescriptorMetric;
import com.navercorp.pinpoint.profiler.monitor.metric.filedescriptor.FileDescriptorMetricSnapshot;
Expand Down

0 comments on commit 4e93ef5

Please sign in to comment.