-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.observability.yml
More file actions
117 lines (115 loc) · 4.52 KB
/
Copy pathcompose.observability.yml
File metadata and controls
117 lines (115 loc) · 4.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
x-otel-common: &otel-common
OTEL_DENO: "true"
OTEL_EXPORTER_OTLP_ENDPOINT: ${OTEL_ENDPOINT:-http://host.docker.internal:4318}
OTEL_EXPORTER_OTLP_PROTOCOL: http/protobuf
OTEL_RESOURCE_ATTRIBUTES: deployment.environment=${VITE_DEPLOYMENT:-local}
OTEL_METRICS_EXPORTER: otlp
OTEL_METRIC_EXPORT_INTERVAL: "15000"
x-otel-extra-hosts: &otel-extra-hosts
- "host.docker.internal:host-gateway"
services:
market-sim:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: market-sim }
ems:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: ems }
oms:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: oms }
limit-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: limit-algo }
twap-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: twap-algo }
pov-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: pov-algo }
vwap-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: vwap-algo }
iceberg-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: iceberg-algo }
sniper-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: sniper-algo }
arrival-price-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: arrival-price-algo }
momentum-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: momentum-algo }
is-algo:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: is-algo }
rfq-service:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: rfq-service }
ccp-service:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: ccp-service }
product-service:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: product-service }
replay-service:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: replay-service }
risk-engine:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: risk-engine }
dark-pool:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: dark-pool }
kafka-relay:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: kafka-relay }
user-service:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: user-service }
journal:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: journal }
fix-exchange:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: fix-exchange }
fix-gateway:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: fix-gateway }
fix-archive:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: fix-archive }
analytics:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: analytics }
market-data:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: market-data }
market-data-adapters:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: market-data-adapters }
feature-engine:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: feature-engine }
signal-engine:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: signal-engine }
recommendation-engine:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: recommendation-engine }
scenario-engine:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: scenario-engine }
news-aggregator:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: news-aggregator }
llm-advisory:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: llm-advisory }
llm-worker:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: llm-worker }
gateway:
extra_hosts: *otel-extra-hosts
environment: { <<: *otel-common, OTEL_SERVICE_NAME: gateway }