Build Scan Tags
Gradle Doctor automatically adds build scan tags to help categorize and filter builds when using Gradle Enterprise
The doctor
tag will be added to a build when a prescription is suggested by the Gradle Doctor.
In addition to the doctor
tag, the following tags will also be added depending on the prescription.
You can search for all of these tags by entering doctor-*
in the tags in the build scan list.
doctor-high-gc
- build spends a longer percentage GCing than defined byGCWarningThreshold
. Default 10%.doctor-negative-savings
- build had a task that took longer to pull from the cache than it would take to re-execute. See negative savings for information on how to avoid this.doctor-slow-build-cache-connection
- build's connection speed to the build cache slower than the minimum speeds defined bydownloadSpeedWarningThreshold
. Default 0.5MB/s.doctor-slow-maven-connection
- build's connection speed to maven repositories was slower than the minimum speeds defined bydownloadSpeedWarningThreshold
. Default 0.5MB/s.doctor-long-dagger-time
- build spent longer with Dagger annotation processors than minimum defined bydaggerThreshold
. Default: 5 seconds.doctor-java-home
-JAVA_HOME
is not defined or does not match theJAVA_HOME
used in this build.