Gustavo Caso

Results 31 issues of Gustavo Caso

### What does this PR do? Remove `globalServer` and `globalServerMu`. Since the netflow server has its own status provider, we no longer needs those globals variables. A part form that...

changelog/no-changelog
team/network-device-monitoring

**What does this PR do?** Adds support for telemetry metrics. Telemetrics metrics is enabled by default and can be configured using `c.telemetry.metrics = ` or using `DD_TELEMETRY_METRICS_ENABLED` Each product will...

core

**What does this PR do?** Propagate expires information to content instances. Make sure to remove content information from `config_state` when content has expired. **Motivation** The `config_states` information have to change...

core

**What does this PR do?** Introduce a native ruby ReadWrite Lock implementation. This RWLock would be used in subsequent work for the Remote Client Configuration. You can check this [PR](https://github.com/DataDog/dd-trace-rb/pull/2714)...

appsec

@solnic This is the combination of the PR in `rom` https://github.com/rom-rb/rom/pull/387 We can discuss further actions in other to make this work.

@timriley I added some documentation regarding `auto-register` We are missing - [x] Default namespace - [ ] Manual Registration

### What does this PR do? During the Agent innovation week @iglendd, @coignetp and myself are working on enabling continues profiling for the Agent and the integrations at runtime. The...

base_package
team/agent-integrations

### What does this PR do? We introduced a bug on a previous PR that solved an issue with the configcheck command not displaying properly for cluster agent https://github.com/DataDog/datadog-agent/pull/26435. The...

changelog/no-changelog
qa/done