Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elastic.Apm.Ingest, new PayloadSender implementation #2171

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2023

  1. Add APM server ingestion channel

    Added `ApmChannel` class that extends the `TransportChannelBase` to provide event ingestion to APM server, which sends V2 intake API data.
    
    Also updated the implementation of `IMetricSet`, `ITransaction`, `IError` and `ISpan` to include an `IIntakeRoot` interface which is used to define the incoming root JSON structure to APM server.
    
    Updated several dependency versions in some projects. Also added reference to `Elastic.Ingest.Transport` in `Elastic.Apm.csproj`, enabling data transport using our shared infrastructure.
    
    Added new files `ApmChannelOptions` and `IIntakeRoot` to manage channel options and declare the interface for incoming JSON data structure respectively. `IntakeErrorItem` and `EventIntakeResponse` are created to handle responses from ingestion processes.
    Mpdreamz committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1cadb61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0e533 View commit details
    Browse the repository at this point in the history
  3. dotnet format

    Mpdreamz committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    83e8d95 View commit details
    Browse the repository at this point in the history