Skip to content

Commit 9a04b5b

Browse files
Change basepath and Remove Unused YAML for Jaeger demo deployment (#7374)
## Which problem is this PR solving? - Part of #7115 ## Description of the changes - Change base path for trace-generator - Removed Unused manifests since we are handling everything with Helm charts now ## How was this change tested? - ## Checklist - [ ] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [ ] I have signed all commits - [ ] I have added unit tests for the new functionality - [ ] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` Signed-off-by: chahat sagar <[email protected]>
1 parent 7d006c3 commit 9a04b5b

File tree

2 files changed

+1
-34
lines changed

2 files changed

+1
-34
lines changed

examples/oci/load-generator/generate_traces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import random
66
import time
77

8-
url = "http://jaeger-hotrod.default.svc.cluster.local:80/dispatch"
8+
url = "http://jaeger-hotrod.default.svc.cluster.local:80/hotrod/dispatch" # /hotrod is the basepath
99

1010
customer_ids = [123, 392, 731, 567]
1111
i = 0

examples/oci/prometheus-deploy.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)