-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[productcatalog] - allow products to be extended #1363
Merged
julianocosta89
merged 10 commits into
open-telemetry:main
from
puckpuck:productcatalog.extendable-products
Feb 9, 2024
Merged
[productcatalog] - allow products to be extended #1363
julianocosta89
merged 10 commits into
open-telemetry:main
from
puckpuck:productcatalog.extendable-products
Feb 9, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
julianocosta89
approved these changes
Feb 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
jmichalak9
pushed a commit
to jmichalak9/opentelemetry-demo
that referenced
this pull request
Mar 22, 2024
* allow products to be extended Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * allow products to be extended Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix products path Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix merge conflict Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
dineshg13
pushed a commit
to DataDog/opentelemetry-demo
that referenced
this pull request
Apr 2, 2024
* [ffs] - Allow setting initial feature flag values (open-telemetry#1319) * remove timestamps from FeatureFlag message Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove timestamps from FeatureFlag message Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * init feature flags using sql Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * allows initial feature flags values Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * Update src/ffs_postgres/20-ffs_data.sql Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Remove sporadically from cartServiceFailure --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update affiliation (open-telemetry#1323) * [cartservice] Bump OTel .NET SDK to 1.7.0 together with other dependencies (open-telemetry#1326) * Bump .NET/.NET SDK docker images * Bump OTel .NET SDK to 1.7.0 together with other .NET dependencies * Changelog * Fix changelog * Re-generate protobuf to fix deprecated go modules (open-telemetry#1321) * [loadgenerator and recommendationservice] Update python base image (open-telemetry#1329) * update version numbers (open-telemetry#1331) * [grafana] - update grafana to 10.2.3 (open-telemetry#1332) * update grafana to 10.2.3 Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * update grafana to 10.2.3 Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [currency] - fix rpc.service attribute (open-telemetry#1333) * add package name for rpc.service attribute Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add package name for rpc.service attribute Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add package name for rpc.service attribute Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add package name for rpc.service attribute Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * use GitHub markdown syntax (open-telemetry#1342) Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * [frontendproxy] enable envoy environment resource detector (open-telemetry#1291) * enable envoy environment resource detector for frontendproxy * use prod envoy and add changelog * s/v1.29.0/v1.29-latest/ * Add OTEL_RESOURCE_ATTRIBUTES to docker compose defs --------- Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * [currency] - fix metricreader export and temporality (open-telemetry#1335) * default metricreader and exporter options Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * default metricreader and exporter options Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * update to latest helm release (open-telemetry#1341) Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [postgres] Define and use image for postgres (open-telemetry#1338) * define and use postgres image Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * define and use postgres image Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * define and use postgres image Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add postgres image Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update wiki url (open-telemetry#1346) * Update wiki url * [accountingservice,checkoutservice,productcatalogservice] update wiki link * Fix crashlooping for two services with insufficient privileges on opentelemetry-javaagent.jar. (open-telemetry#1348) * These two services don't run as 'nobofy' due to root user alone having read/write permission on opentelemetry-javaagent.jar. This commit fixes it. * Updated CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Add browser traffic in loadgenerator and export traces in frontend (open-telemetry#1345) * Add locust_plugins as a dependency * Increased memory constraints and introduced LOCUST_BROWSER_TRAFFIC_ENABLED environment variable * Added playwright on load generator docker image * Inceased delay interval in milliseconds between two consecutive exports * Use different otel endpoint when request contains the synthetic_request=true header * Add locust example using playwright. The header synthetic_request is set to true to identify them in the frontend * Updated changelog * Use the same otelName (OTEL_COLLECTOR_HOST) for both k8s and docker * Removed select option event * Revert - Removed select option event * Added IS_SYNTHETIC_REQUEST window.env used to set the span web attribute in FrontendTracer.ts --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Major version update (version 2.0.0) for OTel Java instrumentation (open-telemetry#1352) * Major version update (version 2.0.0) for OTel Java instrumentation for adservice, frauddetectionservice, kafka The new Java instrumentation uses HTTP as the default export protocol. This PR changes the Java services to export HTTP instead of gRPC. The new Java instrumentation introduces a lot of new kafka.consumer.* metrics from frauddetectionservice. * Add CHANGELOG * Fix CHANGELOG. Update docker-compose.minimal.yml --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Align env variables for OTLP ports (open-telemetry#1353) * Align env variables for OTLP ports. No functional changes. * Add CHANGELOG --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update dependent services - Collector, Grafana, Jaeger, Prometheus, etc. (open-telemetry#1354) * Update dependent services - Collector, Grafana, Jaeger, Prometheus, etc. Move those external service image paths and versions to .env file to make it easier to update them in the future for multiple docker compose files. * Add CHANGELOG --------- Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * [opensearch] - Use opensearch exporter & remove dataprepper (open-telemetry#1356) * use opensearch native exporter Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * cleanup opensearch config Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix opensearch datasource Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix opensearch datasource Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * use opensearch exporter Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove dataprepper config files Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove opensearch auth details Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * opensearch memory limits Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * opensearch memory limits Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove dataprepper Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [chore] update Go SDKs, & fix metrics filters and transforms (open-telemetry#1357) * update go SDKs Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove go metric filters and transforms Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove go metric filters and transforms Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * build(go): upgrade golang:1.21.6 (open-telemetry#1360) Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * [chore] update SDKs and remove metric transforms (open-telemetry#1358) * update python sdks Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * remove python metric transform Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * update Python SDKs Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix trailing space Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * always run cleanup job (open-telemetry#1366) * [loadgenerator] fix browser traffic enabled flag (open-telemetry#1359) * fix browser traffic enabled flag Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix browser traffic enabled flag Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Bump gradle/wrapper-validation-action from 1.1.0 to 2.0.1 (open-telemetry#1370) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v1.1.0...v2.0.1) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(go): update go 1.22 (open-telemetry#1367) * Bump gradle/wrapper-validation-action from 2.0.1 to 2.1.0 (open-telemetry#1373) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.0.1 to 2.1.0. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [productcatalog] - allow products to be extended (open-telemetry#1363) * allow products to be extended Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * allow products to be extended Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix products path Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix merge conflict Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Bump gradle/wrapper-validation-action from 2.1.0 to 2.1.1 (open-telemetry#1376) Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/gradle/wrapper-validation-action/releases) - [Commits](gradle/wrapper-validation-action@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: gradle/wrapper-validation-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): upgrade go.opentelemetry.io/otel and go.opentelemetry.io/contrib to latest version (open-telemetry#1375) Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * [chore] fix trace tests (open-telemetry#1377) * add tracetesting vars Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix tests targets Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * update for semconv Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * update actions/checkout version Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * update trace based tests Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [cartservice] Bump .NET to 8.0.2 (open-telemetry#1380) * [cartservice] bump dependencies * [cartservice] Bump .NET to 8.0.2 * changelog * Add Google Cloud fork to demos list (open-telemetry#1381) * [currencyservice] Add OTLP logs (open-telemetry#1378) * Add OTel logs to currencyservice * line break * changelog * Move OPENTELEMETRY_CPP_VERSION back * set opensearch version and timestamp field Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add comment for opensearch version update Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * Change log to INFO --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * prep for release (open-telemetry#1379) * replace featureflag service with flagd * remove ff from gha * update changelog * fix sanity checker * add python * fix sanity * refactor(checkoutservice): reuse grpc service client (open-telemetry#1387) * chore: use semantic convention v1.24.0 (open-telemetry#1385) * chore(accountingservice): use semantic convention v1.24.0 * chore(checkoutservice): use semantic convention v1.24.0 --------- Co-authored-by: Austin Parker <austin@ap2.io> * bump dependencies (open-telemetry#1390) * Update trace test sem conv (open-telemetry#1394) * update to 1.8.0 release (open-telemetry#1395) Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [chore] make: fix restart, add redeploy targets (open-telemetry#1397) * fix restart, add redeploy Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix restart, add redeploy Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * use service or SERVICE Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * [chore] - memory for collector and jaeger (open-telemetry#1396) * increase collector memory Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * increase collector memory Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * increase collector memory Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * increase collector memory Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Austin Parker <austin@ap2.io> * [chore]: nightly build and publish (open-telemetry#1398) * nightly build and publish Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * add nightly releases Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * use nightly releases (open-telemetry#1399) Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Austin Parker <austin@ap2.io> * [chore]: remove integration tests (open-telemetry#1406) * yeet integration tests Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * yeet integration tests Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * yeet integration tests Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Austin Parker <austin@ap2.io> * add flagd provider to python * chore(checkoutservice): add producer interceptor for tracing (open-telemetry#1400) * chore(checkoutservice): add producer interceptor for tracing * chore(checkoutservice): update changelog --------- Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * Update src/adservice/build.gradle Co-authored-by: Justin Abrahms <justin@abrah.ms> * fix(accountingservice): fix graceful shutdown and log issues (open-telemetry#1401) Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * cleanup ad service eval * only run nightly for main repo (open-telemetry#1407) Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * fix(productcatalogservice): fix graceful shutdown issues (open-telemetry#1402) * fix(productcatalogservice): fix graceful shutdown issues * fix(productcatalogservice): update changelog --------- Co-authored-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Austin Parker <austin@ap2.io> * Test: Run integration tests on PR approval (open-telemetry#1414) * spike for running integration tests * add workflow call trigger * fix lint * lint * fix * don't reinstall docker * [CartService] - Add Host Detector (open-telemetry#1415) * Add Host Detector * changelog --------- Co-authored-by: Austin Parker <austin@ap2.io> * docs(readme): add Dash0 to the list of forks (open-telemetry#1416) * [frontend] update sharp to latest to avoid docker build issue on M1 (open-telemetry#1417) Building the frontend container image on an Apple M1 would result in the following error during docker build: 15.56 > Build error occurred 15.56 [Error: ENOENT: no such file or directory, copyfile '/app/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node' -> '/app/.next/standalone/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node'] { 15.56 errno: -2, 15.56 code: 'ENOENT', 15.56 syscall: 'copyfile', 15.56 path: '/app/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node', 15.56 dest: '/app/.next/standalone/node_modules/sharp/build/Release/sharp-darwin-arm64v8.node' 15.56 } Updating sharp to v0.33.x avoids this problem, as that version includes pre-built sharp binaries for various platforms, see https://sharp.pixelplumbing.com/changelog#v0330---29th-november-2023 * [frontend] fix typo in ShippingGateway (open-telemetry#1418) * fix kafka producer spans (open-telemetry#1428) * chore: upgrade go.opentelemetry.io otel and contrib dependencies (open-telemetry#1408) Co-authored-by: Pierre Tessier <pierre@pierretessier.com> * fix adservice * fixup gomod * add otel hooks for .net flags * add otel hooks for productcatalog * Remove trailing space * add stub for python otel hook * refactor(checkoutservice): use exception.message key from semantic convention (open-telemetry#1430) * remove unneeded key from flags * removing integration tests --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Pierre Tessier <pierre@pierretessier.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com> Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com> Co-authored-by: Lam Tran <tranngoclam288@gmail.com> Co-authored-by: Austin Parker <austin@ap2.io> Co-authored-by: Robert Lankford <rlankfo@gmail.com> Co-authored-by: Cedric Ziel <cedric@cedric-ziel.com> Co-authored-by: pankdev <52178053+pankdev@users.noreply.github.com> Co-authored-by: Louis Parkin <11991882+LouisParkin@users.noreply.github.com> Co-authored-by: Jordi Bisbal Ansaldo <73789635+jordibisbal8@users.noreply.github.com> Co-authored-by: Mikko Viitanen <74129181+mviitane@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Dame <mikedame@google.com> Co-authored-by: Justin Abrahms <justin@abrah.ms> Co-authored-by: Bastian Krol <bastian.krol@dash0.com> Co-authored-by: Bastian Krol <bastian.krol@web.de> Co-authored-by: Juliano Costa <juliano.costa@datadoghq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Now that we have the
mountedConfigMaps
feature in Helm charts, allowing people to add text-based configuration or data files to any components, we can setup the productcatalog service to have the product list extended.With this change, using the Helm chart you can add new products like this:
This could also be done with a volume mount in docker compose.
Merge Requirements
For new features contributions please make sure you have completed the following
essential items:
CHANGELOG.md
updated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.