view pkg-descr @ 10:40cf179a620e

FIX: Allow to build with clang/cc instead of gcc. CMakeLists.txt needed proper tewaking. Also assume that libprom.so is already installed (header and lib) into /usr/local/{include,lib}.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Mar 2025 20:37:29 +0100
parents 4746e1c5cb56
children
line wrap: on
line source

Tis is libpromhttp -- a C-client library for Prometheus
from https://github.com/digitalocean/prometheus-client-c.

This project provides this shared library for instrumenting software via
Prometheus.

  libpromhttp: Provides a simple web handler to expose Prometheus
               metrics for scraping. This library has a dependency on
               libmicrohttpd.