Reduce initial run time#362
Merged
Merged
Conversation
Contributor
|
Nice - took around 5 mins for me |
Contributor
|
Could you update the docker doc too? |
Contributor
Author
There is an update to that doc in this PR |
Contributor
|
still interested to learn what happened with |
Member
|
Looks good, makes it much faster to get started! Probably not related (at least directly), but I can see the feature-flag-service crashing when starting with a clean environment, Didn't have this problem previously when building the images. |
mic-max
reviewed
Sep 13, 2022
mic-max
approved these changes
Sep 13, 2022
jmichalak9
pushed a commit
to jmichalak9/opentelemetry-demo
that referenced
this pull request
Mar 22, 2024
* specify -alpha version * use pre-built images * faster initial run time * add verbiage about --no-build flag
mohamed3637
added a commit
to mohamed3637/opentelemetry-demo
that referenced
this pull request
Oct 7, 2025
* specify -alpha version * use pre-built images * faster initial run time * add verbiage about --no-build flag
This file contains hidden or 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
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.
References #252 and Fixes #349
Changes
This change makes it so people can go from git clone to seeing telemetry in under 2 minutes.
Makes use of docker image cache when running the application. This does not reduce build times. This change uses cache to reference existing images allowing users to run
docker compose up --no-buildand get a running demo application in about 90 seconds.Building from main is still an initial 20 min ordeal for those that want to use the very latest.
For significant contributions please make sure you have completed the following items:
CHANGELOG.mdupdated for non-trivial changes