1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"api": "0",
"authors": [
"Patrick Spek <p.spek@tyil.work>"
],
"depends": [
],
"description": "Objects to easily render templates of metrics for usage with Prometheus",
"license": "AGPL-3.0",
"meta-version": 0,
"name": "Template::Prometheus",
"perl": "6.d",
"provides": {
"Template::Prometheus": "lib/Template/Prometheus.pm6",
"Template::Prometheus::Metric": "lib/Template/Prometheus/Metric.pm6",
"Template::Prometheus::Metrics::Gauge": "lib/Template/Prometheus/Metrics/Gauge.pm6"
},
"resources": [
],
"source-url": "https://gitlab.com/tyil/perl6-template-prometheus",
"tags": [
],
"version": "0.1.0"
}
|