set up otel stack

This commit is contained in:
Jef Roosens 2026-04-04 21:59:17 +02:00
parent 74f8edf024
commit f58bf336d6
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
16 changed files with 2423 additions and 0 deletions

View file

@ -0,0 +1,21 @@
# vim: ft=systemd
[Container]
Image=docker.io/greptime/greptimedb:v1.0.0-rc.1
Exec=standalone start --http-addr 0.0.0.0:4000 --rpc-bind-addr 0.0.0.0:4001 --mysql-addr 0.0.0.0:4002 --postgres-addr 0.0.0.0:4003
Volume={{ greptimedb_data_dir }}:/greptimedb_data
PublishPort=0.0.0.0:4000:4000
PublishPort=0.0.0.0:4001:4001
PublishPort=0.0.0.0:4002:4002
PublishPort=0.0.0.0:4003:4003
User=0
[Service]
Restart=always
[Install]
WantedBy=default.target
WantedBy=multi-user.target