Package: openmetrics
Title: A 'Prometheus' Client for R Using the 'OpenMetrics' Format
Version: 0.3.0
Authors@R: c(
  person("Aaron", "Jacobs", role = c("aut", "cre"),
         email = "atheriel@gmail.com"),
  person("Crescendo Technology Ltd.", role = "cph")
  )
Description: Provides a client for the open-source monitoring and alerting
  toolkit, 'Prometheus', that emits metrics in the 'OpenMetrics' format. Allows
  users to automatically instrument 'Plumber' and 'Shiny' applications, collect
  standard process metrics, as well as define custom counter, gauge, and
  histogram metrics of their own.
License: MIT + file LICENSE
URL: https://github.com/atheriel/openmetrics
BugReports: https://github.com/atheriel/openmetrics/issues
Imports: R6
Suggests: httr, plumber, shiny, testthat (>= 2.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-11-09 20:46:46 UTC; aaronj
Author: Aaron Jacobs [aut, cre],
  Crescendo Technology Ltd. [cph]
Maintainer: Aaron Jacobs <atheriel@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-09 21:20:02 UTC
Built: R 4.3.3; ; 2025-01-24 10:37:25 UTC; unix
