mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-10-31 20:58:50 +00:00
b1068d058a
* Update Go to 1.18. * Update Go modules to 1.17 format. * Enable dependabot. * Add yamllint config. Signed-off-by: SuperQ <superq@gmail.com>
13 lines
274 B
YAML
13 lines
274 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
|