Skip to content

Commit

Permalink
[flagd] export flagd traces to otel collector
Browse files Browse the repository at this point in the history
  • Loading branch information
klucsik committed Apr 11, 2024
1 parent d1535f9 commit c9984ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ services:
flagd:
image: ghcr.io/open-feature/flagd:v0.9.0
container_name: flagd
environment:
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
- FLAGD_METRICS_EXPORTER=otel
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=flagd
command: [
"start",
"--uri",
Expand Down

0 comments on commit c9984ef

Please sign in to comment.