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

@ -23,3 +23,13 @@
roles:
- 'any.software.papermc-podman'
tags: papermc
- hosts: boomhut
become: true
roles:
- role: 'any.software.otel-collector'
vars:
otel_metrics_endpoint: 'http://10.0.0.1:4000/v1/otlp'
otel_logs_endpoint: 'http://10.0.0.1:4000/v1/otlp'
otel_traces_endpoint: 'http://10.0.0.1:4000/v1/otlp'
tags: otel