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

[CWS] Move is_exec_child field to the ProcessInfo structure #262

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

Gui774ume
Copy link
Contributor

What does this PR do?

This PR moves the is_exec_child field to the ProcessInfo structure to avoid duplicating it. It should have been in ProcessInfo in the first place ...

Motivation

This is required to help the CWS backend team properly identify which nodes are exec children or not.

Additional Notes

Possible Drawbacks / Trade-offs

Describe how to test/QA your changes

Reviewer's Checklist

Reviewers: please see the review guidelines.

@Gui774ume Gui774ume requested review from a team as code owners July 13, 2023 11:24
Copy link
Contributor

@sgnn7 sgnn7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny question but LGTM

proto/cws/dumpsv1/activity_dump.proto Show resolved Hide resolved
@Gui774ume Gui774ume merged commit bfb5d05 into master Jul 17, 2023
7 checks passed
mx-psi added a commit to open-telemetry/opentelemetry-collector-contrib that referenced this pull request Dec 13, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://togithub.com/DataDog/agent-payload)
| require | patch | `v5.0.89` -> `v5.0.101` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-devel` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/trace](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-api-client-go/v2](https://togithub.com/DataDog/datadog-api-client-go)
| require | minor | `v2.18.0` -> `v2.20.0` |
| [github.com/DataDog/gohai](https://togithub.com/DataDog/gohai) |
require | digest | `1776f9b` -> `4316413` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/quantile](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.101`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.101)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.100...v5.0.101)

#### What's Changed

- Add metrics origin product, service and category by
[@&#8203;mx-psi](https://togithub.com/mx-psi) in
[DataDog/agent-payload#280

#### New Contributors

- [@&#8203;mx-psi](https://togithub.com/mx-psi) made their first
contribution in
[DataDog/agent-payload#280

**Full Changelog**:
DataDog/agent-payload@v5.0.100...v5.0.101

###
[`v5.0.100`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.100)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.99...v5.0.100)

#### What's Changed

- Add container memory request to process payload by
[@&#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#278

**Full Changelog**:
DataDog/agent-payload@v5.0.99...v5.0.100

###
[`v5.0.99`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.99)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.98...v5.0.99)

#### What's Changed

- \[OTEL-941] Upgrade gogo/protobuf to v1.3.2 by
[@&#8203;songy23](https://togithub.com/songy23) in
[DataDog/agent-payload#273

#### New Contributors

- [@&#8203;songy23](https://togithub.com/songy23) made their first
contribution in
[DataDog/agent-payload#273

**Full Changelog**:
DataDog/agent-payload@v5.0.98...v5.0.99

###
[`v5.0.98`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.98)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.97...v5.0.98)

#### What's Changed

- Add cpuRequest field to container payload by
[@&#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#276

**Full Changelog**:
DataDog/agent-payload@v5.0.97...v5.0.98

###
[`v5.0.97`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.97)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.96...v5.0.97)

#### What's Changed

- add SBOM status to SBOM payload by
[@&#8203;AliDatadog](https://togithub.com/AliDatadog) in
[DataDog/agent-payload#274
- Add heartbeat and hash fields to SBOM by
[@&#8203;lebauce](https://togithub.com/lebauce) in
[DataDog/agent-payload#275

#### New Contributors

- [@&#8203;lebauce](https://togithub.com/lebauce) made their first
contribution in
[DataDog/agent-payload#275

**Full Changelog**:
DataDog/agent-payload@v5.0.96...v5.0.97

###
[`v5.0.96`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.96)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.95...v5.0.96)

#### What's Changed

- Add tags to cr/crds by
[@&#8203;JLineaweaver](https://togithub.com/JLineaweaver) in
[DataDog/agent-payload#271

**Full Changelog**:
DataDog/agent-payload@v5.0.95...v5.0.96

###
[`v5.0.95`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.95)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.94...v5.0.95)

#### What's Changed

- \[CWS] add 64bits Cookie by
[@&#8203;safchain](https://togithub.com/safchain) in
[DataDog/agent-payload#270

#### New Contributors

- [@&#8203;safchain](https://togithub.com/safchain) made their first
contribution in
[DataDog/agent-payload#270

**Full Changelog**:
DataDog/agent-payload@v5.0.94...v5.0.95

###
[`v5.0.94`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.94)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.93...v5.0.94)

#### What's Changed

- Adding new SBOM Source Type by
[@&#8203;juli1](https://togithub.com/juli1) in
[DataDog/agent-payload#269
- Generate gostreamer code for process protobuf by
[@&#8203;leeavital](https://togithub.com/leeavital) in
[DataDog/agent-payload#264

#### New Contributors

- [@&#8203;juli1](https://togithub.com/juli1) made their first
contribution in
[DataDog/agent-payload#269

**Full Changelog**:
DataDog/agent-payload@v5.0.93...v5.0.94

###
[`v5.0.93`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.93)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.92...v5.0.93)

#### What's Changed

- Add section for publishing changes by
[@&#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#268
- \[orchestration] Add Horizontal Pod Autoscaler by
[@&#8203;stzou](https://togithub.com/stzou) in
[DataDog/agent-payload#266

#### New Contributors

- [@&#8203;stzou](https://togithub.com/stzou) made their first
contribution in
[DataDog/agent-payload#266

**Full Changelog**:
DataDog/agent-payload@v5.0.92...v5.0.93

###
[`v5.0.92`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.92)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.91...v5.0.92)

#### What's Changed

- \[process] Add comm field to command model by
[@&#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#267

#### New Contributors

- [@&#8203;robertjli](https://togithub.com/robertjli) made their first
contribution in
[DataDog/agent-payload#267

**Full Changelog**:
DataDog/agent-payload@v5.0.91...v5.0.92

###
[`v5.0.91`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.91)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.90...v5.0.91)

#### What's Changed

- connections: add GRPC protocol by
[@&#8203;Yumasi](https://togithub.com/Yumasi) in
[DataDog/agent-payload#263

#### New Contributors

- [@&#8203;Yumasi](https://togithub.com/Yumasi) made their first
contribution in
[DataDog/agent-payload#263

**Full Changelog**:
DataDog/agent-payload@v5.0.90...v5.0.91

###
[`v5.0.90`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.90)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.89...v5.0.90)

#### What's Changed

- Mark yaml as deprecated by
[@&#8203;mfpierre](https://togithub.com/mfpierre) in
[DataDog/agent-payload#260
- \[CWS] Move is_exec_child field to the ProcessInfo structure by
[@&#8203;Gui774ume](https://togithub.com/Gui774ume) in
[DataDog/agent-payload#262

**Full Changelog**:
DataDog/agent-payload@v5.0.89...v5.0.90

</details>

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.20.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.20.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.19.0...v2.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.20.0 -->

#### What's Changed

##### Fixed

- Fix Powerpack schema by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2262

##### Added

- Add support for projected-cost endpoint by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2245
- Document missing incident fields by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2268
- Add active billing dimensions to usage metering by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2288
- Add Cost Attribution To Usage Metering Public Beta Documentation by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2273
- Update spec to include new DORA API endpoints by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2287
- Add support to patch Synthetics test with partial data using JSON
Patch by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2281
- Document new api/app key schemas by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2267
- Document new field `filters` for `CloudWorkloadSecurityAgentRule` by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2289
- Live and historical custom timeseries docs by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2279
- Add week_to_date and month_to_date to widget livespan by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2282
- Use request data for undo operations in tests when response empty by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2256
- Document `included_keywords` in `ListStandardPatterns` response by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2292
- Document fields `remote_config_read_enabled` and `category` by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2290
- Update Azure Spec to include Resource Collection by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2298
- Allow creation of Application Security detection rules from the v2 API
by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2300
- Add Okta Integration APIs by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2280
- Remove unstable flag for Events v2 api by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2306

**Full Changelog**:
DataDog/datadog-api-client-go@v2.19.0...v2.20.0

###
[`v2.19.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.19.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.18.0...v2.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.19.0 -->

#### What's Changed

##### Fixed

- Remove notify_no_data default by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2242
- Fix SecurityMonitoringSignalAttribute field name by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2249
- Fix typo in service definition field by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2266

##### Added

- Update documentation for Cloud SIEM by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2234
- Add containers API spec by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2235
- Add serverless apm to usage attribution api by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2240
- Document missing parameters by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2198
- Powerpack Live Span Support by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2247
- Add Amazon EventBridge endpoints to AWS Integration API by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2236
- Add Container App filters to Azure API by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2217
- Add UUID format support by
[@&#8203;HantingZhang2](https://togithub.com/HantingZhang2) in
[DataDog/datadog-api-client-go#2253
- Add new UA products to usage metering docs by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2251
- Cleanup linter warnings by
[@&#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2258
- Add scorecards endpoints by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2259
- Document top list widget style by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2243
- Add optional group-bys support to security signals by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2260

##### Changed

- Add Beta Banner to Send Pipeline Events Endpoint by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2248
- Remove endpoint for mute or unmute a finding and add support for bulk
mute findings endpoint by
[@&#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2244
- Place `goccy/go-json` behind built tags and revert default encoder to
`encoder/json` package by
[@&#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2270

**Full Changelog**:
DataDog/datadog-api-client-go@v2.18.0...v2.19.0

</details>

<details>
<summary>DataDog/opentelemetry-mapping-go
(github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata)</summary>

###
[`v0.9.0`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v090)

##### 🛑 Breaking changes 🛑

- `pkg/metrics`: Remove `WithResourceAttributesAsTags()` and
`translatorConfig.ResourceAttributesAsTags`
([#&#8203;219](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/219))
- `pkg/otlp/metrics`: Change signature of `NewTranslator` to accept
`component.TelemetrySettings` instead of `zap.Logger`
([#&#8203;218](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/218))

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: DataDog log timestamp (ie.
'[@&#8203;timestamp](https://togithub.com/timestamp)') now includes
milliseconds.
([#&#8203;152](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/152))
- `pkg/otlp/metric`: Add
`datadog.otlp_translator.metrics.missing_source` counter, which counts
the number of metrics that are missing a source (e.g. hostname).
([#&#8203;220](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/220))
- `pkg/inframetadata`: Add support for GOOS and GOARCH values
([#&#8203;185](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/185))

##### 🧰 Bug fixes 🧰

- `pkg/otlp/metrics`: Removes runtime metric mapping for
process.runtime.jvm.gc.duration -> jvm.gc.parnew.time
([#&#8203;213](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/213))

###
[`v0.8.3`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v083)

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: Add support for nested log attributes.
([#&#8203;207](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/207))

###
[`v0.8.2`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v082)

##### 💡 Enhancements 💡

- `pkg/otlp/metrics`: Add support for metrics origin in `Dimensions`.
([#&#8203;204](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/204))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <yang.song@datadoghq.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
nslaughter pushed a commit to nslaughter/opentelemetry-collector-contrib that referenced this pull request Dec 27, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://togithub.com/DataDog/agent-payload)
| require | patch | `v5.0.89` -> `v5.0.101` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-devel` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/trace](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-api-client-go/v2](https://togithub.com/DataDog/datadog-api-client-go)
| require | minor | `v2.18.0` -> `v2.20.0` |
| [github.com/DataDog/gohai](https://togithub.com/DataDog/gohai) |
require | digest | `1776f9b` -> `4316413` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/quantile](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.101`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.101)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.100...v5.0.101)

#### What's Changed

- Add metrics origin product, service and category by
[@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) in
[DataDog/agent-payload#280

#### New Contributors

- [@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) made their first
contribution in
[DataDog/agent-payload#280

**Full Changelog**:
DataDog/agent-payload@v5.0.100...v5.0.101

###
[`v5.0.100`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.100)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.99...v5.0.100)

#### What's Changed

- Add container memory request to process payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#278

**Full Changelog**:
DataDog/agent-payload@v5.0.99...v5.0.100

###
[`v5.0.99`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.99)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.98...v5.0.99)

#### What's Changed

- \[OTEL-941] Upgrade gogo/protobuf to v1.3.2 by
[@&open-telemetry#8203;songy23](https://togithub.com/songy23) in
[DataDog/agent-payload#273

#### New Contributors

- [@&open-telemetry#8203;songy23](https://togithub.com/songy23) made their first
contribution in
[DataDog/agent-payload#273

**Full Changelog**:
DataDog/agent-payload@v5.0.98...v5.0.99

###
[`v5.0.98`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.98)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.97...v5.0.98)

#### What's Changed

- Add cpuRequest field to container payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#276

**Full Changelog**:
DataDog/agent-payload@v5.0.97...v5.0.98

###
[`v5.0.97`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.97)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.96...v5.0.97)

#### What's Changed

- add SBOM status to SBOM payload by
[@&open-telemetry#8203;AliDatadog](https://togithub.com/AliDatadog) in
[DataDog/agent-payload#274
- Add heartbeat and hash fields to SBOM by
[@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) in
[DataDog/agent-payload#275

#### New Contributors

- [@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) made their first
contribution in
[DataDog/agent-payload#275

**Full Changelog**:
DataDog/agent-payload@v5.0.96...v5.0.97

###
[`v5.0.96`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.96)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.95...v5.0.96)

#### What's Changed

- Add tags to cr/crds by
[@&open-telemetry#8203;JLineaweaver](https://togithub.com/JLineaweaver) in
[DataDog/agent-payload#271

**Full Changelog**:
DataDog/agent-payload@v5.0.95...v5.0.96

###
[`v5.0.95`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.95)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.94...v5.0.95)

#### What's Changed

- \[CWS] add 64bits Cookie by
[@&open-telemetry#8203;safchain](https://togithub.com/safchain) in
[DataDog/agent-payload#270

#### New Contributors

- [@&open-telemetry#8203;safchain](https://togithub.com/safchain) made their first
contribution in
[DataDog/agent-payload#270

**Full Changelog**:
DataDog/agent-payload@v5.0.94...v5.0.95

###
[`v5.0.94`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.94)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.93...v5.0.94)

#### What's Changed

- Adding new SBOM Source Type by
[@&open-telemetry#8203;juli1](https://togithub.com/juli1) in
[DataDog/agent-payload#269
- Generate gostreamer code for process protobuf by
[@&open-telemetry#8203;leeavital](https://togithub.com/leeavital) in
[DataDog/agent-payload#264

#### New Contributors

- [@&open-telemetry#8203;juli1](https://togithub.com/juli1) made their first
contribution in
[DataDog/agent-payload#269

**Full Changelog**:
DataDog/agent-payload@v5.0.93...v5.0.94

###
[`v5.0.93`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.93)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.92...v5.0.93)

#### What's Changed

- Add section for publishing changes by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#268
- \[orchestration] Add Horizontal Pod Autoscaler by
[@&open-telemetry#8203;stzou](https://togithub.com/stzou) in
[DataDog/agent-payload#266

#### New Contributors

- [@&open-telemetry#8203;stzou](https://togithub.com/stzou) made their first
contribution in
[DataDog/agent-payload#266

**Full Changelog**:
DataDog/agent-payload@v5.0.92...v5.0.93

###
[`v5.0.92`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.92)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.91...v5.0.92)

#### What's Changed

- \[process] Add comm field to command model by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#267

#### New Contributors

- [@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) made their first
contribution in
[DataDog/agent-payload#267

**Full Changelog**:
DataDog/agent-payload@v5.0.91...v5.0.92

###
[`v5.0.91`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.91)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.90...v5.0.91)

#### What's Changed

- connections: add GRPC protocol by
[@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) in
[DataDog/agent-payload#263

#### New Contributors

- [@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) made their first
contribution in
[DataDog/agent-payload#263

**Full Changelog**:
DataDog/agent-payload@v5.0.90...v5.0.91

###
[`v5.0.90`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.90)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.89...v5.0.90)

#### What's Changed

- Mark yaml as deprecated by
[@&open-telemetry#8203;mfpierre](https://togithub.com/mfpierre) in
[DataDog/agent-payload#260
- \[CWS] Move is_exec_child field to the ProcessInfo structure by
[@&open-telemetry#8203;Gui774ume](https://togithub.com/Gui774ume) in
[DataDog/agent-payload#262

**Full Changelog**:
DataDog/agent-payload@v5.0.89...v5.0.90

</details>

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.20.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.20.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.19.0...v2.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.20.0 -->

#### What's Changed

##### Fixed

- Fix Powerpack schema by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2262

##### Added

- Add support for projected-cost endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2245
- Document missing incident fields by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2268
- Add active billing dimensions to usage metering by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2288
- Add Cost Attribution To Usage Metering Public Beta Documentation by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2273
- Update spec to include new DORA API endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2287
- Add support to patch Synthetics test with partial data using JSON
Patch by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2281
- Document new api/app key schemas by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2267
- Document new field `filters` for `CloudWorkloadSecurityAgentRule` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2289
- Live and historical custom timeseries docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2279
- Add week_to_date and month_to_date to widget livespan by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2282
- Use request data for undo operations in tests when response empty by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2256
- Document `included_keywords` in `ListStandardPatterns` response by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2292
- Document fields `remote_config_read_enabled` and `category` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2290
- Update Azure Spec to include Resource Collection by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2298
- Allow creation of Application Security detection rules from the v2 API
by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2300
- Add Okta Integration APIs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2280
- Remove unstable flag for Events v2 api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2306

**Full Changelog**:
DataDog/datadog-api-client-go@v2.19.0...v2.20.0

###
[`v2.19.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.19.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.18.0...v2.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.19.0 -->

#### What's Changed

##### Fixed

- Remove notify_no_data default by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2242
- Fix SecurityMonitoringSignalAttribute field name by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2249
- Fix typo in service definition field by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2266

##### Added

- Update documentation for Cloud SIEM by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2234
- Add containers API spec by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2235
- Add serverless apm to usage attribution api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2240
- Document missing parameters by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2198
- Powerpack Live Span Support by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2247
- Add Amazon EventBridge endpoints to AWS Integration API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2236
- Add Container App filters to Azure API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2217
- Add UUID format support by
[@&open-telemetry#8203;HantingZhang2](https://togithub.com/HantingZhang2) in
[DataDog/datadog-api-client-go#2253
- Add new UA products to usage metering docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2251
- Cleanup linter warnings by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2258
- Add scorecards endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2259
- Document top list widget style by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2243
- Add optional group-bys support to security signals by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2260

##### Changed

- Add Beta Banner to Send Pipeline Events Endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2248
- Remove endpoint for mute or unmute a finding and add support for bulk
mute findings endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2244
- Place `goccy/go-json` behind built tags and revert default encoder to
`encoder/json` package by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2270

**Full Changelog**:
DataDog/datadog-api-client-go@v2.18.0...v2.19.0

</details>

<details>
<summary>DataDog/opentelemetry-mapping-go
(github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata)</summary>

###
[`v0.9.0`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v090)

##### 🛑 Breaking changes 🛑

- `pkg/metrics`: Remove `WithResourceAttributesAsTags()` and
`translatorConfig.ResourceAttributesAsTags`
([#&open-telemetry#8203;219](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/219))
- `pkg/otlp/metrics`: Change signature of `NewTranslator` to accept
`component.TelemetrySettings` instead of `zap.Logger`
([#&open-telemetry#8203;218](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/218))

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: DataDog log timestamp (ie.
'[@&open-telemetry#8203;timestamp](https://togithub.com/timestamp)') now includes
milliseconds.
([#&open-telemetry#8203;152](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/152))
- `pkg/otlp/metric`: Add
`datadog.otlp_translator.metrics.missing_source` counter, which counts
the number of metrics that are missing a source (e.g. hostname).
([#&open-telemetry#8203;220](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/220))
- `pkg/inframetadata`: Add support for GOOS and GOARCH values
([#&open-telemetry#8203;185](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/185))

##### 🧰 Bug fixes 🧰

- `pkg/otlp/metrics`: Removes runtime metric mapping for
process.runtime.jvm.gc.duration -> jvm.gc.parnew.time
([#&open-telemetry#8203;213](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/213))

###
[`v0.8.3`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v083)

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: Add support for nested log attributes.
([#&open-telemetry#8203;207](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/207))

###
[`v0.8.2`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v082)

##### 💡 Enhancements 💡

- `pkg/otlp/metrics`: Add support for metrics origin in `Dimensions`.
([#&open-telemetry#8203;204](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/204))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <yang.song@datadoghq.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
nslaughter pushed a commit to nslaughter/opentelemetry-collector-contrib that referenced this pull request Dec 27, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://togithub.com/DataDog/agent-payload)
| require | patch | `v5.0.89` -> `v5.0.101` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-devel` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/trace](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-api-client-go/v2](https://togithub.com/DataDog/datadog-api-client-go)
| require | minor | `v2.18.0` -> `v2.20.0` |
| [github.com/DataDog/gohai](https://togithub.com/DataDog/gohai) |
require | digest | `1776f9b` -> `4316413` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/quantile](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.101`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.101)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.100...v5.0.101)

#### What's Changed

- Add metrics origin product, service and category by
[@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) in
[DataDog/agent-payload#280

#### New Contributors

- [@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) made their first
contribution in
[DataDog/agent-payload#280

**Full Changelog**:
DataDog/agent-payload@v5.0.100...v5.0.101

###
[`v5.0.100`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.100)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.99...v5.0.100)

#### What's Changed

- Add container memory request to process payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#278

**Full Changelog**:
DataDog/agent-payload@v5.0.99...v5.0.100

###
[`v5.0.99`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.99)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.98...v5.0.99)

#### What's Changed

- \[OTEL-941] Upgrade gogo/protobuf to v1.3.2 by
[@&open-telemetry#8203;songy23](https://togithub.com/songy23) in
[DataDog/agent-payload#273

#### New Contributors

- [@&open-telemetry#8203;songy23](https://togithub.com/songy23) made their first
contribution in
[DataDog/agent-payload#273

**Full Changelog**:
DataDog/agent-payload@v5.0.98...v5.0.99

###
[`v5.0.98`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.98)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.97...v5.0.98)

#### What's Changed

- Add cpuRequest field to container payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#276

**Full Changelog**:
DataDog/agent-payload@v5.0.97...v5.0.98

###
[`v5.0.97`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.97)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.96...v5.0.97)

#### What's Changed

- add SBOM status to SBOM payload by
[@&open-telemetry#8203;AliDatadog](https://togithub.com/AliDatadog) in
[DataDog/agent-payload#274
- Add heartbeat and hash fields to SBOM by
[@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) in
[DataDog/agent-payload#275

#### New Contributors

- [@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) made their first
contribution in
[DataDog/agent-payload#275

**Full Changelog**:
DataDog/agent-payload@v5.0.96...v5.0.97

###
[`v5.0.96`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.96)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.95...v5.0.96)

#### What's Changed

- Add tags to cr/crds by
[@&open-telemetry#8203;JLineaweaver](https://togithub.com/JLineaweaver) in
[DataDog/agent-payload#271

**Full Changelog**:
DataDog/agent-payload@v5.0.95...v5.0.96

###
[`v5.0.95`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.95)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.94...v5.0.95)

#### What's Changed

- \[CWS] add 64bits Cookie by
[@&open-telemetry#8203;safchain](https://togithub.com/safchain) in
[DataDog/agent-payload#270

#### New Contributors

- [@&open-telemetry#8203;safchain](https://togithub.com/safchain) made their first
contribution in
[DataDog/agent-payload#270

**Full Changelog**:
DataDog/agent-payload@v5.0.94...v5.0.95

###
[`v5.0.94`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.94)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.93...v5.0.94)

#### What's Changed

- Adding new SBOM Source Type by
[@&open-telemetry#8203;juli1](https://togithub.com/juli1) in
[DataDog/agent-payload#269
- Generate gostreamer code for process protobuf by
[@&open-telemetry#8203;leeavital](https://togithub.com/leeavital) in
[DataDog/agent-payload#264

#### New Contributors

- [@&open-telemetry#8203;juli1](https://togithub.com/juli1) made their first
contribution in
[DataDog/agent-payload#269

**Full Changelog**:
DataDog/agent-payload@v5.0.93...v5.0.94

###
[`v5.0.93`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.93)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.92...v5.0.93)

#### What's Changed

- Add section for publishing changes by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#268
- \[orchestration] Add Horizontal Pod Autoscaler by
[@&open-telemetry#8203;stzou](https://togithub.com/stzou) in
[DataDog/agent-payload#266

#### New Contributors

- [@&open-telemetry#8203;stzou](https://togithub.com/stzou) made their first
contribution in
[DataDog/agent-payload#266

**Full Changelog**:
DataDog/agent-payload@v5.0.92...v5.0.93

###
[`v5.0.92`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.92)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.91...v5.0.92)

#### What's Changed

- \[process] Add comm field to command model by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#267

#### New Contributors

- [@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) made their first
contribution in
[DataDog/agent-payload#267

**Full Changelog**:
DataDog/agent-payload@v5.0.91...v5.0.92

###
[`v5.0.91`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.91)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.90...v5.0.91)

#### What's Changed

- connections: add GRPC protocol by
[@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) in
[DataDog/agent-payload#263

#### New Contributors

- [@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) made their first
contribution in
[DataDog/agent-payload#263

**Full Changelog**:
DataDog/agent-payload@v5.0.90...v5.0.91

###
[`v5.0.90`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.90)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.89...v5.0.90)

#### What's Changed

- Mark yaml as deprecated by
[@&open-telemetry#8203;mfpierre](https://togithub.com/mfpierre) in
[DataDog/agent-payload#260
- \[CWS] Move is_exec_child field to the ProcessInfo structure by
[@&open-telemetry#8203;Gui774ume](https://togithub.com/Gui774ume) in
[DataDog/agent-payload#262

**Full Changelog**:
DataDog/agent-payload@v5.0.89...v5.0.90

</details>

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.20.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.20.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.19.0...v2.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.20.0 -->

#### What's Changed

##### Fixed

- Fix Powerpack schema by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2262

##### Added

- Add support for projected-cost endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2245
- Document missing incident fields by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2268
- Add active billing dimensions to usage metering by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2288
- Add Cost Attribution To Usage Metering Public Beta Documentation by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2273
- Update spec to include new DORA API endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2287
- Add support to patch Synthetics test with partial data using JSON
Patch by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2281
- Document new api/app key schemas by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2267
- Document new field `filters` for `CloudWorkloadSecurityAgentRule` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2289
- Live and historical custom timeseries docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2279
- Add week_to_date and month_to_date to widget livespan by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2282
- Use request data for undo operations in tests when response empty by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2256
- Document `included_keywords` in `ListStandardPatterns` response by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2292
- Document fields `remote_config_read_enabled` and `category` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2290
- Update Azure Spec to include Resource Collection by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2298
- Allow creation of Application Security detection rules from the v2 API
by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2300
- Add Okta Integration APIs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2280
- Remove unstable flag for Events v2 api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2306

**Full Changelog**:
DataDog/datadog-api-client-go@v2.19.0...v2.20.0

###
[`v2.19.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.19.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.18.0...v2.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.19.0 -->

#### What's Changed

##### Fixed

- Remove notify_no_data default by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2242
- Fix SecurityMonitoringSignalAttribute field name by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2249
- Fix typo in service definition field by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2266

##### Added

- Update documentation for Cloud SIEM by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2234
- Add containers API spec by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2235
- Add serverless apm to usage attribution api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2240
- Document missing parameters by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2198
- Powerpack Live Span Support by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2247
- Add Amazon EventBridge endpoints to AWS Integration API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2236
- Add Container App filters to Azure API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2217
- Add UUID format support by
[@&open-telemetry#8203;HantingZhang2](https://togithub.com/HantingZhang2) in
[DataDog/datadog-api-client-go#2253
- Add new UA products to usage metering docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2251
- Cleanup linter warnings by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2258
- Add scorecards endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2259
- Document top list widget style by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2243
- Add optional group-bys support to security signals by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2260

##### Changed

- Add Beta Banner to Send Pipeline Events Endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2248
- Remove endpoint for mute or unmute a finding and add support for bulk
mute findings endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2244
- Place `goccy/go-json` behind built tags and revert default encoder to
`encoder/json` package by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2270

**Full Changelog**:
DataDog/datadog-api-client-go@v2.18.0...v2.19.0

</details>

<details>
<summary>DataDog/opentelemetry-mapping-go
(github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata)</summary>

###
[`v0.9.0`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v090)

##### 🛑 Breaking changes 🛑

- `pkg/metrics`: Remove `WithResourceAttributesAsTags()` and
`translatorConfig.ResourceAttributesAsTags`
([#&open-telemetry#8203;219](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/219))
- `pkg/otlp/metrics`: Change signature of `NewTranslator` to accept
`component.TelemetrySettings` instead of `zap.Logger`
([#&open-telemetry#8203;218](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/218))

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: DataDog log timestamp (ie.
'[@&open-telemetry#8203;timestamp](https://togithub.com/timestamp)') now includes
milliseconds.
([#&open-telemetry#8203;152](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/152))
- `pkg/otlp/metric`: Add
`datadog.otlp_translator.metrics.missing_source` counter, which counts
the number of metrics that are missing a source (e.g. hostname).
([#&open-telemetry#8203;220](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/220))
- `pkg/inframetadata`: Add support for GOOS and GOARCH values
([#&open-telemetry#8203;185](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/185))

##### 🧰 Bug fixes 🧰

- `pkg/otlp/metrics`: Removes runtime metric mapping for
process.runtime.jvm.gc.duration -> jvm.gc.parnew.time
([#&open-telemetry#8203;213](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/213))

###
[`v0.8.3`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v083)

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: Add support for nested log attributes.
([#&open-telemetry#8203;207](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/207))

###
[`v0.8.2`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v082)

##### 💡 Enhancements 💡

- `pkg/otlp/metrics`: Add support for metrics origin in `Dimensions`.
([#&open-telemetry#8203;204](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/204))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <yang.song@datadoghq.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this pull request Jan 10, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[github.com/DataDog/agent-payload/v5](https://togithub.com/DataDog/agent-payload)
| require | patch | `v5.0.89` -> `v5.0.101` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-devel` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/proto](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-agent/pkg/trace](https://togithub.com/DataDog/datadog-agent)
| require | patch | `v0.50.0-rc.1` -> `v0.50.0-rc.7` |
|
[github.com/DataDog/datadog-api-client-go/v2](https://togithub.com/DataDog/datadog-api-client-go)
| require | minor | `v2.18.0` -> `v2.20.0` |
| [github.com/DataDog/gohai](https://togithub.com/DataDog/gohai) |
require | digest | `1776f9b` -> `4316413` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.3` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |
|
[github.com/DataDog/opentelemetry-mapping-go/pkg/quantile](https://togithub.com/DataDog/opentelemetry-mapping-go)
| require | minor | `v0.8.1` -> `v0.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>DataDog/agent-payload
(github.com/DataDog/agent-payload/v5)</summary>

###
[`v5.0.101`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.101)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.100...v5.0.101)

#### What's Changed

- Add metrics origin product, service and category by
[@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) in
[DataDog/agent-payload#280

#### New Contributors

- [@&open-telemetry#8203;mx-psi](https://togithub.com/mx-psi) made their first
contribution in
[DataDog/agent-payload#280

**Full Changelog**:
DataDog/agent-payload@v5.0.100...v5.0.101

###
[`v5.0.100`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.100)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.99...v5.0.100)

#### What's Changed

- Add container memory request to process payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#278

**Full Changelog**:
DataDog/agent-payload@v5.0.99...v5.0.100

###
[`v5.0.99`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.99)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.98...v5.0.99)

#### What's Changed

- \[OTEL-941] Upgrade gogo/protobuf to v1.3.2 by
[@&open-telemetry#8203;songy23](https://togithub.com/songy23) in
[DataDog/agent-payload#273

#### New Contributors

- [@&open-telemetry#8203;songy23](https://togithub.com/songy23) made their first
contribution in
[DataDog/agent-payload#273

**Full Changelog**:
DataDog/agent-payload@v5.0.98...v5.0.99

###
[`v5.0.98`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.98)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.97...v5.0.98)

#### What's Changed

- Add cpuRequest field to container payload by
[@&open-telemetry#8203;vboulineau](https://togithub.com/vboulineau) in
[DataDog/agent-payload#276

**Full Changelog**:
DataDog/agent-payload@v5.0.97...v5.0.98

###
[`v5.0.97`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.97)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.96...v5.0.97)

#### What's Changed

- add SBOM status to SBOM payload by
[@&open-telemetry#8203;AliDatadog](https://togithub.com/AliDatadog) in
[DataDog/agent-payload#274
- Add heartbeat and hash fields to SBOM by
[@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) in
[DataDog/agent-payload#275

#### New Contributors

- [@&open-telemetry#8203;lebauce](https://togithub.com/lebauce) made their first
contribution in
[DataDog/agent-payload#275

**Full Changelog**:
DataDog/agent-payload@v5.0.96...v5.0.97

###
[`v5.0.96`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.96)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.95...v5.0.96)

#### What's Changed

- Add tags to cr/crds by
[@&open-telemetry#8203;JLineaweaver](https://togithub.com/JLineaweaver) in
[DataDog/agent-payload#271

**Full Changelog**:
DataDog/agent-payload@v5.0.95...v5.0.96

###
[`v5.0.95`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.95)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.94...v5.0.95)

#### What's Changed

- \[CWS] add 64bits Cookie by
[@&open-telemetry#8203;safchain](https://togithub.com/safchain) in
[DataDog/agent-payload#270

#### New Contributors

- [@&open-telemetry#8203;safchain](https://togithub.com/safchain) made their first
contribution in
[DataDog/agent-payload#270

**Full Changelog**:
DataDog/agent-payload@v5.0.94...v5.0.95

###
[`v5.0.94`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.94)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.93...v5.0.94)

#### What's Changed

- Adding new SBOM Source Type by
[@&open-telemetry#8203;juli1](https://togithub.com/juli1) in
[DataDog/agent-payload#269
- Generate gostreamer code for process protobuf by
[@&open-telemetry#8203;leeavital](https://togithub.com/leeavital) in
[DataDog/agent-payload#264

#### New Contributors

- [@&open-telemetry#8203;juli1](https://togithub.com/juli1) made their first
contribution in
[DataDog/agent-payload#269

**Full Changelog**:
DataDog/agent-payload@v5.0.93...v5.0.94

###
[`v5.0.93`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.93)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.92...v5.0.93)

#### What's Changed

- Add section for publishing changes by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#268
- \[orchestration] Add Horizontal Pod Autoscaler by
[@&open-telemetry#8203;stzou](https://togithub.com/stzou) in
[DataDog/agent-payload#266

#### New Contributors

- [@&open-telemetry#8203;stzou](https://togithub.com/stzou) made their first
contribution in
[DataDog/agent-payload#266

**Full Changelog**:
DataDog/agent-payload@v5.0.92...v5.0.93

###
[`v5.0.92`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.92)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.91...v5.0.92)

#### What's Changed

- \[process] Add comm field to command model by
[@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) in
[DataDog/agent-payload#267

#### New Contributors

- [@&open-telemetry#8203;robertjli](https://togithub.com/robertjli) made their first
contribution in
[DataDog/agent-payload#267

**Full Changelog**:
DataDog/agent-payload@v5.0.91...v5.0.92

###
[`v5.0.91`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.91)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.90...v5.0.91)

#### What's Changed

- connections: add GRPC protocol by
[@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) in
[DataDog/agent-payload#263

#### New Contributors

- [@&open-telemetry#8203;Yumasi](https://togithub.com/Yumasi) made their first
contribution in
[DataDog/agent-payload#263

**Full Changelog**:
DataDog/agent-payload@v5.0.90...v5.0.91

###
[`v5.0.90`](https://togithub.com/DataDog/agent-payload/releases/tag/v5.0.90)

[Compare
Source](https://togithub.com/DataDog/agent-payload/compare/v5.0.89...v5.0.90)

#### What's Changed

- Mark yaml as deprecated by
[@&open-telemetry#8203;mfpierre](https://togithub.com/mfpierre) in
[DataDog/agent-payload#260
- \[CWS] Move is_exec_child field to the ProcessInfo structure by
[@&open-telemetry#8203;Gui774ume](https://togithub.com/Gui774ume) in
[DataDog/agent-payload#262

**Full Changelog**:
DataDog/agent-payload@v5.0.89...v5.0.90

</details>

<details>
<summary>DataDog/datadog-api-client-go
(github.com/DataDog/datadog-api-client-go/v2)</summary>

###
[`v2.20.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.20.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.19.0...v2.20.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.20.0 -->

#### What's Changed

##### Fixed

- Fix Powerpack schema by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2262

##### Added

- Add support for projected-cost endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2245
- Document missing incident fields by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2268
- Add active billing dimensions to usage metering by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2288
- Add Cost Attribution To Usage Metering Public Beta Documentation by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2273
- Update spec to include new DORA API endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2287
- Add support to patch Synthetics test with partial data using JSON
Patch by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2281
- Document new api/app key schemas by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2267
- Document new field `filters` for `CloudWorkloadSecurityAgentRule` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2289
- Live and historical custom timeseries docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2279
- Add week_to_date and month_to_date to widget livespan by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2282
- Use request data for undo operations in tests when response empty by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2256
- Document `included_keywords` in `ListStandardPatterns` response by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2292
- Document fields `remote_config_read_enabled` and `category` by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2290
- Update Azure Spec to include Resource Collection by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2298
- Allow creation of Application Security detection rules from the v2 API
by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2300
- Add Okta Integration APIs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2280
- Remove unstable flag for Events v2 api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2306

**Full Changelog**:
DataDog/datadog-api-client-go@v2.19.0...v2.20.0

###
[`v2.19.0`](https://togithub.com/DataDog/datadog-api-client-go/releases/tag/v2.19.0)

[Compare
Source](https://togithub.com/DataDog/datadog-api-client-go/compare/v2.18.0...v2.19.0)

<!-- Release notes generated using configuration in .github/release.yml
at v2.19.0 -->

#### What's Changed

##### Fixed

- Remove notify_no_data default by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2242
- Fix SecurityMonitoringSignalAttribute field name by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2249
- Fix typo in service definition field by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2266

##### Added

- Update documentation for Cloud SIEM by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2234
- Add containers API spec by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2235
- Add serverless apm to usage attribution api by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2240
- Document missing parameters by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2198
- Powerpack Live Span Support by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2247
- Add Amazon EventBridge endpoints to AWS Integration API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2236
- Add Container App filters to Azure API by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2217
- Add UUID format support by
[@&open-telemetry#8203;HantingZhang2](https://togithub.com/HantingZhang2) in
[DataDog/datadog-api-client-go#2253
- Add new UA products to usage metering docs by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2251
- Cleanup linter warnings by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2258
- Add scorecards endpoints by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2259
- Document top list widget style by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2243
- Add optional group-bys support to security signals by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2260

##### Changed

- Add Beta Banner to Send Pipeline Events Endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2248
- Remove endpoint for mute or unmute a finding and add support for bulk
mute findings endpoint by
[@&open-telemetry#8203;api-clients-generation-pipeline](https://togithub.com/api-clients-generation-pipeline)
in
[DataDog/datadog-api-client-go#2244
- Place `goccy/go-json` behind built tags and revert default encoder to
`encoder/json` package by
[@&open-telemetry#8203;skarimo](https://togithub.com/skarimo) in
[DataDog/datadog-api-client-go#2270

**Full Changelog**:
DataDog/datadog-api-client-go@v2.18.0...v2.19.0

</details>

<details>
<summary>DataDog/opentelemetry-mapping-go
(github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata)</summary>

###
[`v0.9.0`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v090)

##### 🛑 Breaking changes 🛑

- `pkg/metrics`: Remove `WithResourceAttributesAsTags()` and
`translatorConfig.ResourceAttributesAsTags`
([#&open-telemetry#8203;219](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/219))
- `pkg/otlp/metrics`: Change signature of `NewTranslator` to accept
`component.TelemetrySettings` instead of `zap.Logger`
([#&open-telemetry#8203;218](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/218))

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: DataDog log timestamp (ie.
'[@&open-telemetry#8203;timestamp](https://togithub.com/timestamp)') now includes
milliseconds.
([#&open-telemetry#8203;152](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/152))
- `pkg/otlp/metric`: Add
`datadog.otlp_translator.metrics.missing_source` counter, which counts
the number of metrics that are missing a source (e.g. hostname).
([#&open-telemetry#8203;220](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/220))
- `pkg/inframetadata`: Add support for GOOS and GOARCH values
([#&open-telemetry#8203;185](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/185))

##### 🧰 Bug fixes 🧰

- `pkg/otlp/metrics`: Removes runtime metric mapping for
process.runtime.jvm.gc.duration -> jvm.gc.parnew.time
([#&open-telemetry#8203;213](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/213))

###
[`v0.8.3`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v083)

##### 💡 Enhancements 💡

- `pkg/otlp/logs`: Add support for nested log attributes.
([#&open-telemetry#8203;207](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/207))

###
[`v0.8.2`](https://togithub.com/DataDog/opentelemetry-mapping-go/blob/HEAD/CHANGELOG.md#v082)

##### 💡 Enhancements 💡

- `pkg/otlp/metrics`: Add support for metrics origin in `Dimensions`.
([#&open-telemetry#8203;204](https://togithub.com/DataDog/opentelemetry-mapping-go/issues/204))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song <yang.song@datadoghq.com>
Co-authored-by: Pablo Baeyens <pablo.baeyens@datadoghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants