-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: make trace demo application use OpenTelemetry (#8428)
removes trace demo application that using OpenCensus from the repo. makes the removed demo's README file to reference to the active demo. modifies the OpenTelemetry based demo so it has functional parity with the removed demo. removes manual span creation that with OT leads to orphan span ingestion. adds comment explaining needlessness of manual trace context creation. updates README to refresh the instructions for OT version of the demo app. refactors `setup.sh` to include building image into the script. removes container building to improve deployment time and instead uses predeployed (in gcr.io/google_samples) image. fixes distinct traces by adding request instrumentation.
- Loading branch information
Showing
21 changed files
with
340 additions
and
635 deletions.
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.