https://github.com/block/ide-metrics-plugin
IntelliJ and Gradle plugins to gather and report IDE metrics
https://github.com/block/ide-metrics-plugin
Last synced: 9 months ago
JSON representation
IntelliJ and Gradle plugins to gather and report IDE metrics
- Host: GitHub
- URL: https://github.com/block/ide-metrics-plugin
- Owner: block
- License: apache-2.0
- Created: 2025-09-04T18:04:31.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-12T02:27:49.000Z (9 months ago)
- Last Synced: 2025-09-14T09:57:47.052Z (9 months ago)
- Language: Kotlin
- Size: 102 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Block IDE Metrics Plugin
https://github.com/block/ide-metrics-plugin
https://plugins.jetbrains.com/plugin/28394-build-sync-metrics
## Usage
Users of this plugin will need to add this to their repo's gradle.properties file, creating that
file if necessary:
```
# gradle.properties
ide-metrics-plugin.event-stream-endpoint=
```
Alternatively
```
# gradle.properties
ide-metrics-plugin.config-file=
```
and
```
# preferred-config-file.properties
ide-metrics-plugin.event-stream-endpoint=
```