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

[frontend] fix local development instructions and dependencies #434

Merged

Conversation

julianocosta89
Copy link
Member

Fixes #407 .

Changes

When moving from CMD to ENTRYPOINT we forgot to update the instructions for the frontend local development.
Also, the quoteservicewas added as a dependency of frontend to avoid errors during local development.

@julianocosta89 julianocosta89 requested a review from a team October 12, 2022 20:39
@julianocosta89 julianocosta89 self-assigned this Oct 12, 2022
@julianocosta89 julianocosta89 added the bug Something isn't working label Oct 12, 2022
Copy link
Contributor

@mic-max mic-max left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, what was the local error involving the quoteservice? Does Frontend communicate with it? If so we should add that to the Service Diagram in the README.md

@julianocosta89
Copy link
Member Author

LGTM, what was the local error involving the quoteservice? Does Frontend communicate with it? If so we should add that to the Service Diagram in the README.md

The frontend loads and works fine, but if you want to test all views, the checkout process fails, because checkout calls shippingservice that calls quoteservice.

@cartersocha cartersocha merged commit d3216e1 into open-telemetry:main Oct 13, 2022
@julianocosta89 julianocosta89 deleted the fix/frontend-local-development branch October 13, 2022 19:37
chancez pushed a commit to chancez/opentelemetry-demo that referenced this pull request Oct 13, 2022
puckpuck added a commit that referenced this pull request Oct 18, 2022
Signed-off-by: Chance Zibolski <[email protected]>

Signed-off-by: Chance Zibolski <[email protected]>
Co-authored-by: Juliano Costa <[email protected]>
Co-authored-by: Pierre Tessier <[email protected]>
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
…y#439)

Signed-off-by: Chance Zibolski <[email protected]>

Signed-off-by: Chance Zibolski <[email protected]>
Co-authored-by: Juliano Costa <[email protected]>
Co-authored-by: Pierre Tessier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: Cannot find module './Instrumentation.js' when running frontend service for local development
6 participants