summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>2020-07-26 13:56:14 -0400
committerJoonas Niilola <juippis@gentoo.org>2020-09-06 08:55:18 +0300
commitfbe439d0da459c4ccf6e85976425ce7287a346fa (patch)
treead70a2495d80ae55493e376634d7a40838128ce3 /dev-cpp/prometheus-cpp/metadata.xml
parentdev-cpp/benchmark: New package (diff)
downloadgentoo-fbe439d0da459c4ccf6e85976425ce7287a346fa.tar.gz
gentoo-fbe439d0da459c4ccf6e85976425ce7287a346fa.tar.bz2
gentoo-fbe439d0da459c4ccf6e85976425ce7287a346fa.zip
dev-cpp/prometheus-cpp: New package
Bug: https://bugs.gentoo.org/733984 Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/prometheus-cpp/metadata.xml')
-rw-r--r--dev-cpp/prometheus-cpp/metadata.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-cpp/prometheus-cpp/metadata.xml b/dev-cpp/prometheus-cpp/metadata.xml
new file mode 100644
index 000000000000..ece2117d6db5
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ This library aims to enable Metrics-Driven Development for C++ services.
+ It implements the Prometheus Data Model, a powerful abstraction on which
+ to collect and expose metrics. We offer the possibility for metrics to
+ be collected by Prometheus, but other push/pull collections can be added
+ as plugins.
+ </longdescription>
+ <maintainer type="person">
+ <email>vilhelm.gray@gmail.com</email>
+ <name>William Breathitt Gray</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to>
+ <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc>
+ <remote-id type="github">jupp0r/prometheus-cpp</remote-id>
+ </upstream>
+</pkgmetadata>