Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DataDog/agent-payload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.127
Choose a base ref
...
head repository: DataDog/agent-payload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.128
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 26, 2024

  1. Add ECS Host and hostname and remove agentinfo from resources

    aureleoules committed Jul 26, 2024
    Copy the full SHA
    21b9fda View commit details
  2. autogenerated code

    aureleoules committed Jul 26, 2024
    Copy the full SHA
    a76cbc0 View commit details
  3. Add host to ECSTask

    aureleoules committed Jul 26, 2024
    Copy the full SHA
    d319ce2 View commit details

Commits on Jul 30, 2024

  1. Merge pull request #328 from DataDog/aurele.oules/remove-agent-info-a…

    …dd-ecs-host
    
    Add ECS Host and hostname and remove agentinfo from resources
    
    Co-authored-by: aureleoules <aurele.oules@datadoghq.com>
    dd-mergequeue[bot] and aureleoules authored Jul 30, 2024
    Copy the full SHA
    bfc4b8a View commit details
Showing with 2,027 additions and 3,624 deletions.
  1. +1,940 −3,268 process/agent.pb.go
  2. +84 −331 process/agent.proto_builder.go
  3. +3 −25 proto/process/agent.proto
Loading