openmetrics 0.1.0
-
Initial release. openmetrics is an opinionated Prometheus client for R using the OpenMetrics format.
-
Automatically instrument Plumber apps with
register_plumber_metrics()
and Shiny apps withregister_shiny_metrics()
. -
Collect default metrics with
register_default_metrics()
. -
Create custom metrics with
counter_metric()
,gauge_metric()
, andhistogram_metric()
and custom registries withregistry()
. -
Write metrics in the OpenMetrics/Prometheus text format to any location with
render_metrics()
.