Added:
- Add support for security validation in models (#23109)
Added:
- Add
enable_legacy_tags_normalizationoption to preserve hyphens in tag values when set to false. (#22303)
Added:
- Bump minimum version of datadog-checks-base to 37.24.0 (#21945)
Added:
Added:
- Add support for mlx5_core drivers in ethtool integration [CMPT-3460] (#20481)
Added:
- Add new system.net.iface.up metric (#19853)
Added:
- Add mtu and speed tags to interfaces that support it (#18819)
Removed:
- Remove support for Python 2. (#18580)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Fixed:
- Fix metric type in new network metrics (#18764)
Changed:
- Bump minimum version of base check (#18733)
Added:
- Bump the python version from 3.11 to 3.12 (#18212)
- Upgrade psutil to 6.0.0 to fix performance issues addressed (#18688)
Added:
- Add new TCP metrics for Network integration on Windows (#18294)
- Bump
psutilversion to 5.9.6 (#18491)
Added:
- Revert "Bump psutil version to 5.9.7 (#16547)" (#17112)
Added:
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Changed:
- Bump the minimum base check version (#15427)
Added:
- Update generated config models (#15212)
Fixed:
- Improve debug logs for ena and ethtool network metrics (#15447)
- Fix types for generated config models (#15334)
Added:
- Add metric conntrack_allowance_available from Amazon ENA driver (#14634) Thanks radykal-com.
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Fixed:
- Remove
distutilsdependency from python 3 version of the check (#14245)
Fixed:
- Fix network check for solaris (#13319)
Fixed:
- Extract windows check to separate class (#13143)
- Test & better document collect_cx_queues (#13117)
- Exclude loopback interface from ethtool (#13042)
Fixed:
- Exclude loopback interface from ethtool (#13042)
Added:
- Add collection of ethtool queue stats (#12023)
Added:
- Add collection of ethtool queue stats (#11056)
Fixed:
Added:
- Add IP and TCP metric collection (#11170)
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Fixed:
- Support newer versions of
click(#11746)
Added:
- Collect additional iface metrics: mtu, num tx/rx queue and tx queue length (#11156)
- Add
pyproject.tomlfile (#11402) - Upgrade psutil to 5.9.0 (#11139)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Added:
- Add saturation metrics for network (#10551) Thanks luhenry.
- Collect additional TcpExt metrics (#10844)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Disable generic tags (#10027)
Added:
- Use
display_defaultas a fallback fordefaultwhen validating config models (#9739)
Added:
- Add runtime configuration validation (#8960)
Fixed:
- Rename config spec example consumer option
defaulttodisplay_default(#8593)
Fixed:
- Ensure network check doesn't fail on importing fcntl on Windows (#8459)
Added:
- Collect AWS ENA metrics (#8331)
Fixed:
- Correct default template usage (#8233)
Changed:
- [network] Set the collect_connection_queues parameter default value to false (#8059)
Added:
Fixed:
- Fix network metric collection failure on CentOS (#7883)
Fixed:
- Fix procfs_path retrieval in network check (#7652)
Added:
Added:
- Add network spec (#6889)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Fix error message (#6285)
Added:
- Upgrade psutil to 5.7.0 (#6243)
Fixed:
- Handle invalid type for excluded_interfaces (#5986)
Added:
- Use lazy logging format (#5377)
Added:
- Gracefully handle /proc errors in network check (#5245)
Fixed:
- Bump psutil to 5.6.7 (#5210)
Fixed:
- Upgrade psutil dependency to 5.6.5 (#5059)
Added:
- Add use_sudo option for collecting conntrack metrics with containers (#4920)
Fixed:
Fixed:
- Upgrade psutil dependency to 5.6.3 (#4442)
Fixed:
- Fix metric submission for combined connection state (#4473)
Fixed:
- Drastically reduce
ssoutput (#4346)
Fixed:
- Fix proc location for conntrack files (#4150)
Added:
- Upgrade psutil dependency to 5.6.2 (#3684)
- Add conntrack metrics (#3624)
- Adhere to code style (#3543)
Added:
- Strip white space when reading from proc_conntrack_max_path (#3365)
Added:
- Add conntrack basic metrics to the network integration. (#2981) Thanks aerostitch.
- Upgrade psutil (#3019)
- Support Python 3 (#3005)
Fixed:
- Resolve flake8 issues (#3060)
- Use
devicetag instead of the deprecateddevice_nameparameter (#2945) Thanks aerostitch.
Added:
- Update psutil (#2576)
Fixed:
- Use raw string literals when \ is present (#2465)
Added:
- Upgrade psutil (#2190)
Fixed:
- Retrieve no_proxy directly from the Datadog Agent's configuration (#2004)
- Add data files to the wheel package (#1727)
Added:
Added:
- Add custom tag support.
Added:
- Get some host network stats when the agent is running inside a container and not in the host network namespace (#994com//pull/994)
Added:
- Collects TCPRetransFail metric from /proc/net/netstat, See #697
Fixed:
- Fix incorrect
log.errorcall in BSD check (#698com//issues/698)
Fixed:
- Fix TCP6 metrics overriding TCP4 metrics when monitoring non combines socket states (#501com//issues/501)
Added:
- Adds metrics from
/proc/net/netstatin addition to the existing ones from/proc/net/snmp(#299 and #452, thanks @cory-stripecom/cory-stripe)
Fixed:
- Work around
ss -atunbug not differentiating tcp and udp (#296com//issues/296)
Added:
- adds network integration.