SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-prometheus rpm build for : OpenSuSE. For other distributions click ghc-prometheus.

Name : ghc-prometheus
Version : 2.2.3 Vendor : openSUSE
Release : bp154.1.15 Date : 2022-05-09 13:23:09
Group : Unspecified Source RPM : ghc-prometheus-2.2.3-bp154.1.15.src.rpm
Size : 0.34 MB
Packager : https://bugs_opensuse_org
Summary : Prometheus Haskell Client
Description :
[Prometheus Haskell Client]

A simple and modern, type safe, performance focused, idiomatic Haskell client
for < http://prometheus.io Prometheus> monitoring. Specifically there is no use
of unsafe IO or manual ByteString construction from lists of bytes.
Batteries-included web server.

A key design element of this library is that the RegistryT monad transformer is
only required for registering new time series. Once the time series is
registered, new data samples may just be added in the IO monad.

Note: Version 0.* supports Prometheus v1.0 and version 2.* supports Prometheus
v2.0.

[Usage Example]

> module Example where > > import Control.Monad.IO.Class (liftIO) > import
System.Metrics.Prometheus.Http.Scrape (serveMetricsT) > import
System.Metrics.Prometheus.Concurrent.RegistryT > import
System.Metrics.Prometheus.Metric.Counter (inc) > import
System.Metrics.Prometheus.MetricId > > main :: IO () > main = runRegistryT $ do
> -- Labels can be defined as lists or added to an empty label set >
connectSuccessGauge < - registerGauge \"example_connections\" (fromList [(\"login\",
\"success\")]) > connectFailureGauge < - registerGauge \"example_connections\"
(addLabel \"login\" \"failure\" mempty) > connectCounter < - registerCounter
\"example_connection_total\" mempty > latencyHistogram < - registerHistogram
\"example_round_trip_latency_ms\" mempty [10, 20..100] > > liftIO $ inc
connectCounter -- increment a counter > > -- [...] pass metric handles to the
rest of the app > > serveMetricsT 8080 [\"metrics\"] --
http://localhost:8080/metric server >

[Advanced Usage]

A `Registry` and `StateT`-based `RegistryT` are available for unit testing or
generating lists of `[IO a]` actions that can be `sequenced` and returned from
pure code to be applied.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15-SP4/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-prometheus-2.2.3-bp154.1.15.x86_64.rpm
ftp.icm.edu.pl  ghc-prometheus-2.2.3-bp154.1.15.x86_64.rpm
     

Provides :
ghc-prometheus
ghc-prometheus(x86-64)
libHSprometheus-2.2.3-VWHRdqABhrKOTv4bXpVxT-ghc8.10.7.so()(64bit)

Requires :
libHSappar-0.1.8-72W6N9gXvhIB0sBNca9XOC-ghc8.10.7.so()(64bit)
libHSarray-0.5.4.0-ghc8.10.7.so()(64bit)
libHSasn1-encoding-0.9.6-FNYWSXcGmawdgU1xtvi6H-ghc8.10.7.so()(64bit)
libHSasn1-parse-0.9.5-GtjnU4eLWvFGfRXRvCaFci-ghc8.10.7.so()(64bit)
libHSasn1-types-0.3.4-r5YyMxYRSN6bMjrfxrKk3-ghc8.10.7.so()(64bit)
libHSasync-2.2.4-7xgQ5A0tWuKAEuXc6KCbt5-ghc8.10.7.so()(64bit)
libHSatomic-primops-0.8.4-H1VGSl4M3XU4BD6alsiRES-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-BPjsBpkimHu7JIDNbeuyLW-attoparsec-internal-ghc8.10.7.so()(64bit)
libHSattoparsec-0.14.4-EEMXy373XTlBX7g3IoZzXH-ghc8.10.7.so()(64bit)
libHSauto-update-0.1.6-2g1r3hKPpMALEmPisJGOCh-ghc8.10.7.so()(64bit)
libHSbase-4.14.3.0-ghc8.10.7.so()(64bit)
libHSbase64-bytestring-1.2.1.0-JbwOlcTmaxFDsIgtS54E76-ghc8.10.7.so()(64bit)
libHSbasement-0.0.12-CTZ777ail2hHOrDOpE5nxE-ghc8.10.7.so()(64bit)
libHSbinary-0.8.8.0-ghc8.10.7.so()(64bit)
libHSblaze-builder-0.4.2.2-9YgzN2pqYG4eorbcqWPzo-ghc8.10.7.so()(64bit)
libHSbsb-http-chunked-0.0.0.4-DO9pgRVQotG85nmYSufpO5-ghc8.10.7.so()(64bit)
libHSbyteorder-1.0.4-KBzJQZ64OHx2ZXVS18pBq5-ghc8.10.7.so()(64bit)
libHSbytestring-0.10.12.0-ghc8.10.7.so()(64bit)
libHScase-insensitive-1.2.1.0-7yX0gGut5Ac6Uwl1EqarD5-ghc8.10.7.so()(64bit)
libHScereal-0.5.8.2-LYKObSljgqc3qHrs5mxWyW-ghc8.10.7.so()(64bit)
libHSconnection-0.3.1-IPxby765lG72TBNFMnq7Pq-ghc8.10.7.so()(64bit)
libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit)
libHScookie-0.4.5-6VLqMB8QWFg4VvHFgPM9iq-ghc8.10.7.so()(64bit)
libHScryptonite-0.29-5Ot50LfbWDXD98t4Qxz2xf-ghc8.10.7.so()(64bit)
libHSdata-default-class-0.1.2.0-4OJAKciMHbRGHw1F8M9yGO-ghc8.10.7.so()(64bit)
libHSdeepseq-1.4.4.0-ghc8.10.7.so()(64bit)
libHSdirectory-1.3.6.0-ghc8.10.7.so()(64bit)
libHSexceptions-0.10.4-ghc8.10.7.so()(64bit)
libHSfilepath-1.4.2.1-ghc8.10.7.so()(64bit)
libHSghc-boot-th-8.10.7-ghc8.10.7.so()(64bit)
libHSghc-prim-0.6.1-ghc8.10.7.so()(64bit)
libHShashable-1.3.5.0-IGX0XxzDT1f2AkNytPe4lH-ghc8.10.7.so()(64bit)
libHShourglass-0.2.12-B9iviRsd5fJAvtJ32CsOFG-ghc8.10.7.so()(64bit)
libHShttp-client-0.7.11-4LHKOI1oXbC4PYiz10AFy2-ghc8.10.7.so()(64bit)
libHShttp-client-tls-0.3.6.1-FrP0gxDMNGq4KHtRTPqnkR-ghc8.10.7.so()(64bit)
libHShttp-date-0.0.11-AkyLCav1txx633RQTcO09f-ghc8.10.7.so()(64bit)
libHShttp-types-0.12.3-9Ji0MvNxLfE7FKn8BhFkSj-ghc8.10.7.so()(64bit)
libHShttp2-3.0.3-HX3u6kNUf9W590LM43L2Sh-ghc8.10.7.so()(64bit)
libHSinteger-gmp-1.0.3.0-ghc8.10.7.so()(64bit)
libHSinteger-logarithms-1.0.3.1-xsL5hmMYGlG65gkrXlNN-ghc8.10.7.so()(64bit)
libHSiproute-1.7.12-3J5gA9l37JoFVyGj9pxiHh-ghc8.10.7.so()(64bit)
libHSmemory-0.16.0-E7KniaqkBOF2gvR3pHXuBG-ghc8.10.7.so()(64bit)
libHSmime-types-0.1.0.9-Ho1t1FVK984Cuvw44fF6FV-ghc8.10.7.so()(64bit)
libHSmtl-2.2.2-ghc8.10.7.so()(64bit)
libHSnetwork-3.1.2.7-Ej7C9eZsuTEBnZvIiWsgMl-ghc8.10.7.so()(64bit)
libHSnetwork-byte-order-0.1.6-d9EhRH83lj35CAIc966k7-ghc8.10.7.so()(64bit)
libHSnetwork-uri-2.6.4.1-AQd10qhfdET1YqdB8iST6a-ghc8.10.7.so()(64bit)
libHSold-locale-1.0.0.7-Imy8BjOomMC1ZfvTA3Dz4y-ghc8.10.7.so()(64bit)
libHSold-time-1.1.0.3-8bWuu5pHupwIQWcnGKO5m9-ghc8.10.7.so()(64bit)
libHSparsec-3.1.14.0-ghc8.10.7.so()(64bit)
libHSpem-0.2.4-IUVwBsU48Th9hUmllERj7t-ghc8.10.7.so()(64bit)
libHSpretty-1.1.3.6-ghc8.10.7.so()(64bit)
libHSprimitive-0.7.3.0-HMedJdQUTCQ79SiIUfisnA-ghc8.10.7.so()(64bit)
libHSprocess-1.6.13.2-ghc8.10.7.so()(64bit)
libHSpsqueues-0.2.7.3-6TS9WitW2po13LHHZ0LRs3-ghc8.10.7.so()(64bit)
libHSrandom-1.2.1-AWUSHsWZ2h56OhLwcDM5dy-ghc8.10.7.so()(64bit)
libHSscientific-0.3.7.0-CfGYDmam8OFCyRakWk0zP3-ghc8.10.7.so()(64bit)
libHSsimple-sendfile-0.2.30-GfVdIvVZ9OvDX8GMRIXsga-ghc8.10.7.so()(64bit)
libHSsocks-0.6.1-721e6ylpfs783W9f7xkUsS-ghc8.10.7.so()(64bit)
libHSsplitmix-0.1.0.4-2Vk17ilFpJOHvYIcBN29Ar-ghc8.10.7.so()(64bit)
libHSstm-2.5.0.1-ghc8.10.7.so()(64bit)
libHSstreaming-commons-0.2.2.4-2VQs2elOAXYLOjnuYoba78-ghc8.10.7.so()(64bit)
libHStemplate-haskell-2.16.0.0-ghc8.10.7.so()(64bit)
libHStext-1.2.4.1-ghc8.10.7.so()(64bit)
libHSth-compat-0.1.3-5V8hDdHCkmaDnfC7yeUenV-ghc8.10.7.so()(64bit)
libHStime-1.9.3-ghc8.10.7.so()(64bit)
libHStime-manager-0.0.0-Kb5yI6JNBS2ERwgsAd2C8F-ghc8.10.7.so()(64bit)
libHStls-1.5.7-FosKSW2CyYN2NlPPTMnEfD-ghc8.10.7.so()(64bit)
libHStransformers-0.5.6.2-ghc8.10.7.so()(64bit)
libHSunix-2.7.2.2-ghc8.10.7.so()(64bit)
libHSunix-compat-0.5.4-9pnwdSgqQ6VGBo7SYUv7AI-ghc8.10.7.so()(64bit)
libHSunix-time-0.4.7-JAUc7mYKL8u76woUeNUYIA-ghc8.10.7.so()(64bit)
libHSunliftio-0.2.21.0-FIZSJNVNwLJG475aNo3D3d-ghc8.10.7.so()(64bit)
libHSunliftio-core-0.2.0.1-Hy41KxS3ore3s5ACrFOvp6-ghc8.10.7.so()(64bit)
libHSunordered-containers-0.2.16.0-Hc1TBzPOi9ULFbaiEHiY8F-ghc8.10.7.so()(64bit)
libHSvault-0.3.1.5-29la8PIKXmO4FRFphsY8e2-ghc8.10.7.so()(64bit)
libHSwai-3.2.3-3TWLX15rh8pBGAZtB5nWvs-ghc8.10.7.so()(64bit)
libHSwarp-3.3.19-AAjThagEabNJQgn7qIxJXD-ghc8.10.7.so()(64bit)
libHSword8-0.1.3-1Uj41hQObMSJIa9RhcRH9W-ghc8.10.7.so()(64bit)
libHSx509-1.7.6-2nMZ4NL90NR3v3yS8qtpaO-ghc8.10.7.so()(64bit)
libHSx509-store-1.6.9-IDiRkpAVj9eGHvc8g80rdi-ghc8.10.7.so()(64bit)
libHSx509-system-1.6.7-1jPkvekINPL9ttCjnuPqVr-ghc8.10.7.so()(64bit)
libHSx509-validation-1.6.12-G6bL6lGmVwOAkaNyVmo3lQ-ghc8.10.7.so()(64bit)
libHSzlib-0.6.2.3-C16D5IYcs6xL8A2wA3MWdS-ghc8.10.7.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
libutil.so.1()(64bit)
libz.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.10.7/prometheus-2.2.3
/usr/lib64/ghc-8.10.7/prometheus-2.2.3/libHSprometheus-2.2.3-VWHRdqABhrKOTv4bXpVxT-ghc8.10.7.so
/usr/share/licenses/ghc-prometheus
/usr/share/licenses/ghc-prometheus/LICENSE

 
ICM