forked from mirrors/statsd_exporter
f1ca904c98
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click. Similar to prometheus/prometheus#7749. Signed-off-by: Matthias Rampke <mr@soundcloud.com>
13 lines
No EOL
273 B
YAML
13 lines
No EOL
273 B
YAML
tasks:
|
|
- init: go get
|
|
command: go build . && ./statsd_exporter
|
|
- command: printf 'Try:\n\n\techo "test.gauge:42|g" | socat - TCP:127.0.0.1:9125\n\n'
|
|
|
|
ports:
|
|
- port: 9102
|
|
onOpen: open-preview
|
|
- port: 9125
|
|
onOpen: ignore
|
|
|
|
image:
|
|
file: .gitpod.Dockerfile |