view 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
line wrap: on
line source

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.