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

Report profiling data in v2.4 intake format; compress files #53

Merged
merged 10 commits into from
Sep 27, 2022

Commits on Sep 22, 2022

  1. Report profiling data in v2.4 intake format

    This was tested with both the Ruby (agent and agentless modes) and
    the PHP profilers.
    
    This also introduces a breaking API change: the
    `ddog_ProfileExporter_build` / `ProfileExporter::build` functions
    now take two additional arguments -- the profiling library name
    and version.
    
    Other than that change, using the v2.4 intake format is transparent
    to the libdatadog users.
    
    Thanks to @morrisonlevi for pairing with me on this.
    
    Note that this does not (yet) include support for including
    attributes in the reporting data. I'll leave that for a separate PR.
    ivoanjo committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    470407e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87ad687 View commit details
    Browse the repository at this point in the history
  3. Remove data[] from the name of the files

    This isn't a thing in v2.4
    morrisonlevi committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    148a2b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abcb2a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61ccef9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Configuration menu
    Copy the full SHA
    dc8b1dd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Test for DD-EVP-ORIGIN*

    morrisonlevi committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    c031a06 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    1759e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8225e83 View commit details
    Browse the repository at this point in the history
  3. Improve comments

    morrisonlevi committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a32ba62 View commit details
    Browse the repository at this point in the history