This commit is contained in:
Simon Cruanes 2024-02-20 12:55:55 -05:00
parent bc78ed0911
commit 13bfbfa759
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,4 +1,11 @@
(** Expose metrics over HTTP in the prometheus format *) (** Expose metrics over HTTP in the prometheus format.
This sub-library [tiny_httpd.prometheus] provides definitions
for counters, gauges, and histogram, and endpoints to expose
them for {{: https://prometheus.io/} Prometheus} to scrape them.
@since 0.16
*)
type tags = (string * string) list type tags = (string * string) list