annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
1 Tis is libpromhttp -- a C-client library for Prometheus
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
2 from https://github.com/digitalocean/prometheus-client-c.
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
3
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
4 This project provides this shared library for instrumenting software via
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
5 Prometheus.
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
6
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
7 libpromhttp: Provides a simple web handler to expose Prometheus
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
8 metrics for scraping. This library has a dependency on
4746e1c5cb56 Build of libpromhttp for version 0.1.3.
Franz Glasner <fzglas.hg@dom66.de>
parents:
diff changeset
9 libmicrohttpd.