Skip to content
forked from rtyler/uplink

A simple telemetry service for Jenkins instances.

License

Notifications You must be signed in to change notification settings

jenkins-infra/uplink

 
 

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.0%
  • Haml 14.2%
  • JavaScript 11.7%
  • Makefile 5.6%
  • Shell 3.3%
  • HTML 3.0%
  • Dockerfile 1.2%