diff prometheus-client-c-libprom/pkg-descr @ 8:e38a6e16e756

MERGE: the move libprom
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 19 Mar 2025 08:47:36 +0100
parents 19458de35e56
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prometheus-client-c-libprom/pkg-descr	Wed Mar 19 08:47:36 2025 +0100
@@ -0,0 +1,11 @@
+This is libprom -- the C-client library for Prometheus from
+https://github.com/digitalocean/prometheus-client-c.
+
+This project provides this shared library for instrumenting software via
+Prometheus.
+
+  libprom: Provides the core API. Resources such as counters, gauges,
+           histograms, and collector registries can be found
+           here. This library has no dependencies on third-party
+           libraries; however, it does rely on pthreads native to
+           POSIX systems.