Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Releases: signalfx/signalfx-agent

v3.1.11

23 May 15:17
Compare
Choose a tag to compare
- Add PostgreSQL collectd monitor
- Add Couchbase collectd monitor
- Secret filtering for nested configuration

v3.1.10

21 May 18:56
Compare
Choose a tag to compare
 - Fix bug where mixed regex and non-regex filters caused unwanted
   matches

v3.1.9

17 May 17:30
Compare
Choose a tag to compare
- add openstack integration

v3.1.8

16 May 19:34
966d6b3
Compare
Choose a tag to compare
 - Added collectd/statsd monitor
 - kubernetes-cluster monitor: removed K8s node resource caching

v3.1.7

03 May 15:16
0ca623b
Compare
Choose a tag to compare
 - Masking some password fields from going to status/log output
 - Fixing Consul collectd template rendering
 - Ensuring GCP ID generation doesn't pick up spurious responses

v3.1.6

26 Apr 19:37
e92e3fa
Compare
Choose a tag to compare
 - collectd/signalfx-metadata monitor: added options for DogStatsD port
     and option to disable process lists
 - Fixed bug that could cause crash with unparsable discovery rules

Breaking Changes: none

v3.1.5

24 Apr 20:39
Compare
Choose a tag to compare
 - prometheus-exporter monitor: Summary and Histogram metrics are much
     fuller now and we now send everything from exporters.

v3.1.4

20 Apr 19:52
ca8ba4d
Compare
Choose a tag to compare
 - Monitor collectd/custom: Added config option to control the number of
     read threads

Breaking Changes: none

v3.1.3

20 Apr 16:39
0e11083
Compare
Choose a tag to compare
 - Monitor collectd/apache: Ability to configure Apache status endpoint
 - Removing 'name' config from monitors that don't use it
 - Monitor collectd/df: Ignoring mounts under /var/lib/docker/container by default
 - Monitor collectd/rabbitmq: Adding brokerName option which corresponds to
     BrokerName config in collectd plugin
 - Monitor prometheus-exporter: Adding option to use HTTPS and also skip cert verification
 - Monitor kubelet-stats: Adding container_cpu_percent metric that takes into
     account the number of cores to give a total CPU percent usage out of 100%.
 - Misc small memory allocation optimizations
 - Monitor kubernetes-cluster: Reducing memory consumption by not maintaining
     structs of cluster resources, but only UID.
 - Monitor kubernetes-cluster: Reenabling owner reference properties on
     kubernetes_pod_uid
 - Making error messages around required fields in monitor config clearer

Breaking Changes:

 - If you were providing name in a monitor that wasn't doing anything
     with it, you will need to stop providing it for the monitor config to
     pass validation.

v3.1.2

04 Apr 15:04
Compare
Choose a tag to compare
 - Adding config option on monitors to disable endpoint-specific
   dimensions (`disableEndpointDimensions`)
 - Fixing issue with k8s node metric cache that was preventing
   datapoints from being sent
 - Fixing issue with collectd dns resolution
 - Making cadvisor/kubelet-stats metrics timestamps more regular