diff options
Diffstat (limited to 'dev-cpp/prometheus-cpp/metadata.xml')
| -rw-r--r-- | dev-cpp/prometheus-cpp/metadata.xml | 16 |
1 files changed, 16 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..cdad275c6d17 --- /dev/null +++ b/dev-cpp/prometheus-cpp/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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> + <upstream> + <bugs-to>https://github.com/jupp0r/prometheus-cpp/issues</bugs-to> + <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
