Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2024 08:43:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 277774] [patch] net-mgmt/alertmanager: alertmanager does not expose build details
Message-ID:  <bug-277774-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277774

            Bug ID: 277774
           Summary: [patch] net-mgmt/alertmanager: alertmanager does not
                    expose build details
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: peterj@FreeBSD.org
                CC: michal@hanu.la
             Flags: maintainer-feedback?(michal@hanu.la)
                CC: michal@hanu.la

Created attachment 249257
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D249257&action=
=3Dedit
Fix alertmanager build information

alertmanager has provision to export build information but the relevant lin=
ker
information isn't passed in.  This can be verified by either looking at
"alertmanager_build_info" in the exported metrics or by running

$ alertmanager --version

The attached patch (based on
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D249255) results in bu=
ild
information like:

alertmanager_build_info{branch=3D"release-0.26", goarch=3D"amd64", goos=3D"=
freebsd",
goversion=3D"go1.22.1", instance=3D"server", job=3D"alertmanager", revision=
=3D"1",
tags=3D"unknown", version=3D"0.26.0"}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-277774-7788>