Skip to content

Agent Data Plane v0.1.17

Choose a tag to compare

@tobz tobz released this 30 Jul 15:35
· 352 commits to main since this release
d835f69

What's Changed

  • chore(ci): bump Datadog Agent version and use mirrored ubuntu image by @tobz in #791
  • chore(agent-data-plane): bump version to 0.1.17 to start next dev cycle by @tobz in #794
  • chore(core): introduce TopologyConfiguration for configuration of topology blueprints by @tobz in #793
  • stop sending host tags for preaggr payloads by @lukesteensen in #792
  • chore: include help text for dogstatsd__packet_pool metric by @rayz in #795
  • chore(ci): ignore flaky 'no_runtime_allocations' test on macOS by @tobz in #801
  • chore(ci): update labeler workflow config to match latest label updates by @tobz in #800
  • chore(deps): update to Rust 1.88 + dependency updates and removing duplicate dep versions by @tobz in #805
  • chore(core): overhaul interconnect types to be generic by @tobz in #796
  • chore: update RefreshableConfiguration to use tls config with certificates by @rayz in #809
  • enhancement: add origin detection support to DogStatsD events and service checks by @rayz in #804
  • enhancement(core): add support for encoders and forwarders to topology blueprint by @tobz in #811
  • enhancement(core, datadog): refactor HTTP payload type to be amenable to encoders by @tobz in #813
  • enhancement(datadog): add Datadog Events encoder by @tobz in #814
  • enhancement(datadog): add Datadog forwarder by @tobz in #815
  • enhancement(agent-data-plane): switch to using Datadog Events encoder + Datadog forwarder by @tobz in #816
  • enhancement: add cardinality field support to DogStatsD by @rayz in #818
  • enhancement(datadog): improve suboptimal compression estimates when building request payloads by @tobz in #817
  • fix(core): properly track item count for event buffers to fix dispatcher/consumer metrics by @tobz in #822
  • chore(datadog): move Datadog Service Checks destination to encoder by @tobz in #819
  • chore(datadog): move Datadog Metrics destination to encoder by @tobz in #824
  • chore(datadog): remove Datadog destinations in favor of encoders/forwarder by @tobz in #825
  • enhancement(encoder): add new encoder for driving incremental encoders by @tobz in #826
  • chore(datadog): migrate Datadog Events encoder to incremental encoder by @tobz in #827
  • chore(datadog): migrate Datadog Service Checks encoder to incremental encoder by @tobz in #828
  • [AGENTRUN-591] unify env provider trait so ADP and checks agent can use the trait by @GustavoCaso in #823
  • chore(agent-data-plane): emit log when all topology components are ready by @tobz in #829
  • chore(datadog): drop noisy warning log in RequestBuilder when flush is empty by @tobz in #833
  • chore(ci): tighten up timeouts for build jobs + remove unnecessary k8s requests/limits by @tobz in #834
  • [AGENTRUN-331] feature(checks-agent, adp): bundle checks as part of adp via feature by @GustavoCaso in #723
  • fix(health): rework async registration to avoid deadlock by @tobz in #831

Full Changelog: 0.1.16...0.1.17