SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-prometheus
Version : 2.2.3 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 3.180 Date : 2022-01-12 17:45:06
Group : Unspecified Source RPM : ghc-prometheus-2.2.3-3.180.src.rpm
Size : 0.35 MB
Packager : (none)
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/devel:/languages:/haskell:/ghc-8.10.x/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-prometheus
ghc-prometheus(x86-64)
libHSprometheus-2.2.3-9b0stFLxTIB5C5LAj109gC-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-4KU98hBsLuSDv0CjqlaKuB-ghc8.10.7.so()(64bit)
libHSasn1-parse-0.9.5-Cl6ZmbJMHbZFCX8V3FqcJu-ghc8.10.7.so()(64bit)
libHSasn1-types-0.3.4-C2sspq9VzuoFO3rVLbLUQK-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.15-6RkaeFQt65GF50at0tox6w-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.3-KNo92KWaysAGmwWTgbshSz-ghc8.10.7.so()(64bit)
libHSconnection-0.3.1-83cNCYvru9n2sEfGkns8XL-ghc8.10.7.so()(64bit)
libHScontainers-0.6.5.1-ghc8.10.7.so()(64bit)
libHScookie-0.4.6-95AC0hxXjUWHJAhruI78PV-ghc8.10.7.so()(64bit)
libHScryptonite-0.30-LKciBITJthxK3Qd6EYey4x-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.13.1-Lbx7ihGGZju1RtBVLT9zTH-ghc8.10.7.so()(64bit)
libHShttp-client-tls-0.3.6.1-AUaWAItb8995VYDhJO0x5B-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-8YxW2xBJrKUAKOQCnTMS6Z-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.18.0-BsquWwayjbYEQxy8RiIbbY-ghc8.10.7.so()(64bit)
libHSmime-types-0.1.1.0-63IZ85jaaa8JbTC087jgy1-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.2-3NLcaXuJRkx62rGAxZsbnO-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-FspJx66SMd8ChruW8FlqvP-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.1-7JCauc0AKIuFDMYJWSrKkh-ghc8.10.7.so()(64bit)
libHSrecv-0.0.0-HK9AaaYkam85HeYBExKkTM-ghc8.10.7.so()(64bit)
libHSsafe-exceptions-0.1.7.3-AfBGHKmPPIS2DZpKNPCJlG-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-BnYMgrA2UePJJ6TRZKaTXk-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.5-5vmfbvsqTsiGtS1Puqarv3-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.4-4IhpUrnViIPLV5b4hSQY8o-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.6.0-4u874XO5wpQ2805ApZJrHi-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.6-2KlW9UhrlAzIFSHzmwpOzP-ghc8.10.7.so()(64bit)
libHSunix-time-0.4.8-2SLGW2DzsIuH7rLeieecnm-ghc8.10.7.so()(64bit)
libHSunliftio-0.2.23.0-HzAZJxUfPG986DExHx9u23-ghc8.10.7.so()(64bit)
libHSunliftio-core-0.2.0.1-Hy41KxS3ore3s5ACrFOvp6-ghc8.10.7.so()(64bit)
libHSunordered-containers-0.2.19.1-JOm9W4pbFskHFpQOL7DdGr-ghc8.10.7.so()(64bit)
libHSvault-0.3.1.5-C0JBC6zBfw8GOX7ET2ZsJf-ghc8.10.7.so()(64bit)
libHSwai-3.2.3-6Z2flJjMHQ41M8tnYW3lmB-ghc8.10.7.so()(64bit)
libHSwarp-3.3.23-2N8LsTcfgf4HhOQppBSwtD-ghc8.10.7.so()(64bit)
libHSword8-0.1.3-1Uj41hQObMSJIa9RhcRH9W-ghc8.10.7.so()(64bit)
libHSx509-1.7.7-I5nlj6gjhPmDpu6rbZJx9V-ghc8.10.7.so()(64bit)
libHSx509-store-1.6.9-3hWKiqh8Qnk5V7LDrlDCH3-ghc8.10.7.so()(64bit)
libHSx509-system-1.6.7-5UP9wIk06g632Z8ajaIdJU-ghc8.10.7.so()(64bit)
libHSx509-validation-1.6.12-2DDUlf9e1YYGv8B2CbW0mw-ghc8.10.7.so()(64bit)
libHSzlib-0.6.3.0-7UufwGp7KndCMdoTAzOeKO-ghc8.10.7.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libz.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-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-9b0stFLxTIB5C5LAj109gC-ghc8.10.7.so
/usr/share/licenses/ghc-prometheus
/usr/share/licenses/ghc-prometheus/LICENSE

 
ICM