8000 GitHub - jenkins-infra/uplink: A simple telemetry service for Jenkins instances.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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 60.9%
  • Haml 14.1%
  • JavaScript 11.9%
  • Makefile 5.6%
  • Shell 3.4%
  • HTML 3.0%
  • Dockerfile 1.1%
0