Releases: scalyr/scalyr-agent-2
Releases · scalyr/scalyr-agent-2
Xindi
Wurwhal
Features
- Add configuration-via-labels support for the
docker_monitor. - Record
eventIdinwindows_events_monitor.
Bugs
- Fix issue preventing collection of remote events in
windows_events_monitor. - Fix incorrect metrics collection in
postgres_monitordue to not properly resetting cursor. - Eliminate redundant K8s cache in the agent running on the K8s event leader.
Vorta
Features
- Release of the
kubernetes_events_monitorplugin with collects Kubernetes Events and pushes them into Scalyr. See the monitor documentation for more information.
Bugs
- Fix issue preventing log configs with glob patterns to override exact match patterns. This is required to help override redaction and parsers rules for Docker.
- Fix issue in mysql_monitor preventing error message from being logged
Unas
Features
- Add in v2 K8s support. You must configure a k8s cluster name to start using the new v2 support. See Kubernetes Agent Install directions.
Bugs
- Only allow non-secure connections to Scalyr if explicit override option is sset.
- Redesign of k8s cache to better handle large number of pods
- Allow the k8s api server address to be set via a configuration option.
- Parallelized container metric fetches to avoid not being able to collect metrics in time.
Q
Bugs
- Fix bad class name for wrapped responses in Docker and Kubernetes monitor.
- Fix high CPU consumption in Kubernetes monitor due to encoding detection.
- Add defensive code to Kubernetes cache to prevent cache death spiral.
Primes
Bugs
- Fix urgent incompatibility issue with python version < 2.7 in call to string decoding.
Orion
Bugs
- Adjusted unicode decoding to be more tolerant of bad input.
- Added support for optimized json parsing library. Changed k8s agent to use optimized version.
Ly-Cilph
Features
- Finalized new support for Kubernetes. Not turned on by default yet. Will be generally available in November.
Bugs
- Fix journald monitor to system default path.
Kliint
Bug fixes
- Remove / rework debug log statements that were consuming too much CPU.
- Add ability to disable the Kubernetes monitor from parsing the json log lines on the client
- Do not write out the full checkpoint.json file every iteration. Instead, write out only the active log files on every iteration with a consolidation every one minute.
Jem'hadar
Features:
- Added support in the
kubernetes_monitorfor annotations-based configuration. You can now specify parsers and whether or not a pod's logs can be sent to Scalyr via k8s annotations. See documentation onkubernetes_monitorfor more details.
Bug fixes:
- Added fixes that should eliminate memory leak.