Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nebula-plugins/gradle-metrics-plugin

Plugin to send Gradle metrics to external datasources
https://github.com/nebula-plugins/gradle-metrics-plugin

Last synced: about 2 months ago
JSON representation

Plugin to send Gradle metrics to external datasources

Lists

README

        

# 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](https://img.shields.io/badge/nebula-deprecated-red.svg)
[![Build Status](https://travis-ci.com/nebula-plugins/gradle-metrics-plugin.svg?branch=master)](https://travis-ci.com/nebula-plugins/gradle-metrics-plugin)
[![Coverage Status](https://coveralls.io/repos/nebula-plugins/gradle-metrics-plugin/badge.svg?branch=master&service=github)](https://coveralls.io/github/nebula-plugins/gradle-metrics-plugin?branch=master)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nebula-plugins/gradle-metrics-plugin?utm_source=badgeutm_medium=badgeutm_campaign=pr-badge)
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/nebula-metrics-plugin.svg)](http://www.apache.org/licenses/LICENSE-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](https://plugins.gradle.org/plugin/nebula.metrics) for instructions on how to apply the plugin.

# Documentation

The project wiki contains the [full documentation](https://github.com/nebula-plugins/gradle-metrics-plugin/wiki) 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

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.