this repo has no description
1opam-version: "2.0"
2synopsis: "Client library for Prometheus monitoring"
3maintainer: "talex5@gmail.com"
4authors: ["Thomas Leonard" "David Scott"]
5license: "Apache-2.0"
6homepage: "https://github.com/mirage/prometheus"
7doc: "https://mirage.github.io/prometheus/"
8bug-reports: "https://github.com/mirage/prometheus/issues"
9depends: [
10 "ocaml" {>= "4.01.0"}
11 "dune" {>= "2.3"}
12 "astring"
13 "asetmap"
14 "re"
15 "lwt" {>= "2.5.0"}
16]
17build: [
18 ["dune" "build" "-p" name "-j" jobs]
19 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
20]
21dev-repo: "git+https://github.com/mirage/prometheus.git"
22description: """
23To run services reliably, it is useful if they can report various metrics
24(for example, heap size, queue lengths, number of warnings logged, etc).
25
26A monitoring service can be configured to collect this data regularly.
27The data can be graphed to help understand the performance of the service over time,
28or to help debug problems quickly.
29It can also be used to send alerts if a service is down or behaving poorly.
30"""
31url {
32 src:
33 "https://github.com/mirage/prometheus/releases/download/v1.2/prometheus-1.2.tbz"
34 checksum: [
35 "sha256=83643a029a6b6de71d14034eee2e94feff1d08755c4a41d583dc1530ab555bcb"
36 "sha512=bbec7f0728b850b991ec50e76ef2c999341a9469ceaa11b68180f060150c4fe62f3dca87c13914ac331b3d7ef6e46256ae11466b607ecb60d00b8f284cab86b9"
37 ]
38}
39x-commit-hash: "d1669d0e0d7e44b104755a0fd9700ae87e140f34"