packages feed

prometheus 0.3.2 → 0.3.2.1

raw patch · 3 files changed

+7/−7 lines, 3 files

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright Luke Hoersten (c) 2016+Copyright Bitnomial, Inc. (c) 2016  All rights reserved. @@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Luke Hoersten nor the names of other+    * Neither the name of Bitnomial, Inc. nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
README.md view
@@ -48,6 +48,6 @@ - [ ] Implement GHC-specific metrics. - [ ] Implement [summary metric](https://github.com/prometheus/client_golang/blob/master/prometheus/summary.go). - [ ] Encode name and labels on register.-- [ ] Implement ReaderT for GlobalRegistry.-- [ ] Library documentation and example.+- [x] Implement ReaderT for Concurrent Registry.+- [x] Library documentation and example. - [ ] [Name and label validation](http://prometheus.io/docs/concepts/data_model/#metric-names-and-labels)
prometheus.cabal view
@@ -1,13 +1,13 @@ name:                prometheus-version:             0.3.2+version:             0.3.2.1 synopsis:            Prometheus Haskell Client homepage:            http://github.com/LukeHoersten/prometheus#readme bug-reports:         http://github.com/LukeHoersten/prometheus/issues license:             BSD3 license-file:        LICENSE author:              Luke Hoersten-maintainer:          luke@hoersten.org-copyright:           All Rights Reserved+maintainer:          luke@hoersten.org, opensource@bitnomial.com+copyright:           Bitnomial, Inc. (c) 2016 category:            Metrics, Monitoring, Web, System build-type:          Simple cabal-version:       >=1.10