pub const fn version() -> Option<AgentVersion>Expand description
Version of the Datadog Agent that ADP is paired with, as detected at build time.
Returns None when DD_AGENT_VERSION was not set at build time.
This is a const fn: because the version is baked in at build time, callers can evaluate version gates in a
const context so the compiler resolves the outcome statically.