nebula-plugins / gradle-metrics-plugin

Plugin to send Gradle metrics to external datasources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle Metrics Plugin

Deprecated in favor of Gradle Build Scans and Gradle Enterprise due to difficulties in keeping compatibility with Gradle, particularly configuration caching.

Support Status Build Status Coverage Status Gitter Apache 2.0

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

Quick Start

Refer to the Gradle Plugin Portal for instructions on how to apply the plugin.

Documentation

The project wiki contains the full documentation for the plugin.

LICENSE

Copyright 2015-2019 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Plugin to send Gradle metrics to external datasources

License:Apache License 2.0


Languages

Language:Java 66.6%Language:Groovy 32.7%Language:Shell 0.7%