Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#9058] Add new Table to reduce agent list query time #9059

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

intr3p1d
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Jul 20, 2022

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Jul 20, 2022

Codecov Report

Merging #9059 (e9117a1) into master (e442658) will decrease coverage by 0.06%.
Report is 1 commits behind head on master.
The diff coverage is 20.98%.

@@             Coverage Diff              @@
##             master    #9059      +/-   ##
============================================
- Coverage     38.12%   38.07%   -0.06%     
- Complexity    11745    11755      +10     
============================================
  Files          3673     3680       +7     
  Lines         94857    94976     +119     
  Branches      10477    10483       +6     
============================================
- Hits          36166    36163       -3     
- Misses        55580    55696     +116     
- Partials       3111     3117       +6     
Files Changed Coverage Δ
...tor/dao/hbase/HbaseApplicationIndexPerTimeDao.java 0.00% <0.00%> (ø)
...point/collector/service/AgentLifeCycleService.java 0.00% <0.00%> (ø)
.../service/async/AgentLifeCycleAsyncTaskService.java 0.00% <0.00%> (ø)
...p/pinpoint/common/server/util/DefaultTimeSlot.java 100.00% <ø> (ø)
.../authorization/controller/AgentInfoController.java 0.00% <0.00%> (ø)
.../authorization/controller/AgentListController.java 0.00% <ø> (ø)
...web/dao/hbase/HbaseApplicationIndexPerTimeDao.java 0.00% <0.00%> (ø)
...p/pinpoint/web/mapper/AgentIdPerTimeExtractor.java 0.00% <0.00%> (ø)
...corp/pinpoint/web/mapper/AgentIdPerTimeMapper.java 0.00% <0.00%> (ø)
...orp/pinpoint/web/service/AgentInfoServiceImpl.java 0.00% <0.00%> (ø)
... and 10 more

... and 13 files with indirect coverage changes

@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 2 times, most recently from 192213a to 0555dc0 Compare August 3, 2022 09:30
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 3 times, most recently from a47f99a to cd03ebe Compare August 12, 2022 04:59
@intr3p1d intr3p1d requested a review from emeroad August 12, 2022 05:05
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch from cd03ebe to 2c5fc9d Compare August 12, 2022 05:54
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 3 times, most recently from 7d0a446 to 6976de1 Compare August 24, 2022 09:28
@intr3p1d intr3p1d self-assigned this Aug 26, 2022
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 2 times, most recently from a5b05aa to 9f83b00 Compare September 19, 2022 09:09
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 2 times, most recently from d6a8532 to 6205f42 Compare November 1, 2022 07:07
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch 2 times, most recently from 3c39e6d to 0d906bd Compare July 27, 2023 02:14
@intr3p1d intr3p1d force-pushed the add_timestamp_for_agentidlist branch from 0d906bd to 0c6cef7 Compare August 23, 2023 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new table to reduce agent list query time
2 participants