diff options
Diffstat (limited to 'internal/api/metrics/metrics.go')
-rw-r--r-- | internal/api/metrics/metrics.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/api/metrics/metrics.go b/internal/api/metrics/metrics.go index af774d5e8..bbca861ef 100644 --- a/internal/api/metrics/metrics.go +++ b/internal/api/metrics/metrics.go @@ -15,6 +15,8 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. +//go:build !nometrics + package metrics import ( |