This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Releases: signalfx/signalfx-agent
Releases · signalfx/signalfx-agent
v3.1.11
- Add PostgreSQL collectd monitor - Add Couchbase collectd monitor - Secret filtering for nested configuration
v3.1.10
v3.1.9
- add openstack integration
v3.1.8
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
- 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
- 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