38 posts tagged with "Primary Site"
Release notes for self-hosted Foxglove Primary Site Helm chart.
View All TagsPrimary Site v0.0.54
Primary Site v0.0.53
This release contains performance improvements to the inbox listener.
Improvements
- Inbox listener: increase speed when splitting files with many small topics.
- Inbox listener: reduced RAM usage when splitting files with many topics when writing to MinIO or other s3-compatible stores.
Primary Site v0.0.52
Primary Site v0.0.50
This release contains an change in behavior when providing a device name in Foxglove MCAP metadata.
New & Improved
- Changed: When supplying a device name in Foxglove MCAP metadata, the device no longer needs to be created in advance. If a device with that name does not yet exist, it will be created during processing of the recording by the inbox listener.
Primary Site v0.0.49
This release contains minor updates and fixes to the inbox listener and garbage collector.
New & Improved
-
Added: If the
LOG_REPEATED_IMPORT_FAILURES
environment variable is set totrue
, the inbox listener will log an error-level message whenever it has to quarantine an input file after exhausting all retries. This can help Primary Site operators detect issues with their deployment. -
Changed: For Primary Sites using Azure storage buckets with hierarchical namespaces enabled, the garbage-collector service will log an
info
-level message when it attempts to delete a non-empty directory, but it will skip over it.Fixes
-
Fixed: If the inbox listener attempts to process an MCAP file with an invalid file offset, it will quarantine the file immediately rather than retrying three times.
Primary Site v0.0.48
Primary Site v0.0.47
This release adds KEDA-based autoscaling support to the inbox listener.
New & Improved
- Added: add support for built-in inbox-listener autoscaling. See documentation for details
Primary Site v0.0.46
This release contains support for downloading and retrying quarantined files.
New & Improved
-
Added: support for downloading quarantined pending imports. This feature will be enabled through the UI in the near future.
-
Note: For this to work, deployers will need to double-check permissions on their inbox bucket to make sure that their stream service has access to read from them.
-
Added: support for retrying quarantined pending imports. This feature will be enabled through the UI in the near future.
Fixes
-
Fixed: if the garbage collector cannot delete a temp file, it will log an error instead of aborting.
-
Fixed: the request ID tag in inbox listener logs now matches the request ID in the foxglove API for pending imports.
-
Fixed: various corrupt BAG and MCAP errors will now result in the file being quarantined immediately rather than retrying 3 times.