Commit 1c1fad35 authored by Joshua Lambert's avatar Joshua Lambert

Align section header names

parent 6aa5e3ff
......@@ -9,9 +9,9 @@ class PrometheusMetric < ActiveRecord::Base
validates :unit, presence: true
GROUP_TITLES = {
business: _('Business'),
response: _('Response'),
system: _('System')
business: _('Business metrics (Custom)'),
response: _('Response metrics (Custom)'),
system: _('System metrics (Custom)')
}.freeze
def group_title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment