2024-01-24-Release
Version 1.41.0 • JAN 24, 2024
New Features
New destinations
Observe, Inc
Chronicle Forwarder
Source changes
TCP Logs: Added new encoding option
Bug Fixes and Improvements
Resolved an issue where Prometheus backed agent measurements were inconsistent in some cases
See the Upgrade Procedure notes for upgrade information
Upgrade Procedure
Prometheus
Agent measurement values will be inconsistent in some situations. Upgrading to v1.41.0 solves this issue.
If you are using BindPlane's built in Prometheus service, no action is required. If you are unsure, generally this means your BindPlane server is managing it's own Prometheus service behind the scenes. You can skip this procedure.
If you are using a self managed Prometheus instance for your measurements backend, you must update your Prometheus recording rule at /etc/prometheus/rules.yml
.
groups:
- name: configuration-rollups
interval: 1m
rules:
- record: bindplane_agent_measurements:rollup:rate:1m
expr: sum without (agent) (rate(bindplane_agent_measurements{}[1m9s999ms] offset 10s))
Once updated, restart the service.
sudo systemctl restart prometheus
Last updated
Was this helpful?