Tutorial: Emit custom metrics from a Ruby application using Prometheus Client
In this post, we will use the Prometheus client to emit custom metrics from the Ruby application
Step 1: Install the Prometheus Client
First, add the following line to your application's Gemfile:
gem 'prometheus-client'
And then execute:
$ bundle in...
last9.hashnode.dev2 min read