Files
pascal 830865bd47 Grafana Grizzly is a command line tool that allows you to manage
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@
2025-02-26 21:19:25 +00:00

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>