Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[shippingservice] fix context propagation #1433

Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
97e9c79
Update dependencies and fix context propagation
julianocosta89 Mar 5, 2024
f78b32c
Fix TODO comments and set default quote service address
julianocosta89 Mar 5, 2024
0c75292
Add OTLP logs exporter and move configuration to telemetry folder
julianocosta89 Mar 5, 2024
2845a5f
Add metrics conf
julianocosta89 Mar 5, 2024
687fc83
Update OTEL_EXPORTER_OTLP_TRACES_ENDPOINT to OTEL_EXPORTER_OTLP_ENDPOINT
julianocosta89 Mar 5, 2024
0fc566e
changelog
julianocosta89 Mar 5, 2024
214741f
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 7, 2024
32ba75a
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 7, 2024
8528765
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 8, 2024
540168f
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 12, 2024
2adbfd5
Merge branch 'open-telemetry:main' into shippingservice-fix-context-prop
julianocosta89 Mar 14, 2024
dc6493e
Use opentelemetry-appender-tracing
julianocosta89 Mar 14, 2024
a81dfe6
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 15, 2024
ebaf302
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 15, 2024
69a35e4
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 15, 2024
0b00b61
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 27, 2024
d757cff
Remove OTLP logs
julianocosta89 Mar 27, 2024
98c133f
Merge branch 'main' into shippingservice-fix-context-prop
julianocosta89 Mar 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ the release.
([#1415](https://github.com/open-telemetry/opentelemetry-demo/pull/1415))
* [chore] - add tests and odd profiles to make stop
([#1427](https://github.com/open-telemetry/opentelemetry-demo/pull/1427))
* [shippingservice] fix context propagation and add OTLP logs
([#1433](https://github.com/open-telemetry/opentelemetry-demo/pull/1433))
* [chore] - Update Telemetry Components
([#1440](https://github.com/open-telemetry/opentelemetry-demo/pull/1440))

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ services:
environment:
- SHIPPING_SERVICE_PORT
- QUOTE_SERVICE_ADDR
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}/v1/traces
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
- OTEL_RESOURCE_ATTRIBUTES
- OTEL_SERVICE_NAME=shippingservice
depends_on:
Expand Down
Loading
Loading