view prometheus-client-c-libprom/pkg-descr @ 12:b3adf5848e4c default tip

MERGE: the moved libpromhttp
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 19 Mar 2025 08:51:37 +0100
parents 19458de35e56
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.