Skip to content

feat: use OpenTelemetry for traces, logs and metrics#373

Draft
daniel-mader wants to merge 2 commits into
betafrom
feat/init-opentelemetry
Draft

feat: use OpenTelemetry for traces, logs and metrics#373
daniel-mader wants to merge 2 commits into
betafrom
feat/init-opentelemetry

Conversation

@daniel-mader

Copy link
Copy Markdown
Contributor

Description of change

Replaces the following PRs:

The default OpenTelemetry SDK env variables are strictly followed.

Links to any relevant issues

Be sure to reference any related issues by adding fixes issue #.

How the change has been tested

Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have successfully tested this change in a docker environment

@daniel-mader daniel-mader self-assigned this Jul 10, 2026
@daniel-mader daniel-mader added the Added A new feature that requires a minor release. label Jul 10, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 29.59641% with 157 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
agent_application/src/telemetry.rs 0.00% 99 Missing ⚠️
agent_application/src/lib.rs 0.00% 33 Missing ⚠️
agent_application/src/credential_metrics.rs 74.32% 19 Missing ⚠️
agent_api_http/src/metrics.rs 0.00% 4 Missing ⚠️
agent_store/src/lib.rs 84.61% 2 Missing ⚠️
Files with missing lines Coverage Δ
agent_shared/src/config/mod.rs 89.78% <ø> (ø)
agent_store/src/lib.rs 78.48% <84.61%> (+0.07%) ⬆️
agent_api_http/src/metrics.rs 0.00% <0.00%> (ø)
agent_application/src/credential_metrics.rs 74.32% <74.32%> (ø)
agent_application/src/lib.rs 0.00% <0.00%> (ø)
agent_application/src/telemetry.rs 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@daniel-mader daniel-mader changed the title feat: initialize OpenTelemetry for traces, logs and metrics feat: use OpenTelemetry for traces, logs and metrics Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Added A new feature that requires a minor release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants