Skip to content

Update Demo injection_deep_java - #4176

Open
plengauer wants to merge 1 commit into
mainfrom
demos/injection_deep_java
Open

Update Demo injection_deep_java#4176
plengauer wants to merge 1 commit into
mainfrom
demos/injection_deep_java

Conversation

@plengauer

Copy link
Copy Markdown
Owner

(this PR is automatically generated)

@plengauer
plengauer requested a review from moflwi as a code owner August 30, 2026 19:45
Copilot AI lite review requested due to automatic review settings August 30, 2026 19:45
@plengauer
plengauer enabled auto-merge (squash) August 30, 2026 19:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread demos/injection_deep_java/README.md Outdated
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",
moflwi
moflwi previously approved these changes Aug 31, 2026

@moflwi moflwi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: demo fixture refresh, recorded output only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants