Skip to content

[new release] prometheus and prometheus-app (1.0)#17871

Merged
kit-ty-kate merged 1 commit into
ocaml:masterfrom
talex5:release-prometheus-1.0
Dec 22, 2020
Merged

[new release] prometheus and prometheus-app (1.0)#17871
kit-ty-kate merged 1 commit into
ocaml:masterfrom
talex5:release-prometheus-1.0

Conversation

@talex5
Copy link
Copy Markdown
Contributor

@talex5 talex5 commented Dec 22, 2020

Client library for Prometheus monitoring

CHANGES:

CHANGES:

- Add logging configuration (mirage/prometheus#29, @talex5).
  To configure a server to report counts for log messages:
  ```ocaml
  let () = Prometheus_unix.Logging.init ()
  ```
  This installs a reporter that reports the number of messages logged by each log source and at each level.
  The reporter also displays the timestamp and log source with each message, which is a more suitable configuration for servers.

- Add bounds on cohttp to prepare for cohttp 3 release (mirage/prometheus#28, @talex5).
@camelus
Copy link
Copy Markdown
Contributor

camelus commented Dec 22, 2020

Commit: 39e75e3

A pull request by opam-seasoned @talex5.

☀️ All lint checks passed 39e75e3
  • These packages passed lint tests: prometheus-app.1.0, prometheus.1.0

☀️ Installability check (+2)
  • new installable packages (2): prometheus.1.0 prometheus-app.1.0

@kit-ty-kate
Copy link
Copy Markdown
Member

Thanks!

@kit-ty-kate kit-ty-kate merged commit b6879cd into ocaml:master Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants