在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):fimad/prometheus-haskell开源软件地址(OpenSource Url):https://github.com/fimad/prometheus-haskell开源编程语言(OpenSource Language):Haskell 99.3%开源软件介绍(OpenSource Introduction):prometheus-haskellThis repository contains a collection of libraries that can be used to instrument a Haskell application with metrics that can be consumed by the Prometheus monitoring system and time series database. API documentation can be found on each libraries respective hackage page: prometheus-client, prometheus-metrics-ghc, wai-middleware-prometheus. The purposes of the libraries are outline below, and an example application can be found under the example folder in the root directory of the git repository. prometheus-clientThis is the base library that defines the core data types and metrics. It has a few dependencies and is intended to provide the minimum functionality required to interact with Prometheus. prometheus-metrics-ghcThis library provides custom metrics that an application can register that expose information from GHC's runtime system. It is provided as a separate package to keep the GHC specific dependencies out of the prometheus-client library. wai-middleware-prometheusThis library provides WAI middleware that allows for easy integration of the Prometheus client library into existing WAI apps. The middleware will by default automatically instrument a WAI app with common HTTP metrics and respond to GET requests on the /metrics endpoint. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论