view 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
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.