Giter Site home page Giter Site logo

gradle / blog-develocity-api-to-prometheus-metrics Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 0.0 1.96 MB

Companion code for the "Visualizing Gradle Enterprise Data with Prometheus and Grafana" blog.

License: GNU General Public License v3.0

Java 100.00%

blog-develocity-api-to-prometheus-metrics's Introduction

Develocity-api-to-prometheus-metrics

Sample code as a companion to Visualizing Gradle Enterprise Data with Prometheus and Grafana Blog.

Major refactor is done

Instead of using Prometheus PushGateway as described by the blog, the client server is used to easily accommodate more metrics types

Build with:

./gradlew clean build

Run with:

Set up the following 3 environment variables

export DVTOKEN=token
export DVURL=develocity-field.gradle.com

# Frequency of the DV API call in minutes
export DVSCRAPETIME=5

nohup java -jar ./build/libs/BuildScanExtractor-all.jar  &

Or you can just run from IDE (be sure to set up the env variables).

Note: the client metrics server is listening at port 8081.

Sample Grafana Dashboards

There are three metrics created:

  1. Counter: Build Duration
  2. Gauge: Build Duration for the last build
  3. Counter: Number of Builds

Build Metrics by DEVelocity API

Sample Alerts to Slack

Alerts by DEVelocity API

blog-develocity-api-to-prometheus-metrics's People

Contributors

frankzhu2003 avatar jreock avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.