Skip to content

feat/Add optional DebugProbe Server ingestion#138

Merged
georgidhristov merged 1 commit into
release/2.0.0from
feature/optional-server-ingestion
Jun 29, 2026
Merged

feat/Add optional DebugProbe Server ingestion#138
georgidhristov merged 1 commit into
release/2.0.0from
feature/optional-server-ingestion

Conversation

@georgidhristov

Copy link
Copy Markdown
Collaborator

Summary

Adds optional centralized ingestion from DebugProbe.AspNetCore to DebugProbe.Server.

When DebugProbe:ServerUrl is configured, captured request traces are still stored locally and are also sent to the server at POST /api/ingestion/requests. When no server URL is configured, DebugProbe continues to work in local-only mode.

Changes

  • Added optional server configuration: ServerUrl, ApplicationId, ApplicationName, InstanceId
  • Added a lightweight server client for forwarding captured request traces
  • Wired the sample API to read DebugProbe server settings from configuration
  • Added server read endpoints for telemetry UI data:
    • GET /api/requests
    • GET /api/exceptions
    • GET /api/heartbeats
  • Added option validation and test coverage

Validation

  • Built DebugProbe.AspNetCore
  • Built DebugProbe.Server.Api
  • Built DebugProbe.SampleApi
  • Ran DebugProbe.AspNetCore.Tests: 62/62 passed

@georgidhristov georgidhristov merged commit 85757e1 into release/2.0.0 Jun 29, 2026
1 check passed
@georgidhristov georgidhristov deleted the feature/optional-server-ingestion branch June 29, 2026 09:22
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.

1 participant