mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
830865bd47
your observability resources with code. Now you can define your dashboards, alerting and recording rules, etc, all from within your codebase. You can build Grizzly into your continuous deployment pipelines, meaning whenever you deploy your application, your observability is updated too. ok tb@
25 lines
420 B
Makefile
25 lines
420 B
Makefile
COMMENT = utility for managing observability resources
|
|
|
|
MODGO_MODNAME = github.com/grafana/grizzly
|
|
MODGO_VERSION = v0.7.1
|
|
|
|
DISTNAME = grizzly-${MODGO_VERSION}
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://grafana.github.io/grizzly/
|
|
|
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
|
|
|
# Apache2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c pthread
|
|
|
|
MODULES = lang/go
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|