Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Danny Thomas edited this page May 25, 2016 · 2 revisions

Collects Gradle build metrics and log events and and persists them to an external datastore. Metrics include:

  • Info - Gradle start parameters, system properties and environment variables. SCM and GIT information if the gradle-info-plugin has been applied
  • Project - name and version
  • Events - configuration, dependency resolution, task execution
  • Task executions - result, elapsed time per task
  • Tests - result, elapsed time per test
  • Result - success, failure with throwable, elapsed time
  • Custom metrics that have been provided via nebula.info-broker
Clone this wiki locally