Skip to main content

65 posts tagged with "Primary Site"

Release notes for self-hosted Foxglove Primary Site Helm chart.

View All Tags

Primary Site v0.0.106

When resolving a recording's context, this release merges every "foxglove" MCAP metadata record in the file, rather than using only the last one. Later records override earlier keys, and an empty string value unsets a key. To keep the previous behavior, set the following in your values.yaml, on whichever component your indexing strategy deploys:

inboxListener:
deployment:
mergeFoxgloveMcapMetadata: false

This release also adds an optional beta stream executor, which can substantially improve streaming throughput on multi-core query service pods. It is off by default.

Added
  • Added a beta multi-threaded stream executor that reads a stream's MCAP chunks across parallel partitions, off by default behind queryService.deployment.enableBetaStreamExecutor
Changed
  • Merged all "foxglove" MCAP metadata records when resolving recording context, instead of using only the last record. Set mergeFoxgloveMcapMetadata: false on the indexer or inbox listener deployment to restore the previous last-record-only behavior
Fixed
  • Improved query service error messages when a stream fails mid-response
  • Fixed values.yaml validation, which was silently skipping its required-setting checks

Docs: About | Install | Upgrade

Primary Site v0.0.105

This release improves search performance and raises some default resource limits in the query server.

Changed
  • Defaulted the MAX_OPEN_FILES variable to 65535
  • Raised the default query service CPU limit from 1 to 4 and memory limit from 2Gi to 8Gi
Performance
  • Improved message scanning performance for search through multi-threaded scanning and other optimizations

Docs: About | Install | Upgrade

Primary Site v0.0.103

Added
  • Exposed the object store read timeout via the OBJECT_STORE_READ_TIMEOUT_SECONDS variable
Fixed
  • Fixed the AWS_COPY_PART_SIZE_BYTES variable, which was documented but not previously applied to S3 multipart copies; the default part size now returns to 100 MiB from 5 GiB

Docs: About | Install | Upgrade