Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Add tracing options when Jaeger deployment is enabled for the demo script #3947

Conversation

trstringer
Copy link
Contributor

Description:

Currently the demo script will deploy Jaeger if the DEPLOY_JAEGER env var is set. However, there is no logic to enable OpenServiceMesh.tracing.enable and set the tracing endpoint. This PR introduces that so the script user doesn't have any other additional steps to enable the tracing component.

Affected area:

Functional Area
Demo [x]

Testing done:

Ran the demo script and observed the tracing.

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?

No.

  1. Is this a breaking change?

No.

…tracing support from the demo run script

Signed-off-by: Thomas Stringer <[email protected]>
@trstringer trstringer requested a review from a team as a code owner August 11, 2021 12:59
Signed-off-by: Thomas Stringer <[email protected]>
demo/run-osm-demo.sh Outdated Show resolved Hide resolved
demo/run-osm-demo.sh Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2021

Codecov Report

Merging #3947 (2dbb88c) into main (414d3c1) will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3947      +/-   ##
==========================================
+ Coverage   67.45%   67.49%   +0.04%     
==========================================
  Files         202      202              
  Lines       11543    11543              
==========================================
+ Hits         7786     7791       +5     
+ Misses       3707     3702       -5     
  Partials       50       50              
Flag Coverage Δ
unittests 67.49% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/crdconversion/crdconversion.go 75.00% <0.00%> (+5.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 414d3c1...2dbb88c. Read the comment docs.

@trstringer trstringer merged commit 38d7c0e into openservicemesh:main Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants