Amper is an open-source data collection and metric reporting agent developed by JetBrains as part of their internal analytics and telemetry infrastructure for IntelliJ-based products. Its purpose is to gather usage statistics, performance metrics, error reports, and other diagnostic signals from IDE installations in a privacy-conscious way to help product teams understand real-world usage patterns and improve quality. Designed to be lightweight and efficient, Amper runs as a background service that batches and securely transmits anonymous data back to analytics pipelines while respecting user privacy settings and opt-outs. The architecture focuses on extensibility so that developers can define new metric types, customize triggers, and enrich events with context without adding overhead to the IDE. Data collected by Amper feeds dashboards and experimentation systems that guide design decisions, prioritize feature improvements, and monitor the impact of releases over time.
Features
- Lightweight data collection agent
- Performance and usage metric reporting
- Privacy-first design with opt-out respects
- Event batching and secure transmission
- Extensible metric definitions
- Integration with analytics pipelines