set up otel stack
This commit is contained in:
parent
74f8edf024
commit
f58bf336d6
16 changed files with 2423 additions and 0 deletions
3
roles/any.software.otel-collector/defaults/main.yml
Normal file
3
roles/any.software.otel-collector/defaults/main.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
otel_metrics_endpoint: 'http://127.0.0.1:4000/v1/otlp'
|
||||
otel_logs_endpoint: 'http://127.0.0.1:4000/v1/otlp'
|
||||
otel_traces_endpoint: 'http://127.0.0.1:4000/v1/otlp'
|
||||
Loading…
Add table
Add a link
Reference in a new issue