Skip to content

Commit d757cff

Browse files
Remove OTLP logs
1 parent 0b00b61 commit d757cff

10 files changed

+202
-224
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ the release.
77

88
## Unreleased
99

10-
* [loadgenerator] emit logs via OTLP
11-
([#1446](https://github.com/open-telemetry/opentelemetry-demo/pull/1446))
12-
* [frontend] reset quantity when new product selected
13-
([#1447](https://github.com/open-telemetry/opentelemetry-demo/pull/1447))
1410
* [featureflag] deprecate in favor of flagd
1511
([#1338](https://github.com/open-telemetry/opentelemetry-demo/pull/1388))
1612
* [checkoutservice] add producer interceptor for tracing
@@ -31,10 +27,14 @@ the release.
3127
([#1415](https://github.com/open-telemetry/opentelemetry-demo/pull/1415))
3228
* [chore] - add tests and odd profiles to make stop
3329
([#1427](https://github.com/open-telemetry/opentelemetry-demo/pull/1427))
34-
* [shippingservice] fix context propagation and add OTLP logs
30+
* [shippingservice] fix context propagation
3531
([#1433](https://github.com/open-telemetry/opentelemetry-demo/pull/1433))
3632
* [chore] - Update Telemetry Components
3733
([#1440](https://github.com/open-telemetry/opentelemetry-demo/pull/1440))
34+
* [loadgenerator] emit logs via OTLP
35+
([#1446](https://github.com/open-telemetry/opentelemetry-demo/pull/1446))
36+
* [frontend] reset quantity when new product selected
37+
([#1447](https://github.com/open-telemetry/opentelemetry-demo/pull/1447))
3838
* [paymentservice] add paymentServiceFailure feature flag
3939
([#1449](https://github.com/open-telemetry/opentelemetry-demo/pull/1449))
4040
* [checkoutservice] add paymentServiceUnreachable feature flag

docker-compose.minimal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ services:
440440
environment:
441441
- SHIPPING_SERVICE_PORT
442442
- QUOTE_SERVICE_ADDR
443-
- OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}/v1/traces
443+
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
444444
- OTEL_RESOURCE_ATTRIBUTES
445445
- OTEL_SERVICE_NAME=shippingservice
446446
depends_on:

0 commit comments

Comments
 (0)