view pkg-descr @ 6:c7761c5a5389

FIX: Patch to compile with modern C11 style atomics. Does not need gcc any more for old GCC-stype atomic syntax. Not compiles with clang/cc on FreeBSD.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Mar 2025 19:49:55 +0100
parents 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.