agentless

Function agentless 

Source
pub fn agentless<AsStrRef: AsRef<str>, IntoCow: Into<Cow<'static, str>>>(
    site: AsStrRef,
    api_key: IntoCow,
) -> Result<Endpoint>
Expand description

Creates an Endpoint for talking to Datadog intake without using the agent. This is an experimental feature.

§Arguments

  • site - e.g. “datadoghq.com”.
  • api_key