Skip to content

openmetrics 0.1.0

Compare
Choose a tag to compare
@atheriel atheriel released this 14 Apr 17:18
· 41 commits to master since this release
  • 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 with register_shiny_metrics().

  • Collect default metrics with register_default_metrics().

  • Create custom metrics with counter_metric(), gauge_metric(), and histogram_metric() and custom registries with registry().

  • Write metrics in the OpenMetrics/Prometheus text format to any location with render_metrics().