comparison pkg-descr @ 4:393d97a267b6

Build of libprom for version 0.1.3 succeeds
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Mar 2025 17:49:23 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 4:393d97a267b6
1 This is libprom -- the C-client library for Prometheus from
2 https://github.com/digitalocean/prometheus-client-c.
3
4 This project provides this shared library for instrumenting software via
5 Prometheus.
6
7 libprom: Provides the core API. Resources such as counters, gauges,
8 histograms, and collector registries can be found
9 here. This library has no dependencies on third-party
10 libraries; however, it does rely on pthreads native to
11 POSIX systems.