File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ the release.
17
17
([ #1514 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1514 ) )
18
18
* [ quoteservice] add manual metric, export logs periodically
19
19
([ #1519 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1519 ) )
20
+ * [ flagd] export flagd traces to otel collector
21
+ ([ #1522 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1522 ) )
20
22
21
23
## 1.9.0
22
24
Original file line number Diff line number Diff line change @@ -218,6 +218,11 @@ services:
218
218
flagd :
219
219
image : ghcr.io/open-feature/flagd:v0.9.0
220
220
container_name : flagd
221
+ environment :
222
+ - FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
223
+ - FLAGD_METRICS_EXPORTER=otel
224
+ - OTEL_RESOURCE_ATTRIBUTES
225
+ - OTEL_SERVICE_NAME=flagd
221
226
command : [
222
227
" start" ,
223
228
" --uri" ,
You can’t perform that action at this time.
0 commit comments