Skip to content

Commit

Permalink
Revert collector back to contrib distribution (open-telemetry#1048)
Browse files Browse the repository at this point in the history
* Revert collector back to contrib distribution
  • Loading branch information
julianocosta89 committed Aug 10, 2023
1 parent a148a16 commit 2dbc8a8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 74 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ jobs:
- file: ./src/loadgenerator/Dockerfile
tag_suffix: loadgenerator
context: ./
- file: ./src/otelcollector/Dockerfile
tag_suffix: otelcollector
context: ./
- file: ./src/paymentservice/Dockerfile
tag_suffix: paymentservice
context: ./
Expand Down
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ release.

## Unreleased

* [tests] Update trace-based tests run script
([#1018](https://github.com/open-telemetry/opentelemetry-demo/pull/1018))
* Add cartServiceFailure feature flag triggering Cart Service errors
([#824](https://github.com/open-telemetry/opentelemetry-demo/pull/824))
* [paymentservice] update JS SDKs to 1.12.0/0.38.0
Expand Down Expand Up @@ -67,10 +65,10 @@ release.
([#988](https://github.com/open-telemetry/opentelemetry-demo/pull/988))
* [FraudDetectionService] Updated Kotlin version and OTel dependencies
([#987](https://github.com/open-telemetry/opentelemetry-demo/pull/987))
* [otelcol] Use the collector builder to produce otelcol docker image
([#944](https://github.com/open-telemetry/opentelemetry-demo/pull/944))
* [quoteservice] update php dependencies
([#994](https://github.com/open-telemetry/opentelemetry-demo/issues/994))
* [tests] Update trace-based tests run script
([#1018](https://github.com/open-telemetry/opentelemetry-demo/pull/1018))
* [PaymentService] Update node to LTS version and bump deps
([#1029](https://github.com/open-telemetry/opentelemetry-demo/issues/1029))

Expand Down
7 changes: 1 addition & 6 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -501,13 +501,8 @@ services:

# OpenTelemetry Collector
otelcol:
image: ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
image: otel/opentelemetry-collector-contrib:0.82.0
container_name: otel-col
build:
context: ./
dockerfile: ./src/otelcollector/Dockerfile
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
deploy:
resources:
limits:
Expand Down
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,13 +645,8 @@ services:

# OpenTelemetry Collector
otelcol:
image: ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
image: otel/opentelemetry-collector-contrib:0.82.0
container_name: otel-col
build:
context: ./
dockerfile: ./src/otelcollector/Dockerfile
cache_from:
- ${IMAGE_NAME}:${IMAGE_VERSION}-otelcol
deploy:
resources:
limits:
Expand Down
31 changes: 0 additions & 31 deletions src/otelcollector/Dockerfile

This file was deleted.

24 changes: 0 additions & 24 deletions src/otelcollector/manifest.yml

This file was deleted.

0 comments on commit 2dbc8a8

Please sign in to comment.