datadog-agent

Main repository for Datadog Agent

APACHE-2.0 License

Stars
2.6K
Committers
551

Bot releases are visible (Hide)

datadog-agent - 6.1.2 / 2018-04-05

Published by arbll over 6 years ago

Docker, Windows, Linux, Mac OSX

Download links

Bug Fixes

  • Fix some edge cases where flare could contain secrets if the secrets where encapsulated in quotes.
datadog-agent - 6.1.1

Published by arbll over 6 years ago

Docker, Windows, Linux

Download links

Bug Fixes

  • Fix a crash in the docker check when collecting sizes on an image
    with no repository tags.
  • Fixes bug on Windows where, if configuration options are specified
    on the installation command line, invalid proxy options are set.
  • Removed the read timeout for UDP connections causing the agent to
    stop forwarding logs after one minute of nonactivity.
  • Updating the data type of the CPU of the task and the metadata name
    for Version to Revision.

Other Notes

  • Add environment variable DD_ENABLE_GOHAI for setting option
    enable_gohai when running in a container.
datadog-agent - 6.1.0

Published by arbll over 6 years ago

Docker, Windows, Linux, Mac OSX

Download links

New Features

  • Add Agent Version to flare form

  • Add the DD_CHECK_RUNNERS environment variable binding

  • Add the status command to the DCA.

  • Docker check: ignore the new exec_die event type by default

  • Extract the swarm_namespace tag for docker swarm containers, in addition
    to the already present swarm_service tag.

  • Allow configuration of the enabled-state of process, logs, and apm to be
    specified on the installation command line for Windows.

  • Add a jmx_use_cgroup_memory_limit option to set jmxfetch to use cgroup
    memory limits when calculating its heap size. It is enabled by default
    in the docker image.

  • Add option to extract kubernetes pod annotations as tags, similar to labels

  • Added an environment variable DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL to enable logs tailing on all containers.

  • Adding the 'bind_host' option to configure the interface to bind by dogstatsd and JMX.

  • Support setting tags as a YAML array in the logs agent integration configuration

Bug Fixes

  • Fix docker memory metrics parsing from cgroup files

  • Fix docker.mem.in_use metric computation

  • When using the import script, change the group owner of configuration files to the dd-agent user.

  • Fix a false positive in the collector-queue healthcheck

  • The old docker_daemon check is now properly converted in the "import" command by default

  • Docker check: fix event filtering for exec events

  • Improve docker monitoring when the system is under a very high load. The agent
    might still temporarily miss a healthcheck, but will be able to run already
    scheduled checks, and recover once the spike ends

  • Fixes the container startup on Fargate, where we tried and remove the same
    file twice, failing hard (stopping) on the second attempt.

  • Fix flare failing on zipping individual components

  • Fixed an issue where the import script would put an empty histogram aggregates and percentiles in datadog.yaml if they didn't exist in datadog.conf.

  • Fix the build for platforms not supporting Gohai.

  • Fixes flaw where Windows Performance counters were not properly initialized
    on non EN-US versions of windows

  • Menu in system tray reports wrong version (6.0.0) for all versions of Agent. This fixes the system tray menu to report the correct version.

  • Fixing clear passwords in "config-check.log" when sending a flare.

  • Allow network proxy settings set on the Windows installation command
    line to be set in the registry, where they'll be translated to the
    configuration

  • Accept now short names for docker image in logs configuration file and added to the possibilty to filter containers by image name with Kubernetes.

  • Fixes an issue that would prevent the agent from stopping when it was tailing logs
    of a container that had no logs.

  • fixes an issue with wildcard tailing of logs files on windows

  • Allow Linux package uninstallation to proceed without errors even on platforms
    that aren't supported by the Agent

  • Fixes agent to run on Server "Core" versions

  • Changes default precision of pdh-based counters from int to float. Fixes bug where fidelity of some counters is quite low, especially counters with values between 0 and 1.

  • Adds back the removed system.mem.usable metric for Agents running on Windows.

  • Avoid multiple initializations of the tagger subsystem

Other Notes

  • Normalize support of nested config options defined with env vars.

  • Make the check-rate command more visible when running "check` to get a list of metrics.

datadog-agent - 6.0.3

Published by truthbk over 6 years ago

Docker, Windows, Linux, Mac OSX

Download links

Prelude

  • This release also includes bugfixes to the process agent. See diff.

Bug Fixes

  • Fixed the issue preventing from having docker tags when collecting logs from containers.
  • Fix docker metrics collection on Moby Linux hosts (default Swarm AMI)
datadog-agent -

Published by truthbk over 6 years ago

Docker, Windows, Linux, Mac OSX

Download links

Critical Issues

  • Packaging issue in 6.0.1 resulted in the release of nightly builds for trace-agent and process-agent. 6.0.2 ships the stable intended versions.
datadog-agent -

Published by truthbk over 6 years ago

Windows, Linux

Download links

There was a problem with the packaging of this release, please use 6.0.2.

Enhancements

  • Add information about Log Agent checks to the GUI General Status page.

Bug Fixes

  • Run the service mapper on all the agents running the apiserver check. Exit before running the rest of the check if the agent is not the leader.

  • Fixing docker network metrics collection for the docker check and the process agent on some network configurations.

  • Replaces the system.mem.free metric with gopsutil's 'available' and splits the windows and linux memory checks. Previously this reported with a value of 0 and system.mem.used was reporting the same as system.mem.total

  • ".pdh" suffix was added to system.io metrics on windows for side-by-side
    testing when changed the collection mechanism, and inadvertently left.

  • Fix bug where global tags for PDH based python checks are not read
    correctly from the configuration yaml.

  • IE does not support String.prototype.endsWith, add implementation to the
    string prototype to enable the functionality.

  • remove .pdh suffix from system.io.wkb_s, system.io_w_s, system.io.rkb_s,
    system.io.r_s, system.io.avg_q_sz

  • Fix GUI for JMX checks, they are now manageable from the web UI.

  • Fix the launch of JMXFetch on windows and make multiplatform treatment of
    the launch more robust.

datadog-agent - 6.0.0

Published by nmuesch over 6 years ago

Docker, Windows, Linux, Mac OSX

Download links

Prelude

The Datadog Agent 6.0 release is a complete rewrite of Agent 5 written in the Go language with the goal of improving performance, reducing resource utilization, and allowing for check concurrency. Python based checks and plugins will continue to be supported by 6.x without need for modification. While this is a major release, backwards compatibility was a strong focus, and in most cases this should be a simple upgrade process.

Highlights from this release include:

  • Increased throughput for DogstatsD metrics.
  • Live Process Monitoring support for Windows
  • Support for the upcoming Datadog Log Management offering.
  • Beta support for global distributions and percentiles for custom metrics.
  • Native support for ingestion of metrics via the prometheus exposition format.
  • Windows and OSX now have a configuration UI to simplify local check and agent configuration management.

Other Features and Improvements

  • The Agent can find relevant listeners on its host by using the "auto" listener, for now only docker is supported. More information can be found here
  • APM / Process / Log agents can be enabled/disabled via the DD_*_ENABLED environment variables, see the agent docker image readme for details
  • short_image tag has been added the to Docker tagger collector
  • Make the number of workers used by the forwarder configurable and set default to 1.
  • The agent now has internal healthchecks on all subsystems. The result is exposed via the agent health command and used in the docker image as a healthcheck. The /probe.sh wrapper is provided for compatibility with agent5 and future-proofing.
  • Add jmx_custom_jars option to make sure they are loaded by jmxfetch
  • Docker_daemon is now a core agent check named docker.
  • Kubernetes Integration has been replaced by a few Integrations. See here for more information.
  • Support tagging on Nomad 0.6.0+ clusters
  • Support for additional metrics and metadata from kubernetes API server, as well as the addition of a new Control Plane status check.
  • Kubernetes events now include additional formatting for improved readability as Datadog events.
  • APM now utilizes apm_non_local_traffic = true to listen on the network
  • Docker image: APM is now disabled by default, you need to set DD_APM_ENABLED=true to run the trace agent.
  • Agent now comes bundled with a Web GUI that listens by default on (configurable) port 5002. Only available on localhost, more information about this can be found here
  • Added a windows systray icon. System tray icon includes menu options for starting/stopping/restarting services, creating a flare, and launching the browser-based configuration GUI.

Upgrade Notes

  • Full upgrade instructions can be found here.
  • Custom checks (located by default on Linux in /etc/datadog-agent/checks.d/) now have a lower precedence than the checks that are bundled with the Agent. This means that a custom check with the same name as a bundled check will now be ignored, and the bundled check will be loaded instead. If you want to override a bundled check with a custom check, please use a new name for your custom check, and use that new name for the related yaml configuration file.
  • Tags in the DD_TAGS environment variable are now separated by spaces instead of commas in agent5
  • Process and Trace Agents can be enabled in datadog.yaml by using
apm_config: 
  enabled:true
process_config: 
  enabled:true
  • The Windows Agent no longer has an application GUI and has been moved to a Web based GUI accompanied by a systray icon that can be used to handle core functionality of the Agent.
  • The Agent’s configuration file has been changed from datadog.conf to datadog.yaml An example of the available options can be seen here
  • Datadog no longer offers an Alpine based container image. RHEL and Debian based images are available on Docker Hub and in the Docker Store. Images now use the S6 light init system to start and manage agent processes.
  • APM now listens to localhost only by default, you need to set apm_config.apm_non_local_traffic = true to enable listening on the network

Deprecation Notes

Major items include:

  • Agent configuration is no longer in datadog.conf, and has moved to datadog.yaml. The datadog-agent import command will migrate your configuration files to the new form.
  • The execution of the main agent, trace-agent (APM), and process-agent is now orchestrated using systemd/upstart facilities on Linux. SysV-init scripts are no longer included.
  • Modification of the installed checks directory (default on Linux was /opt/datadog-agent/checks.d/ has been removed and changed to an embedded wheels format. More information about this can be found here
  • Some libraries that custom checks may rely on have been removed. Please see here for a list of the removed dependencies.
  • Custom Emitters are no longer supported as of 6.0

Deprecated Agent Integrations

  • The Jenkins Integration has been deprecated and removed in favor of a Jenkins Plugin instead
  • The standalone Mesos Integration has been retired, in favor of the newer mesos_master and mesos_slave integrations..
  • The standalone HDFS Integration has been retired and removed, please use hdfs_namenode and hdfs_datanode instead.
datadog-agent - 6.0.0-rc.4 / 2018-02-23

Published by olivielpeau over 6 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

Enhancements

  • Change the kubernetes leader election system to use configmaps instead of endpoints. This
    allows a simpler migration from Agent5, as Agent6 will not require additional permissions.

  • Adds in the proc.queue_length and proc.count metrics with the windows version of the Agent.

Bug Fixes

  • Add the windows icon to the Infrastructure List for Agents installed on Windows machines.

  • Fix Docker container --pid=host operations. Previous RCs can cause host system
    instabilities and should not be run in pid host mode.

  • Windows: set correct default value for apm config to enabled, so that the trace agent is
    started by default

  • Removes deprecated process_agent_enabled flag

  • metrics.yaml is not a "configurable" file - it provides default metrics for
    checks and shouldn't be altered. Removed from the GUI configuration file
    list.

  • Windows: gopsutil calls to the CPU module require COM threading model to be
    in multi-threaded mode, to guarantee it's safe to make those calls we load
    the python checks setting the right COM concurrency mode first. Once loaded
    we clear the concurrency mode and python checks that might use COM will set
    it as they need.

  • Windows: make stop/restart of DatadogAgent service stop/restart dependent
    services accordingly

  • Windows: Prevent system tray icon from being displayed more than once

  • Windows: Make default start behavior of process-agent consistent with Linux Agent

  • Windows: Fix the item launching the web-based GUI in the systray icon menu

  • Windows: Process agent service now passes the configuration file argument to the
    executable when launching - otherwise service will always come up on
    reboots.

Other Notes

  • Windows: Added developer documentation regarding the caveats of the COM
    concurrency model and its implications moving forward. The current state affects
    auto-discovery and dynamic scheduling of checks.
datadog-agent - 6.0.0-rc.3 / 2018-02-22

Published by olivielpeau over 6 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

Enhancements

  • Adds windows systray icon. System tray icon includes menu options for
    starting/stopping/restarting services, creating a flare, and launching the
    browser-based GUI.

  • allow auth token path to be set in the config file

  • Implementation for disabling checks from the web UI

  • Agent restart message on UI, clears after restart.

  • Add SSL support & label joins for the prometheus check

Bug Fixes

  • Fix the command-line flag parsing regression caused by a transitive dependency importing the
    glog library. agent flags should now behave as in beta9.

  • GUI had broken after the introduction of integrations as wheels this PR ensures we collect the full list of available integrations so we can enable the corresponding configurations from the UI.

  • Fix an issue preventing logs-agent to tail container logs when docker API version is prior to 1.25

  • Fix line miss issue that could happen when tailing new files found when scanning

  • On windows Automatic services would fail to start across reboots due to a known go issue on 1.9.2: https://github.com/golang/go/issues/23479
    We now start windows services as delayed start automatic services (ie. they now start automatically after all other automatic services).

Other Notes

  • The OSX build of the agent does not include the containers integrations as they are only supported on Linux for now. The Windows build already excluded them since beta1

  • The auth_token file, used to store the api authentication token, is now only readable/writable by the user running the agent instead of inheriting datadog.yaml permissions.

datadog-agent - 6.0.0-rc.2 / 2018-02-20

Published by olivielpeau over 6 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

New Features

  • Add namespace configuration for metric names for dogstatsd

  • Rework autodiscovery label names to be consistent, still support the
    previous names

  • Ships updated integrations from integrations-core 6.0.0-rc.2, including new kubelet check

  • Add envvar bindings for docker/kubernetes custom tag extraction features

Upgrade Notes

  • Normal installations: APM now listens to localhost only by default, you need to set
    apm_config.apm_non_local_traffic = true to enable listening on the network

  • Docker image: APM is now disabled by default, you need to set DD_APM_ENABLED=true
    to run the trace agent. It listens on all interfaces by default when running, you can
    set DD_APM_NON_LOCAL_TRAFFIC=false to only listen on localhost

Bug Fixes

  • Don't try to match containers by image name if they provide an AD template
    via docker labels or pod annotations. This avoid scheduling double checks.

  • Fix handling of the %%host%% and %%port%% autodiscovery tags

  • The aggregator now discards metric samples with NaN values. Also solves a serializing error
    on metric payloads.

  • Fixes bug whereby device tag was (correctly) removed from tags list, but
    device field was only added to the metric on the first run.

  • Fix an issue unscheduling checks discovered through auto-discovery

  • Upstart would indefinitely respawn trace and process agents even when exiting
    with a zero status code. We now explicitly define exit code 0 as a valid exit
    code to prevent respawn when the agents are disabled.

  • Fix cases where empty host tags in the Agent datadog.yaml configuration caused
    the host metadata payload parsing to fail in the backend.

  • Fix resources metadata collector so that its payload is correctly parsed in the
    backend even when empty.

  • Make sure we don't get stuck if the API server does not return events.

  • make tagger more resilient to malformed docker events

  • Removing vsphere and sqlserver from the blacklist. The former is
    available on all platforms, sqlserver is currently windows-only.

Other Notes

  • The apm.yaml.default config file was removed on linux and the
    trace-agent.conf.example was removed on every other platform.

  • Only enable the resources metadata collector on Linux by default, to match
    Agent 5's behavior.

datadog-agent - 6.0.0-rc.1 / 2018-02-16

Published by olivielpeau over 6 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

Prelude

The execution of the main agent, trace-agent (APM), and process-agent processes is now orchestrated
using systemd/upstart facilities on Linux.

On Linux and macOS, the trace-agent and process-agent now read their configuration from the main
datadog.yaml file (located, by default on Linux, at /etc/datadog-agent/datadog.yaml).

Changes implementation of IOStats in Windows to use the Performance Data Helper API, rather than WMI.

New Features

  • Introducing the Datadog Process Agent for Windows

  • Make the trace-agent read its configuration from datadog.yaml.

  • Add a HTTP header containing the agent version to every transaction sent by
    the agent.

  • Add a configcheck command to the agent API and CLI, it prints current loaded & resolved
    configurations for each provider. The output of the command is also added to a new config-check.log
    into the flare.

  • Add option to output logs in JSON format

  • Add a pod entity to the tagger.

  • Introducing the service mapper strategy for the DCA. We periodically hit the API server,
    to get the list of pods, nodes and services. Then we proceed to match which endpoint (i.e. pod)
    is covered by which service.
    We create a map of pod name to service names, cache it and expose a public method.
    This method is called when the Service Mapper endpoint of the DCA API is hit.
    We also query the cache instead of the API Server if a cache miss happens, to separate the concerns.

  • The kubelet request /pods is now cached to avoid stressing the kubelet API and
    for better performances

  • Create a cluster agent util to query the Datadog Cluster Agent (DCA) API.

  • Convert the format of histogram_aggregate when importing agent5 configs to agent6

  • Add support for histogram_percentile when importing config options from agent5 to agent6

  • Adds in a datadog.agent.running metric that showcases a value of 1 if the Agent is currently reporting to Datadog.

  • Use the S6 light init in the docker image to start the process-agent and the
    trace-agent. This allows to remove the process orchestration logic from the
    infra-agent

  • Add short_image tag to docker tagger collector

  • Try to connect to Docker even /var/run/docker.sock is absent, to honor the
    $DOCKER_HOST environment variable.

  • Get the docker server version in the debug logs for troubleshooting

  • Add ECS & ECS Fargate metadata API connectivity diagnose

  • Add optional forwarding of dogstatsd packets to another UDP server.

  • Don't block the aggregator if the forwarder input queue is full (we now
    drop transaction).

  • Add healthcheck to the forwarder. The agent will be unhealthy if the apikey
    is invalid or if transactions are dropped because all workers are busy.

  • Make the number of workers used by the forwarder configurable and set default to 1.

  • The agent has internal healthchecks on all subsystems. The result is exposed
    via the agent health command and used in the docker image as a healthcheck.
    The /probe.sh wrapper is provided for compatibility with agent5 and future-proofing.

  • Adds the ability to import the Trace configuration options from datadog.conf to their respective datadog.yaml fields with the import command.

  • Add jmx_custom_jars option to make sure they are loaded by jmxfetch

  • Added ability to retrieve the hostname from the Kubernetes kubelet API.

  • Support the new kubelet integration by providing the kubelet url and credentials to it

  • Add source_component and namespace tags to Kubernetes events.

  • Support the Kubernetes service name tags on containers.
    The tag used is kube_service.
    The default listener for kubernetes is now the kubelet instead of docker.

  • Implementation of the Leader Election for the node agent.

  • Add more details to the information displayed by the logs agent status.

  • Log lines starting with the special character < were considered rfc5424
    formatted, and any further formatting was skipped. This commit updates the
    detection rule to match logs starting with <pri>version , to reduce
    false positives

  • Support tagging on Nomad 0.6.0+ clusters

  • adds a core check and the core logic to query the kubernetes API server and format the events into Datadog events. Also adds the Control Plane status check.

  • The process-agent uses the datadog.yaml file for activation and additional config.

  • Support the new kubelet integration by providing the container tags to it

  • Set configurable timeout for IPC api server

  • Add support for collect_ec2_tags configuration option.

  • Support the legacy default_integration_http_timeout configuration option.

  • handle the "warning" value to log_level, translating it to "warn"

  • Use systemd/upstart facilities on linux to orchestrate the agents execution.
    Rate limit process restarts such that 5 failures in a 10 second span will
    result in no further restart attempts.

Upgrade Notes

  • Increased the number of versions of Docker API that logs-agent support from 1.25 to 1.18

  • If you run a Nomad agent older than 0.6.0, the nomad_group
    tag will be absent until you upgrade your orchestrator.

Deprecation Notes

  • Changed the attribute name to enable log collection from YAML configuration file from "log_enabled" to "logs_enabled", "log_enabled" is still supported.

Bug Fixes

  • Properly listen for events emitted on OSes like CentOS 6 so the Agent starts on reboot

  • Relieves CPU consumption of the WMI service by using PDH rather than WMI

  • Updating custom error used to insure the collection of the token in the configmap datadogtoken.

  • Fix docker event reconnection logic to gracefully wait if docker daemon is unresponsive

  • The checks packaged with the new wheels method are in the default python
    package site, already included in sys.path. We therefore removed this
    path them from the locations that are appended to the default python sys.path

  • Strip hostname if running inside ECS Fargate and disable core checks (not relevant
    without host infos)
    Fix hostname caching consistency

  • The agent/dogstatsd docker image now ships the appropriate binary

  • Fix the uploaded file name of the flare archive.

  • Fixed the structure of the Flare archive on all platforms.

  • Fix the import proxy build conversion

  • Fix the agent stop command

  • Fixes a bug that caused the GUI to create a flare without a status file

  • Fix https://github.com/DataDog/datadog-agent/issues/1159 where error was not
    explicit when the check had invalid configuration or code

  • Fix to evaluate whether the DCA can query resources (events, services, nodes, pods) before running core component or checks.
    Logic allows for the DCA to run components independently if they are configured and we can query the associated resources.

  • Only load and log the kube_apiserver check if KUBERNETES=yes is used.

  • The collector will no longer block when the number of runners is lower than
    the number of long running check. We now start a new runner for those
    checks.

  • Modify JMXFetch jar permissions to allow the agent to read it on osx.

  • Deleted linux-specific configuration files on macosx to avoid polluting the logs and the web ui.

  • Fix dogstatsd unix socket rights so every user could write to it.

Other Notes

  • The resources metadata provider is now enabled by default in order to
    populate the "process treemap" visualization continuously (on host dashboards)

  • Decrease verbosity of urllib3's logger (used by python checks through the requests module)

  • Document the exclusion of dockercloud containers.

  • The flare now includes a dump of whitelisted environment variables
    that can have an impact on agent behaviour. If no whitelisted envvar
    is found, the envvars.log file is not created in the flare.

  • Upgraded Go runtime to 1.9.4 on Linux builds

  • The linux packages now own the custom check directory (/etc/datadog-agent/checks.d/)
    and the log directory (/var/log/datadog/)

  • Add an automated install script for osx.

datadog-agent - 6.0.0-beta.9 / 2018-01-26

Published by olivielpeau over 6 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

Prelude

In this release, the order of precedence of the Custom Checks has changed. This
may affect your custom checks. Please refer to the Upgrade Notes section
for more details.

This release includes support for Datadog Logs for Windows.

New Features

  • In this release, the Datadog Log feature is supported on all supported
    versions of windows.

  • Support AD on Rancher 1.x by getting the container port through the
    image's exposed ports as a fallback mechanism

  • APM / Process / Log agents can be enabled/disabled via the DD_*_ENABLED
    environment variables, see the agent docker image readme for details

  • Add a dd-agent user in the docker image to prepare for running root-less

  • Config parsing errors are now displayed in the output of the 'status' command and on the web ui.

  • The DD_TAGS environment variable allows to set host tags, in addition
    to the tags option in datadog.yaml

  • Added a section to the agent status to report live information about logs-agent

  • Set the default "procfs_path" configuration to /host/proc when containerized
    to allow the network check to collect the host's network metrics. This can be
    overriden with the the DD_PROCFS_PATH envvar.

  • Series for a common metric name will no longer be split among multiple
    transactions/payload. This guarantee that every point for a time T and a metric
    M will be bundled together when push to the backend. This allows some
    optimization on the backend side.

  • Add a service listener for ECS Fargate, and a config provider. Also add
    the concept of ECSContainer and make it compatible with Docker containers
    so that the process agent can handle them.

Known Issues

  • Having a separate type of container for ECS is not ideal, we will need to
    change how we represent containers to make it more generic. We also need
    to improve hostname handling, this will come in a follow up PR.

Upgrade Notes

  • Custom checks (located by default on Linux in /etc/datadog-agent/checks.d/) now have a
    lower precedence than the checks that are bundled with the Agent. This means that a custom
    check with the same name as a bundled check will now be ignored, and the bundled check will be loaded instead. If you want to override a bundled check with a custom check, please use a
    new name for your custom check, and use that new name for the related yaml configuration file.

  • Tags in the DD_TAGS environment variable are now separated by spaces
    instead of commas in agent5

Bug Fixes

  • Added a support for multi-line tailing with docker

  • Fix the extraction of the environment variables in the pkg/tagger/collectors/docker_extract.go when the variable is
    like "KEY="

  • Fix a nil-pointer segfault in docker event processing when an event is ignored

  • Make yum revalidate the cache before installing the rpm package when using
    the install script.

  • Added some missing spaces in logs

  • Fixed build pipeline commenting flaky tests from logs tailer

  • Fixed a bug on file tailing causing the logs-agent to reprocess multiple times the same data when restarted because of a wrong file offset management when lines are trimmed.

  • Be more lenient when filtering containers using labels.

  • Fixes an issue when pulling tags from a yaml config file with any integration
    that uses the PDHBaseCheck class

Other Notes

  • Updated the shipped CA certs to latest

  • For CircleCI use builder images in the datadog dockerhub repo.

datadog-agent - 6.0.0-beta.8 / 2018-01-11

Published by olivielpeau almost 7 years ago

Linux, Docker, macOS and Windows release

Download links

Changes

https://github.com/DataDog/datadog-agent/compare/6.0.0-beta.7...6.0.0-beta.8

New Features

  • Logs-agent now runs as a goroutine in the main agent process

  • All docker event subscribers are multiplexed in one connection, reduces stress on the docker daemon

  • The Agent can find relevant listeners on its host by using the "auto" listener, for now only docker is supported

  • The Docker label AD provider now watches container events and
    only updates when containers start/die to save resources

  • Add a new option, force_tls_12, to the agent configuration to force the
    TLS version to 1.2 when contactin Datatog.

  • Reno and releasenotes are now mandatory. A test will fail if no
    releasenotes where added/updated to the PR. A 'noreno' label can be added
    to the PR to skip this test.

Bug Fixes

  • [logs] Fix an issue when the hostname was not provided in datadog.yaml: the logs-agent logic uses the same hostname as the main agent

  • [logs] Trim spaces from single lines

  • Fix missing fields in forwarder logging entries

  • Fix RancherOS cgroup mountpoint detection

  • [linux packaging] Fix missing dd-agent script after upgrade, the fix will take effect on a fresh install of '>= beta.8' or upgrade from '>= beta.8'

  • [logs] Do not send empty logs with multilines

  • [flare] Fix command on Windows by fixing path of collected log files

  • Fix path of logs collected by flare on Windows, was breaking flare command

Other Notes

  • Remove resversion handling from podwatcher, as it's unused

  • Refactor corecheck boilerplate in CheckBase

  • [flare] Rename config file dumped from memory

datadog-agent - 6.0.0-beta.7 / 2018-01-04

Published by olivielpeau almost 7 years ago

datadog-agent - 6.0.0-beta.6 / 2017-12-13

Published by olivielpeau almost 7 years ago

Linux, Docker, macOS and Windows release

Download links