Skip to content

Commit 5d10601

Browse files
fix: rename active metrics to custom metrics
CMK-30435 Change-Id: Iadc5f51da90c85de0de4ba4cee188debad514722
1 parent 41820b5 commit 5d10601

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/cmk-frontend/src/js/modules/license_usage/license_usage_timeseries_graph.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,9 @@ export function render_metric_series_usage_graph(
756756
subscription_sizing_title: 'Subscription sizing',
757757
subscription_sizing_line_class: 'line-subscription-limit',
758758
subscription_sizing_legend_class: 'legend-subscription-limit',
759-
daily_title: 'Daily active metric series',
760-
monthly_averages_title: 'Monthly active metric series averages',
761-
tooltip_title: 'Active Metric Series',
759+
daily_title: 'Daily custom metrics',
760+
monthly_averages_title: 'Monthly custom metric averages',
761+
tooltip_title: 'Custom Metrics',
762762
first_above_limit_title: 'First monthly average usage above subscription limit'
763763
},
764764
metric_series_aggregation
@@ -774,12 +774,12 @@ export function render_free_metric_series_usage_graph(
774774
y_domain_max: 1000,
775775
width: Math.floor((0.9 * window.innerWidth) / num_graphs),
776776
graph_title: 'Telemetry',
777-
subscription_sizing_title: 'Free metric series',
777+
subscription_sizing_title: 'Free custom metrics',
778778
subscription_sizing_line_class: 'line-free-limit',
779779
subscription_sizing_legend_class: 'legend-free-limit',
780-
daily_title: 'Daily active metric series',
781-
monthly_averages_title: 'Monthly active metric series averages',
782-
tooltip_title: 'Active Metric Series',
780+
daily_title: 'Daily custom metrics',
781+
monthly_averages_title: 'Monthly custom metric averages',
782+
tooltip_title: 'Custom Metrics',
783783
first_above_limit_title: 'First monthly average usage above free limit'
784784
},
785785
metric_series_aggregation

0 commit comments

Comments
 (0)