datadog_leaf_paths

Function datadog_leaf_paths 

Source
pub fn datadog_leaf_paths() -> impl Iterator<Item = &'static [&'static str]>
Expand description

The nested path of every modeled Datadog key.

The merge that layers the Agent config stream over the base uses these to tell a schema section (an intermediate object it descends into) from a leaf (a value it replaces wholesale), so a map-typed leaf is never key-unioned across sources.