summaryrefslogtreecommitdiff
path: root/dev-cpp/prometheus-cpp/metadata.xml
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-06 06:48:14 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-06 06:48:14 +0000
commitd10446ca28534008bc08e38895a92e79d1b44a2c (patch)
treeac15484614742339eb40dc7cacd8e438c680ad4f /dev-cpp/prometheus-cpp/metadata.xml
parentbafaae9ab73201c37cf877db04aa984977711ff5 (diff)
downloadbaldeagleos-repo-d10446ca28534008bc08e38895a92e79d1b44a2c.tar.gz
baldeagleos-repo-d10446ca28534008bc08e38895a92e79d1b44a2c.tar.xz
baldeagleos-repo-d10446ca28534008bc08e38895a92e79d1b44a2c.zip
Updating liguros repo
Diffstat (limited to 'dev-cpp/prometheus-cpp/metadata.xml')
-rw-r--r--dev-cpp/prometheus-cpp/metadata.xml25
1 files changed, 25 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..6030ebf23b49
--- /dev/null
+++ b/dev-cpp/prometheus-cpp/metadata.xml
@@ -0,0 +1,25 @@
+<?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>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>