notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
Port details on branch 2026Q2
thanos Highly available Prometheus setup with long term storage capabilities
0.41.0_2 net-mgmt on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.41.0_2Version of this port present on the latest quarterly branch.
Maintainer: alven@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-04-08 18:42:06
Last Update: 2026-04-08 18:39:12
Commit Hash: 3bb9c0e
License: APACHE20
WWW:
https://thanos.io/
https://github.com/thanos-io/thanos/
Description:
Thanos is a set of components that can be composed into a highly available metric system with unlimited storage capacity, which can be added seamlessly on top of existing Prometheus deployments. Thanos leverages the Prometheus 2.0 storage format to cost-efficiently store historical metric data in any object storage while retaining fast query latencies. Additionally, it provides a global query view across all Prometheus installations and can merge data from Prometheus HA pairs on the fly. Features: - Global querying view across all connected Prometheus servers - Deduplication and merging of metrics collected from Prometheus HA pairs - Seamless integration with existing Prometheus setups - Any object storage as its only, optional dependency - Downsampling historical data for massive query speedup - Cross-cluster federation - Fault-tolerant query routing - Simple gRPC "Store API" for unified data access across all metric data - Easy integration points for custom metric providers
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/thanos
  2. /usr/local/share/licenses/thanos-0.41.0_2/catalog.mk
  3. /usr/local/share/licenses/thanos-0.41.0_2/LICENSE
  4. /usr/local/share/licenses/thanos-0.41.0_2/APACHE20
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • thanos>0:net-mgmt/thanos
To install the port:
cd /usr/ports/net-mgmt/thanos/ && make install clean
To add the package, run one of these commands:
  • pkg install net-mgmt/thanos
  • pkg install thanos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: thanos
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1771139824 SHA256 (go/net-mgmt_thanos/thanos-v0.41.0/v0.41.0.mod) = 8b24db251c302de19fe0000df3200e8c811368b8cea8b2a5d4c9e4fc59e315bb SIZE (go/net-mgmt_thanos/thanos-v0.41.0/v0.41.0.mod) = 16824

Expand this list (2 items)

Collapse this list.

SHA256 (go/net-mgmt_thanos/thanos-v0.41.0/v0.41.0.zip) = 1353ce0f8b6b6792037894eed7b4cf5d14b0f27ff7fab32394dff66b0dcea373 SIZE (go/net-mgmt_thanos/thanos-v0.41.0/v0.41.0.zip) = 30435339

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-mgmt_thanos
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/thanos-io/thanos/@v/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.41.0_2
08 Apr 2026 18:39:12
commit hash: 3bb9c0e527a69f97f88e8f3d5ff02f4b3d122bf2commit hash: 3bb9c0e527a69f97f88e8f3d5ff02f4b3d122bf2commit hash: 3bb9c0e527a69f97f88e8f3d5ff02f4b3d122bf2commit hash: 3bb9c0e527a69f97f88e8f3d5ff02f4b3d122bf2 files touched by this commit
Älven (alven) search for other commits by this committer
Author: Magnus Kaiser
net-mgmt/thanos: Build with '-tags slicelabels' to fix gRPC panics

Thanos in at least build version 0.41.0-1 causes panics once gRPC
calls to the sidecar or store component are made. This appears to be
an issue known in upstream [0], but the fix requires the use of the
`-tags slicelabels` Go build flags.

[0] https://github.com/thanos-io/thanos/issues/8543

PR:		294337
Tested by:	Magnus Kaiser <freebsd@4xoc.com>
Approved by:	db@, yuri@ (Mentors, implicit)
MFH:	 	2026Q2

(cherry picked from commit b21fae5132961c8b37bb83b5ddfebb77752f60cd)

Number of commits found: 1