comparison prometheus-client-c-libprom/pkg-descr @ 7:19458de35e56

Move old libprom into prometheus-client-c-libprom/ directory. Also remove its .hgignore because there is a new common .hgignore now already.
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 19 Mar 2025 08:46:04 +0100
parents pkg-descr@393d97a267b6
children
comparison
equal deleted inserted replaced
6:c7761c5a5389 7:19458de35e56
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.