Skip to content

Conversation

@dd-octo-sts
Copy link
Contributor

@dd-octo-sts dd-octo-sts bot commented Feb 5, 2026

Summary

This PR bumps the Agent Data Plane version to 0.1.33 for the next development cycle.

Details of change

  • Previous version: 0.1.32
  • New version: 0.1.33

This PR was automatically generated by the Bump ADP Version workflow.

Change Type

  • Bug fix
  • New feature
  • Non-functional (chore, refactoring, docs)
  • Performance

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot requested a review from a team as a code owner February 5, 2026 20:42
@dd-octo-sts dd-octo-sts bot added automated This change was made by a non-human actor and requires non-human-specific review consideration. ci/bump-adp-version labels Feb 5, 2026
@pr-commenter
Copy link

pr-commenter bot commented Feb 5, 2026

Binary Size Analysis (Agent Data Plane)

Target: bae7ea2 (baseline) vs ee2db8d (comparison) diff
Analysis Type: Stripped binaries (debug symbols excluded)
Baseline Size: 26.95 MiB
Comparison Size: 26.95 MiB
Size Change: +16 B (+0.00%)
Pass/Fail Threshold: +5%
Result: PASSED ✅

Changes by Module

Module File Size Symbols
core -737 B 3240
std +553 B 97
[sections] +131 B 3
agent_data_plane::main -120 B 2
tracing_subscriber +120 B 90
rustls +77 B 11
tracing +48 B 2
agent_data_plane::internal::remote_agent -44 B 62
figment -40 B 40
serde_core +40 B 90
hyper_util -32 B 42
tonic +32 B 65
seize -32 B 5
aho_corasick -20 B 1
reqwest +16 B 9
unicode_segmentation +16 B 1
h2 -9 B 124
saluki_context::context::Context +7 B 1
saluki_context::context::ContextInner -7 B 1
[Unmapped] +5 B 1

Detailed Symbol Changes

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  [NEW] +1.79Mi  [NEW] +1.79Mi    std::thread::local::LocalKey<T>::with::hfb6afe457d31077f
  [NEW]  +113Ki  [NEW]  +113Ki    agent_data_plane::cli::run::create_topology::_{{closure}}::h9ec257cfbc00a827
  [NEW] +84.5Ki  [NEW] +84.4Ki    agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::h8b5f8655e9cbf7f5
  [NEW] +62.3Ki  [NEW] +62.2Ki    agent_data_plane::main::_{{closure}}::hba24240813f15137
  [NEW] +57.8Ki  [NEW] +57.7Ki    agent_data_plane::cli::run::handle_run_command::_{{closure}}::hc82449de1b8196b4
  [NEW] +48.8Ki  [NEW] +48.7Ki    saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::he1c4f4beb73f3df3
  [NEW] +44.1Ki  [NEW] +44.0Ki    saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::he830c813ee799018
  [NEW] +36.1Ki  [NEW] +35.9Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h21e52217bfc84b9b
  [NEW] +33.3Ki  [NEW] +33.2Ki    agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::hc0a49b2a63413cc4
  [NEW] +31.6Ki  [NEW] +31.5Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::hdc8f73417d7cedf5
  +0.0%    +670  +0.0%    +654    [7043 Others]
  [DEL] -31.6Ki  [DEL] -31.5Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::hf84e4dd25b6d3794
  [DEL] -33.3Ki  [DEL] -33.2Ki    agent_data_plane::cli::dogstatsd::handle_dogstatsd_stats::_{{closure}}::h96cdc5c09512f7ff
  [DEL] -36.1Ki  [DEL] -35.9Ki    saluki_env::helpers::remote_agent::client::RemoteAgentClient::from_configuration::_{{closure}}::_{{closure}}::_{{closure}}::h3198005ed3e39099
  [DEL] -44.1Ki  [DEL] -44.0Ki    saluki_env::workload::providers::remote_agent::RemoteAgentWorkloadProvider::from_configuration::_{{closure}}::hb7396a6621d2f12a
  [DEL] -48.8Ki  [DEL] -48.7Ki    saluki_app::bootstrap::AppBootstrapper::bootstrap::_{{closure}}::h2d33192c47456e6e
  [DEL] -57.8Ki  [DEL] -57.7Ki    agent_data_plane::cli::run::handle_run_command::_{{closure}}::h7a4cf9c6903c333c
  [DEL] -62.3Ki  [DEL] -62.2Ki    agent_data_plane::main::_{{closure}}::h266c253d247d62c4
  [DEL] -84.5Ki  [DEL] -84.4Ki    agent_data_plane::internal::control_plane::spawn_control_plane::_{{closure}}::h5a740f57e7f24a25
  [DEL]  -113Ki  [DEL]  -113Ki    agent_data_plane::cli::run::create_topology::_{{closure}}::h7f442e59b22fdc46
  [DEL] -1.79Mi  [DEL] -1.79Mi    std::thread::local::LocalKey<T>::with::h191e0042af4c44ff
  +0.0%     +16  [ = ]       0    TOTAL

@tobz
Copy link
Member

tobz commented Feb 5, 2026

/merge

@gh-worker-devflow-routing-ef8351
Copy link

gh-worker-devflow-routing-ef8351 bot commented Feb 5, 2026

View all feedbacks in Devflow UI.

2026-02-05 20:59:36 UTC ℹ️ Start processing command /merge


2026-02-05 20:59:41 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 25m (p90).


2026-02-05 21:11:30 UTC ℹ️ MergeQueue: This merge request was merged

@gh-worker-dd-mergequeue-cf854d gh-worker-dd-mergequeue-cf854d bot merged commit 45bbfa6 into main Feb 5, 2026
56 of 57 checks passed
dd-octo-sts bot pushed a commit that referenced this pull request Feb 5, 2026
## Summary

This PR bumps the Agent Data Plane version to 0.1.33 for the next development cycle.

### Details of change

- **Previous version:** 0.1.32
- **New version:** 0.1.33

_This PR was automatically generated by the [Bump ADP Version](.github/workflows/bump-adp-version.yml) workflow._

## Change Type

- [ ] Bug fix
- [ ] New feature
- [x] Non-functional (chore, refactoring, docs)
- [ ] Performance

Co-authored-by: toby.lawrence <toby.lawrence@datadoghq.com> 45bbfa6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated This change was made by a non-human actor and requires non-human-specific review consideration. ci/bump-adp-version mergequeue-status: done

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant