Difference between revisions of "Datadog agent"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
* [[Datadog agent]] also available like a [[helm chart]].
 
* [[Datadog agent]] also available like a [[helm chart]].
 
* Datadog agent Ansible playbook: https://galaxy.ansible.com/datadog/datadog
 
* Datadog agent Ansible playbook: https://galaxy.ansible.com/datadog/datadog
 +
 +
Installation:
 
* macOS: <code>[[brew install --cask datadog-agent]]</code>
 
* macOS: <code>[[brew install --cask datadog-agent]]</code>
 +
 +
[[DD_AGENT_MAJOR_VERSION]]=7 [[DD_API_KEY]]=XXXXXXXXXXXXXX DD_SITE="datadoghq.com" [[bash -c]] "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"
 +
 +
 
* https://github.com/DataDog/datadog-agent/blob/main/pkg/config/config_template.yaml
 
* https://github.com/DataDog/datadog-agent/blob/main/pkg/config/config_template.yaml
  
Line 10: Line 16:
 
  [[datadog-agent status]]
 
  [[datadog-agent status]]
  
  [[config_poller.go]]
+
  [[config_poller.go]] [[Unable to collect configuration from provider enpoints-checks: temporary failure]]
 
  [[collector.go]]
 
  [[collector.go]]
  
 +
* [[Datadog environment variables]]: https://docs.datadoghq.com/containers/docker/?tab=standard#environment-variables
 +
 +
 +
* [[Datadog agent compose example]]: https://docs.datadoghq.com/containers/guide/compose-and-the-datadog-agent/
  
* [[Environment variables]]: https://docs.datadoghq.com/containers/docker/?tab=standard#environment-variables
+
== Logs ==
 +
* [[Unable to collect configuration from provider]]
  
 
== Related ==
 
== Related ==
Line 20: Line 31:
 
* <code>[[s6-svstat]] [[/var/run/s6/]]services/agent/</code>
 
* <code>[[s6-svstat]] [[/var/run/s6/]]services/agent/</code>
 
* [[GCP trace-agent]]
 
* [[GCP trace-agent]]
 +
* [[Metric collection tools]]
 +
* [[Datadog Kubernetes APM]]
 +
* [[Datadog Cluster Agent for Kubernetes]]
 +
* [[Install the Datadog Agent on Kubernetes]]
  
 
== See also ==
 
== See also ==

Latest revision as of 11:32, 30 October 2024

https://docs.datadoghq.com/agent/

Installation:

DD_AGENT_MAJOR_VERSION=7 DD_API_KEY=XXXXXXXXXXXXXX DD_SITE="datadoghq.com" bash -c "$(curl -L https://install.datadoghq.com/scripts/install_mac_os.sh)"


/etc/datadog-agent/datadog.yaml
datadog-agent status
config_poller.go Unable to collect configuration from provider enpoints-checks: temporary failure
collector.go


Logs[edit]

Related[edit]

See also[edit]

Advertising: