Optimize large APM report chart loading / 优化大体积 APM 报告图表加载 - #309
Open
richard368 wants to merge 2 commits into
Open
Optimize large APM report chart loading / 优化大体积 APM 报告图表加载#309richard368 wants to merge 2 commits into
richard368 wants to merge 2 commits into
Conversation
added 2 commits
June 16, 2026 16:57
- Lazy-load APM report chart data when chart cards enter the viewport - Add optional max_points support for chart log APIs - Keep /apm/log full-data behavior unchanged when max_points is omitted - Sample large log files evenly while preserving first and last points - 在图表卡片进入视口时再加载 APM 报告图表数据 - 为图表日志接口增加可选 max_points 参数 - 未传 max_points 时保持 /apm/log 返回全量数据的原有行为 - 对大日志文件进行均匀采样,并保留首尾数据点
- Keep existing battery level and temperature metrics unchanged - Record Android battery status, power source, voltage, current, and charge counter logs - Preserve negative current values for later charging/discharging analysis - 保持现有电量百分比和温度指标口径不变 - 额外记录 Android 电池状态、供电来源、电压、电流和电量计数字段 - 保留负电流值,便于后续分析充放电方向
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lazy-load APM report chart data when chart cards enter the viewport
Add optional max_points support for chart log APIs
Keep /apm/log full-data behavior unchanged when max_points is omitted
Sample large log files evenly while preserving first and last points
在图表卡片进入视口时再加载 APM 报告图表数据
为图表日志接口增加可选 max_points 参数
未传 max_points 时保持 /apm/log 返回全量数据的原有行为
对大日志文件进行均匀采样,并保留首尾数据点