Jaime Fullaondo
Jaime Fullaondo
### What does this PR do? This PR will run the SDK repos CI if we have a successful test run (maybe it should run always, regardless). ### Motivation During...
In a flare when running jmxfetch in autoconf/auto-discovery mode we don't seem to include the relevant `list_everything`, `list_collected_attributes`, `list_matching_attributes`, etc. The problem has two facets I believe: 1. JMXfetch will...
I was having issues building on OSX. Python is provided as a framework by Xcode, and has to be included as `#include "Python/Python.h"` as opposed to the expected in `#include...
### What does this PR do? This PR continues the consolidation of protobuf definitions into the `pkg/proto` package. We were missing a few elements from the trace team, and some...
This is a very small PR to address a small change we expect to implement in the JMXFetch lib, by which the `App.run()` method will no longer be static. It...
This is barebones package support for a potential `datadog-fips-proxy` package.
### What does this PR do? In PR https://github.com/DataDog/datadog-agent/pull/18492 we added backward-compatibility support for official flags that were now deprecated. Unfortunately, the unofficially supported `--pid` (single hyphen were the documented...
### What does this PR do? This PR adds an **experimental** HA config subsection and said configuration is exposed via an API endpoint for potential consumption by other processes. ###...
### What does this PR do? This PR adds a small tool to break down a Go binary's dependencies by size. ### Motivation Handy tool to understand the weight brought...