返回 Skill 列表
extension
分类: 开发与工程无需 API Key

instrumentation-and-telemetry

为React应用程序实现深度检测流水线,用于跟踪、度量和真实用户监控。

person作者: jakexiaohubgithub

Instrumentation and Telemetry (React 18)

Summary

Implement deep instrumentation pipelines for tracing, metrics, and real-user monitoring of React apps.

Key Capabilities

  • Capture render timings and scheduler lane metadata.
  • Correlate UI performance with backend latency traces.
  • Build dashboards for critical UX metrics (TTI, INP, CLS).

PhD-Level Challenges

  • Develop sampling strategies that preserve tail events.
  • Formalize trace causality across async boundaries.
  • Validate telemetry accuracy with synthetic benchmarks.

Acceptance Criteria

  • Provide a trace dashboard and sample data pipeline.
  • Demonstrate correlation between UI and API latencies.
  • Document sampling and privacy constraints.