We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea57348 commit 72a369bCopy full SHA for 72a369b
process-compose/suzuka-full-node/process-compose.telemetry.yml
@@ -3,9 +3,22 @@ version: "3"
3
environment:
4
5
processes:
6
+ otlp-collector:
7
+ is_daemon: true
8
+ command: |
9
+ docker run -d --name suzuka-otlp-collector -p16686:16686 -p4317:4317 -e COLLECTOR_OTLP_ENABLED=true jaegertracing/all-in-one:latest
10
+ shutdown:
11
12
+ docker stop suzuka-otlp-collector
13
suzuka-full-node:
14
+ depends_on:
15
16
+ condition: process_started
17
env:
18
MOVEMENT_OTLP: http://localhost:4317
19
m1-da-light-node:
20
21
22
23
24
0 commit comments