import promscale

OK abieber@
This commit is contained in:
denis 2022-01-08 12:34:33 +00:00
parent 98ab12dd08
commit 7690137a85
5 changed files with 9317 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2022/01/08 12:34:33 denis Exp $
COMMENT = observability backend for metrics and traces powered by SQL
V = 0.7.1
CDATE = 2021-12-03T15-45-58Z
CID = 493efa289605a1bf6c1c586595251bd4e0fdc162
SHORTCID = ${CID:C/(............).*/\1/}
MODGO_MODNAME = github.com/timescale/promscale
MODGO_VERSION = v0.0.0-${CDATE:C/[-TZ]//g}-${SHORTCID}
DISTNAME = promscale-${MODGO_VERSION}
PKGNAME = promscale-${V}
CATEGORIES = sysutils
HOMEPAGE = https://www.timescale.com/promscale
MAINTAINER = Denis Fondras <denis@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE = Yes
MODULES= lang/go
.include "modules.inc"
.include <bsd.port.mk>

6714
sysutils/promscale/distinfo Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
Promscale is an open source observability backend for metrics and
traces powered by SQL.
Built on the robust and high-peformance foundation of PostgreSQL
and TimescaleDB, it has native support for Prometheus metrics and
OpenTelemetry traces as well as many other formats like StatsD,
Jaeger and Zipkin through the OpenTelemetry Collector and is 100%
PromQL compliant.
For Prometheus users, Promscale provides a robust and highly scalable
long-term storage system that is 100% PromQL compliant.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2022/01/08 12:34:36 denis Exp $
@bin bin/jaeger-query-proxy
@bin bin/prom-migrator
@bin bin/promscale