jenkins-infra / uplink

A simple telemetry service for Jenkins instances.

Home Page:https://uplink.jenkins.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uplink

icon?style=plastic uplink

uplink is a simple web application to receive short bursts of anonymous telemetry data from Jenkins instances.

logged in
Figure 1. Logged in to Uplink

Development

  • Running tests: make check

  • Running the server: make run

Uploading a test event

curl -d '{"type":"stapler", "correlator" : "my-correlator-id", "payload" : {"hi" : "there"}}' \
    -H "Content-Type: application/json" \
    http://localhost:3030/events

Database Debugging

make debug-db

About

A simple telemetry service for Jenkins instances.

https://uplink.jenkins.io/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 60.9%Language:Haml 14.2%Language:JavaScript 11.7%Language:Makefile 5.6%Language:Shell 3.3%Language:HTML 3.0%Language:Dockerfile 1.2%