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 photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
alloy OpenTelemetry Collector distribution with programmable pipelines
1.10.2_1 sysutils on this many watch lists=4 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 1.6.1_3Version of this port present on the latest quarterly branch.
Maintainer: zach.leslie@grafana.com search for ports maintained by this maintainer
Port Added: 2024-07-23 05:30:06
Last Update: 2025-09-04 17:53:24
Commit Hash: 31a5a22
People watching this port, also watch:: grafana-loki, postfix, jellyfin, grafana, dovecot
License: MIT
WWW:
https://github.com/grafana/alloy
Description:
Grafana Alloy is an open source OpenTelemetry collector with built-in Prometheus pipelines and support for metrics, logs, traces, and profiles.
Homepage    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 (9 items)
Collapse this list.
  1. /usr/local/share/licenses/alloy-1.10.2_1/catalog.mk
  2. /usr/local/share/licenses/alloy-1.10.2_1/LICENSE
  3. /usr/local/share/licenses/alloy-1.10.2_1/MIT
  4. bin/alloy
  5. @sample etc/alloy.flow.sample
  6. @dir(root,nobody,0770) /var/alloy
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • alloy
Dependency lines:
  • alloy>0:sysutils/alloy
To install the port:
cd /usr/ports/sysutils/alloy/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/alloy
  • pkg install alloy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: alloy
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1756329743 SHA256 (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/v1.10.2.mod) = 00055a9dafa0182283fbb801d6bc092ffbec438405c190f3a57010f07783bcaa SIZE (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/v1.10.2.mod) = 67450

Expand this list (4 items)

Collapse this list.

SHA256 (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/v1.10.2.zip) = c1603f2447f19178e67e906c9dc012a47a77f328c6d3cf997ab1fbeea12ba258 SIZE (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/v1.10.2.zip) = 14528199 SHA256 (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/grafana-alloy-v1.10.2_GH0.tar.gz) = ed170622458600dd335dbdea12cf88a6bee33df1949a58b31a707b1a84f65b0f SIZE (go/sysutils_alloy/grafana-alloy-v1.10.2_GH0/grafana-alloy-v1.10.2_GH0.tar.gz) = 12779185

Collapse this list.


Packages (timestamps in pop-ups are UTC):
alloy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.1_41.10.2_1------
FreeBSD:13:quarterly1.6.1_31.6.1_3------
FreeBSD:14:latest1.6.1_41.10.2_1------
FreeBSD:14:quarterly1.6.1_31.6.1_3------
FreeBSD:15:latest1.6.1_41.10.2_1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-1.10.2_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go124 : lang/go124
Fetch dependencies:
  1. go124 : lang/go124
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_alloy
USES:
go:modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://codeload.github.com/grafana/alloy/tar.gz/v1.10.2?dummy=/
  2. https://proxy.golang.org/github.com/grafana/alloy/@v/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10.2_1
04 Sep 2025 17:53:24
commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3commit hash: 31a5a229a778dc5f458cb8887954f192d846e0e3 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
many: Bump go ports for go-1.24.7
1.10.2
28 Aug 2025 14:28:36
commit hash: 647f9b37f934eb4ba1fffd964a8cbf456916d837commit hash: 647f9b37f934eb4ba1fffd964a8cbf456916d837commit hash: 647f9b37f934eb4ba1fffd964a8cbf456916d837commit hash: 647f9b37f934eb4ba1fffd964a8cbf456916d837 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
sysutils/alloy: Improve port

- Remove git from BUILD_DEPENDS - build fine without it.
- Remove go version 1.24 - it's default version in ports.
- Remove GH_PROJECT=alloy - it's default value.
- Parametrize "alloy" with "${PORTNAME}" in multiple places.
- Replace "v${PORTVERSION}" with "${GH_TAGNAME}" - suits better.
- Remove unnecessary ";" and "/" at end of commands.
- Fix warnings from portclippy and portlint.

PR:		289140
Approved by:	Zach Leslie <zach.leslie@grafana.com> (maintainer)
1.10.2
28 Aug 2025 13:40:09
commit hash: 64017a2c4ac558bc61b1f1879deb39506080555ecommit hash: 64017a2c4ac558bc61b1f1879deb39506080555ecommit hash: 64017a2c4ac558bc61b1f1879deb39506080555ecommit hash: 64017a2c4ac558bc61b1f1879deb39506080555e files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Zach Leslie
sysutils/alloy: Update to v1.10.2

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/440
1.6.1_4
07 Aug 2025 00:13:05
commit hash: b6703954e39e9c8143d6a0a5d39fe3eef2515820commit hash: b6703954e39e9c8143d6a0a5d39fe3eef2515820commit hash: b6703954e39e9c8143d6a0a5d39fe3eef2515820commit hash: b6703954e39e9c8143d6a0a5d39fe3eef2515820 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
go123 ports: Bump for 1.23.12
1.6.1_3
02 Apr 2025 02:07:58
commit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95acommit hash: a4e30d4f4fed37188c78999f90dd2757dfd9e95a files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
go: Bump ports for go124 update
1.6.1_2
05 Mar 2025 16:02:56
commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027commit hash: d0642a617631ca9d19d24750b6669ecc13584027 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
Bump all go ports for yesterday's releases
1.6.1_1
24 Feb 2025 23:53:22
commit hash: f9fbe03c698b5a728a23142d0dae5cfff94257ddcommit hash: f9fbe03c698b5a728a23142d0dae5cfff94257ddcommit hash: f9fbe03c698b5a728a23142d0dae5cfff94257ddcommit hash: f9fbe03c698b5a728a23142d0dae5cfff94257dd files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go123 update

PR:		284681
1.6.1
18 Feb 2025 14:16:22
commit hash: 2b7b4dbcb38a9fda1355b4169712a8d63c6ee5a5commit hash: 2b7b4dbcb38a9fda1355b4169712a8d63c6ee5a5commit hash: 2b7b4dbcb38a9fda1355b4169712a8d63c6ee5a5commit hash: 2b7b4dbcb38a9fda1355b4169712a8d63c6ee5a5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Evaldas Auryla
sysutils/alloy: update to 1.6.1

 - bump Go dependency to 1.23

Changelog: https://github.com/grafana/alloy/releases

PR:		284305
1.2.1_3
21 Jan 2025 22:21:11
commit hash: 39522060fe30d16b47ca1671b543507a15d0817bcommit hash: 39522060fe30d16b47ca1671b543507a15d0817bcommit hash: 39522060fe30d16b47ca1671b543507a15d0817bcommit hash: 39522060fe30d16b47ca1671b543507a15d0817b files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go122 update

PR:		284181
MFH:		2025Q1
1.2.1_2
08 Nov 2024 20:58:46
commit hash: 79271d538107eaed3822f2b39d0080da0101245acommit hash: 79271d538107eaed3822f2b39d0080da0101245acommit hash: 79271d538107eaed3822f2b39d0080da0101245acommit hash: 79271d538107eaed3822f2b39d0080da0101245a files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go122 update

PR:		281842
1.2.1_1
09 Aug 2024 06:24:09
commit hash: aeb01135150a7f1da57a02c0169cdae9886fb319commit hash: aeb01135150a7f1da57a02c0169cdae9886fb319commit hash: aeb01135150a7f1da57a02c0169cdae9886fb319commit hash: aeb01135150a7f1da57a02c0169cdae9886fb319 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go122 update
1.2.1
01 Aug 2024 18:06:27
commit hash: fe632f9087196663623ed5116ae6e7faa8536f2ecommit hash: fe632f9087196663623ed5116ae6e7faa8536f2ecommit hash: fe632f9087196663623ed5116ae6e7faa8536f2ecommit hash: fe632f9087196663623ed5116ae6e7faa8536f2e files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Zach Leslie
sysutils/alloy: Update to 1.2.1

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/286
Co-authored-by:	Gleb Popov <arrowd@FreeBSD.org>
1.0.0
23 Jul 2024 05:26:31
commit hash: 802a051103c76dd7bec816cd8f31ec67ea489d7acommit hash: 802a051103c76dd7bec816cd8f31ec67ea489d7acommit hash: 802a051103c76dd7bec816cd8f31ec67ea489d7acommit hash: 802a051103c76dd7bec816cd8f31ec67ea489d7a files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Author: Zach Leslie
sysutils/alloy: new port version 1.0.0

Pull Request:	https://github.com/freebsd/freebsd-ports/pull/252

Number of commits found: 13