mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-11 09:51:18 +00:00
13 lines
273 B
YAML
13 lines
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
|