mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
docs
This commit is contained in:
parent
bc78ed0911
commit
13bfbfa759
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue