Skip to content

Commit 605e38c

Browse files
authored
Merge pull request #52 from TykTechnologies/TT-15974_enable_otel
[TT-15974] Enable opentelemetry in gw
2 parents ffa999b + caf71a5 commit 605e38c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pro-ha.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ services:
99
volumes:
1010
- ./certs:/usr/local/share/ca-certificates
1111
- ${confs_dir}:/conf/
12+
environment:
13+
- TYK_GW_OPENTELEMETRY_ENABLED=true
1214
ports:
1315
- "6000:6000"
1416
- "8003:8003"
@@ -77,6 +79,7 @@ services:
7779
environment:
7880
- TYK_GW_LISTENPORT=8181
7981
- TYK_GW_STORAGE_HOST=redis-datacenter-1
82+
- TYK_GW_OPENTELEMETRY_ENABLED=true
8083
volumes:
8184
- ./certs:/usr/local/share/ca-certificates
8285
- ${confs_dir}:/conf/
@@ -94,6 +97,7 @@ services:
9497
environment:
9598
- TYK_GW_LISTENPORT=8182
9699
- TYK_GW_STORAGE_HOST=redis-datacenter-1
100+
- TYK_GW_OPENTELEMETRY_ENABLED=true
97101
volumes:
98102
- ./certs:/usr/local/share/ca-certificates
99103
- ${confs_dir}:/conf/
@@ -111,6 +115,7 @@ services:
111115
environment:
112116
- TYK_GW_LISTENPORT=8281
113117
- TYK_GW_STORAGE_HOST=redis-datacenter-2
118+
- TYK_GW_OPENTELEMETRY_ENABLED=true
114119
volumes:
115120
- ./certs:/usr/local/share/ca-certificates
116121
- ${confs_dir}:/conf/
@@ -128,6 +133,7 @@ services:
128133
environment:
129134
- TYK_GW_LISTENPORT=8282
130135
- TYK_GW_STORAGE_HOST=redis-datacenter-2
136+
- TYK_GW_OPENTELEMETRY_ENABLED=true
131137
volumes:
132138
- ./certs:/usr/local/share/ca-certificates
133139
- ${confs_dir}:/conf/

0 commit comments

Comments
 (0)