Update Demo injection_deep_java - #4176
Open
plengauer wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the injection_deep_java demo artifacts to reflect the latest captured OpenTelemetry output (agent/runtime and OTLP payload changes).
Changes:
- Refreshes captured stderr output (agent log line/timestamp formatting).
- Updates OTLP JSON snapshots (telemetry SDK version bump and new trace/span IDs, timestamps, resource attributes).
- Updates README “Full Trace” example to match the new captured trace data.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| demos/injection_deep_java/output.stderr | Updates captured stderr output with current agent log line formatting/timestamp. |
| demos/injection_deep_java/otlp.json | Refreshes OTLP snapshot content and shifts one captured payload from log schema to span schema. |
| demos/injection_deep_java/README.md | Updates documented example trace/span output to match the refreshed snapshot. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
203
to
207
| ] | ||
| } | ||
| { | ||
| "resourceLogs": [ | ||
| "resourceSpans": [ | ||
| { |
Comment on lines
19
to
28
| "key": "telemetry.sdk.version", | ||
| "value": { | ||
| "stringValue": "5.61.2" | ||
| "stringValue": "5.61.4" | ||
| } | ||
| }, | ||
| { | ||
| "key": "service.instance.id", | ||
| "value": { | ||
| "stringValue": "ed3811b3-76c7-4533-9623-aa1994862950" | ||
| "stringValue": "06a830cd-64d7-4285-a988-2e571a415637" | ||
| } |
Comment on lines
+55
to
+59
| "process.pid": 4619, | ||
| "process.runtime.description": "Eclipse Adoptium OpenJDK 64-Bit Server VM 17.0.20.1+1", | ||
| "process.runtime.name": "OpenJDK Runtime Environment", | ||
| "process.runtime.version": "17.0.20+8", | ||
| "service.instance.id": "d1701392-85e7-4667-a267-83584fa5dba4", | ||
| "process.runtime.version": "17.0.20.1+1", | ||
| "service.instance.id": "f8f70367-07c0-48f2-bcfa-255d2b20d35d", |
plengauer
force-pushed
the
demos/injection_deep_java
branch
from
August 31, 2026 16:13
b7278c0 to
a64b141
Compare
moflwi
previously approved these changes
Aug 31, 2026
moflwi
left a comment
Collaborator
There was a problem hiding this comment.
Auto-approved: demo fixture refresh, recorded output only.
plengauer
force-pushed
the
demos/injection_deep_java
branch
from
September 1, 2026 14:54
a64b141 to
76da19b
Compare
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.
(this PR is automatically generated)