Debian NEW package overview for prometheus-cpp-lite
| prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_amd64.changes (click to toggle) | |
|---|---|
| Format: | 1.8 |
| Date: | Tue, 02 Dec 2025 16:23:29 +0100 |
| Source: | prometheus-cpp-lite |
| Binary: | prometheus-cpp-lite |
| Architecture: | source all |
| Version: | 1.0+git20251202.48d09c4+ds-1 |
| Distribution: | unstable |
| Urgency: | medium |
| Maintainer: | Christoph Martin <chrism@debian.org> |
| Changed-By: | Christoph Martin <chrism@debian.org> |
| Description: | prometheus-cpp-lite - C++ Header-only Prometheus client library |
| Closes: | 1121736 |
| Changes: | prometheus-cpp-lite (1.0+git20251202.48d09c4+ds-1) unstable; urgency=medium * Initial release. (Closes: #1121736) * ignore excluded '3rdpatry' and '.github' directory * include stdexcept in family.h |
| Files: | f006a79cf34df863b70f82b95847cf38 1981 libdevel optional prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.dsc 2e16aa569c1d180ef2b47092dea7599c 24119 libdevel optional prometheus-cpp-lite_1.0+git20251202.48d09c4+ds.orig.tar.gz 52303abb8bc93c3482980a337bb0ac10 3888 libdevel optional prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.debian.tar.xz 98ac77efc98740fd45cf5a01563148d1 22100 libdevel optional prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_all.deb d20f9f32e03a1c15115771398c009f60 6940 libdevel optional prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_amd64.buildinfo |
| prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.dsc (click to toggle) | |
|---|---|
| Format: | 3.0 (quilt) |
| Source: | prometheus-cpp-lite |
| Binary: | prometheus-cpp-lite |
| Architecture: | all |
| Version: | 1.0+git20251202.48d09c4+ds-1 |
| Maintainer: | Christoph Martin <chrism@debian.org> |
| Homepage: | https://github.com/biaks/prometheus-cpp-lite/ |
| Standards-Version: | 4.7.2 |
| Build-Depends: | debhelper-compat (=13), cmake |
| Package-List: | prometheus-cpp-lite deb libdevel optional arch=all |
| Files: | 2e16aa569c1d180ef2b47092dea7599c 24119 prometheus-cpp-lite_1.0+git20251202.48d09c4+ds.orig.tar.gz 52303abb8bc93c3482980a337bb0ac10 3888 prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.debian.tar.xz |
| lintian 2.116.3+deb12u1 check for prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.dsc (click to toggle) | |
|---|---|
| README.source for prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1.dsc (click to toggle) | |
|---|---|
| No README.source in this package | |
| control file for prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_all.deb (click to toggle) | |
|---|---|
| Package: | prometheus-cpp-lite |
| Version: | 1.0+git20251202.48d09c4+ds-1 |
| Architecture: | all |
| Maintainer: | Christoph Martin <chrism@debian.org> |
| Installed-Size: | 131 |
| Section: | libdevel |
| Priority: | optional |
| Homepage: | https://github.com/biaks/prometheus-cpp-lite/ |
| Description: | C++ Header-only Prometheus client library
C++ header-only prometheus client library for quickly and easily
adding metric (and profiling) functionality to C++ projects.
.
Advantages:
- Written in pure C++,
- Header-only,
- Cross-platform,
- Compiles with C ++ 11, C ++ 14, C ++ 17 standards,
- Has no third-party dependencies,
- Several APIs for use in your projects,
- Saving metrics to a file (and then works with node_exporter) or sending
via http (uses built-in header-only http-client-lite library),
- Possibility to use different types for storing metrics data (default is
uint32_t, but you can use double or uint64_t types if you want),
- Five types of metrics are supported: counter, gauge, summary, histogram
and benchmark,
- Has detailed examples of use (see examples folder) |
| lintian 2.116.3+deb12u1 check for prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_all.deb (click to toggle) | |
|---|---|
| contents of prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_all.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-12-02 15:23 ./ drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/ drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/include/ drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/include/prometheus/ -rw-r--r-- root/root 1625 2023-08-13 19:30 ./usr/include/prometheus/atomic_floating.h -rw-r--r-- root/root 1654 2023-08-13 19:30 ./usr/include/prometheus/benchmark.h -rw-r--r-- root/root 738 2023-08-13 19:30 ./usr/include/prometheus/builder.h -rw-r--r-- root/root 4407 2023-08-13 19:30 ./usr/include/prometheus/ckms_quantiles.h -rw-r--r-- root/root 1594 2023-08-13 19:30 ./usr/include/prometheus/client_metric.h -rw-r--r-- root/root 590 2023-08-13 19:30 ./usr/include/prometheus/collectable.h -rw-r--r-- root/root 3171 2023-08-13 19:30 ./usr/include/prometheus/counter.h -rw-r--r-- root/root 13808 2025-12-02 15:23 ./usr/include/prometheus/family.h -rw-r--r-- root/root 5434 2023-08-13 19:30 ./usr/include/prometheus/gateway.h -rw-r--r-- root/root 4013 2023-08-13 19:30 ./usr/include/prometheus/gauge.h -rw-r--r-- root/root 1690 2023-08-13 19:30 ./usr/include/prometheus/hash.h -rw-r--r-- root/root 6124 2023-08-13 19:30 ./usr/include/prometheus/histogram.h -rw-r--r-- root/root 444 2023-08-13 19:30 ./usr/include/prometheus/metric.h -rw-r--r-- root/root 337 2023-08-13 19:30 ./usr/include/prometheus/metric_family.h -rw-r--r-- root/root 2102 2023-08-13 19:30 ./usr/include/prometheus/push_to_server.h -rw-r--r-- root/root 4574 2023-08-13 19:30 ./usr/include/prometheus/registry.h -rw-r--r-- root/root 2361 2023-08-13 19:30 ./usr/include/prometheus/save_to_file.h -rw-r--r-- root/root 4840 2023-08-13 19:30 ./usr/include/prometheus/simpleapi.h -rw-r--r-- root/root 6030 2023-08-13 19:30 ./usr/include/prometheus/summary.h -rw-r--r-- root/root 6218 2023-08-13 19:30 ./usr/include/prometheus/text_serializer.h -rw-r--r-- root/root 1783 2023-08-13 19:30 ./usr/include/prometheus/time_window_quantiles.h drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/share/ drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/share/doc/prometheus-cpp-lite/ -rw-r--r-- root/root 238 2025-12-02 15:23 ./usr/share/doc/prometheus-cpp-lite/changelog.Debian.gz -rw-r--r-- root/root 2215 2025-12-02 15:01 ./usr/share/doc/prometheus-cpp-lite/copyright drwxr-xr-x root/root 0 2025-12-02 15:23 ./usr/share/doc/prometheus-cpp-lite/examples/ -rw-r--r-- root/root 1638 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/CMakeLists.txt -rw-r--r-- root/root 1775 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/gateway_example.cpp -rw-r--r-- root/root 2675 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/modern_example.cpp -rw-r--r-- root/root 2711 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/original_example.cpp -rw-r--r-- root/root 1312 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/push_to_server_example.cpp -rw-r--r-- root/root 1275 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/save_to_file_example.cpp drwxr-xr-x root/root 0 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/ -rw-r--r-- root/root 429 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/CMakeLists.txt drwxr-xr-x root/root 0 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/include/ drwxr-xr-x root/root 0 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/include/prometheus/ -rw-r--r-- root/root 4840 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/include/prometheus/simpleapi.h drwxr-xr-x root/root 0 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/src/ -rw-r--r-- root/root 345 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi/src/simpleapi.cpp -rw-r--r-- root/root 797 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi_example.cpp -rw-r--r-- root/root 1510 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/simpleapi_use_in_class_example.cpp -rw-r--r-- root/root 1344 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/use_benchmark_in_class_example.cpp -rw-r--r-- root/root 2302 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/use_counters_in_class_example.cpp -rw-r--r-- root/root 2334 2023-08-13 19:30 ./usr/share/doc/prometheus-cpp-lite/examples/use_gauge_in_class_example.cpp | |
| copyright of prometheus-cpp-lite_1.0+git20251202.48d09c4+ds-1_all.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://github.com/biaks/prometheus-cpp-lite/ Upstream-Name: prometheus-cpp-lite Upstream-Contact: biaks <ianiskr@gmail.com> Files-Excluded: 3rdpatry/* .github/* Files: * Copyright: 2021 biaks (ianiskr@gmail.com) License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2025 Christoph Martin <chrism@debian.org.de> License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package. If not, see <https://www.gnu.org/licenses/>. Comment: On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". | |
Timestamp: 02.12.2025 / 19:02:39 (UTC)