rosskirkpat / telemetry

Rancher telemetry daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telemetry

Telemetry server and client for Rancher

Building

make

Developing the client

Have a local rancher server running, see wiki for setup details.

In your rancher instance create an api key and copy the bearer token.

Now fork the telemetry repo and clone in a separate directory:

git clone https://github.com/rancher/telemetry.git  # use your fork
cd telemetry
go run main.go client --url=https://localhost:8443/v3 --token-key=token-abc:xyz

Now there are a few ways to hit your client:

About

Rancher telemetry daemon

License:Apache License 2.0


Languages

Language:Go 93.8%Language:Shell 4.9%Language:JavaScript 0.6%Language:Makefile 0.5%Language:Dockerfile 0.2%