42 posts tagged with "Primary Site"
Release notes for self-hosted Foxglove Primary Site Helm chart.
View All TagsPrimary 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.
Primary Site v0.0.45
Primary Site v0.0.44
Primary Site v0.0.43
Primary Site v0.0.42
Primary Site v0.0.41
🗂️ Sorting messages by log time
The inbox listener will now sort messages in files by their log time while importing. This means that if messages are recorded out of order because of multithreading, clock skew, or other reasons, they can still stream back in time-stamp order. See the inbox listener configuration documentation for configuration options.
New & Improved
- Updated the inbox listener so if a file is provided with an invalid device name or ID, the import will fail immediately rather than being retried repeatedly
- Added support for importing and streaming MCAP files containing channels with schema ID 0 (no schema)
Fixes
- Fixed an issue where the stream server would exit uncleanly and log an error then the
SHUTDOWN_TIMEOUT
was exceeded while waiting for open requests to complete after being sentSIGTERM