Skip to content

Commit

Permalink
reduce quoteservice spans (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Jan 20, 2023
1 parent ed91f45 commit a77c842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,5 @@ significant modifications will be credited to OpenTelemetry Authors.
([#691](https://github.com/open-telemetry/opentelemetry-demo/pull/691))
* Fix payment service version to support temporality environment variable
([#693](https://github.com/open-telemetry/opentelemetry-demo/pull/693))
* Reduce spans generated from quote service
([#702](https://github.com/open-telemetry/opentelemetry-demo/pull/702))
2 changes: 1 addition & 1 deletion src/quoteservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN chmod +x /usr/local/bin/install-php-extensions \
&& install-php-extensions \
opcache \
protobuf \
open-telemetry/opentelemetry-php-instrumentation@1.0.0beta1
open-telemetry/opentelemetry-php-instrumentation@1.0.0beta2

WORKDIR /var/www
COPY --from=build /tmp/vendor/ ./vendor/
Expand Down
8 changes: 1 addition & 7 deletions src/quoteservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"monolog/monolog": "2.8.0",
"open-telemetry/sdk": "1.0.0beta1",
"open-telemetry/exporter-otlp": "1.0.0beta1",
"open-telemetry/opentelemetry-auto-slim": "1.0.0beta3",
"open-telemetry/opentelemetry-auto-psr15": "1.0.0beta2",
"open-telemetry/opentelemetry-auto-slim": "1.0.0beta4",
"guzzlehttp/guzzle": "7.4.5",
"php-di/php-di": "6.4.0",
"php-di/slim-bridge": "3.2.0",
Expand All @@ -22,10 +21,5 @@
"psr-4": {
"App\\": "src/"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true
}
}
}

0 comments on commit a77c842

Please sign in to comment.