-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
27 lines (27 loc) · 898 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: openmetrics
Title: A 'Prometheus' Client for R Using the 'OpenMetrics' Format
Version: 0.3.0.9000
Authors@R: c(
person("Aaron", "Jacobs", role = c("aut", "cre"),
email = "[email protected]"),
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1