Skip to content

Commit

Permalink
[frauddetection] Use span links as Kafka consumer (#1501)
Browse files Browse the repository at this point in the history
* add label to PR

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* Update label-pr.yml

* Update label-pr.yml

* Delete .github/workflows/label-pr.yml

* remove old featureflagservice

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

* use span links

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>

---------

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Co-authored-by: Austin Parker <austin@ap2.io>
  • Loading branch information
puckpuck and austinlparker committed Apr 6, 2024
1 parent 888f18c commit 6d29975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ the release.

## Unreleased

* [frauddetectionservice] use span links when consuming from Kafka
([#1501](https://github.com/open-telemetry/opentelemetry-demo/pull/1501))

## 1.9.0

* [chore] docker compose: add container name as tag attribute to container logs
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ services:
- KAFKA_SERVICE_ADDR
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
- OTEL_INSTRUMENTATION_KAFKA_EXPERIMENTAL_SPAN_ATTRIBUTES=true
- OTEL_INSTRUMENTATION_MESSAGING_EXPERIMENTAL_RECEIVE_TELEMETRY_ENABLED=true
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=frauddetectionservice
depends_on:
Expand Down

0 comments on commit 6d29975

Please sign in to comment.