summaryrefslogtreecommitdiff
path: root/dev-cpp/prometheus-cpp/metadata.xml
blob: 580819f278f67f4cc6a1ff4b745635b5f433b1f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>marecki@gentoo.org</email>
  <name>Marek Szuba</name>
 </maintainer>
 <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>
 <upstream>
  <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to>
  <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>