[load-generator] Update locustfile for logging with TraceContext#2265
Merged
julianocosta89 merged 9 commits intoopen-telemetry:mainfrom Jun 24, 2025
Merged
[load-generator] Update locustfile for logging with TraceContext#2265julianocosta89 merged 9 commits intoopen-telemetry:mainfrom
julianocosta89 merged 9 commits intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com>
Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com>
julianocosta89
requested changes
Jun 18, 2025
Member
julianocosta89
left a comment
There was a problem hiding this comment.
Hey @ps48 thanks for taking care of that.
I've left some comments, basically to remove the resource and rely on the service name coming from the env var, and asking to keep just one log entry per call.
Just to not explode the amount of data produced by the load-gen.
Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com>
Contributor
Author
|
Hi @julianocosta89, this commit db6f18a should address all the mentioned changes. |
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
julianocosta89
approved these changes
Jun 24, 2025
orkhanM
pushed a commit
to crashoverride-poc/opentelemetry-demo
that referenced
this pull request
Jun 24, 2025
…n-telemetry#2265) * update locustfile for logging with traceContext Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * update changelog, lint check Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * remove explicitly adding service name, remove double logging Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> --------- Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
Member
|
@ps48, we may need to revisit this. With this change all spans from each task from load-gen are grouped into one single trace: I've missed that in the review, as I was just looking at the logs. |
3 tasks
rnjn
pushed a commit
to base-14/opentelemetry-demo
that referenced
this pull request
Jul 28, 2025
…n-telemetry#2265) * update locustfile for logging with traceContext Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * update changelog, lint check Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * remove explicitly adding service name, remove double logging Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> --------- Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
cloud-hb
pushed a commit
to cloud-hb/opentelemetry-demo
that referenced
this pull request
Nov 17, 2025
…n-telemetry#2265) * update locustfile for logging with traceContext Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * update changelog, lint check Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * remove explicitly adding service name, remove double logging Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> --------- Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
irfn
pushed a commit
to base-14/opentelemetry-demo
that referenced
this pull request
Jan 13, 2026
…n-telemetry#2265) * update locustfile for logging with traceContext Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * update changelog, lint check Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * remove explicitly adding service name, remove double logging Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> * Update src/load-generator/locustfile.py Co-authored-by: Juliano Costa <julianocosta89@outlook.com> --------- Signed-off-by: Shenoy Pratik <pshenoy36@gmail.com> Co-authored-by: Juliano Costa <julianocosta89@outlook.com>
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.

Changes
Related issue: #2250
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.