docs/MetricsApi.md in mux_ruby-2.0.0.pre.rc.1 vs docs/MetricsApi.md in mux_ruby-2.0.0.pre.rc.2

- old
+ new

@@ -15,11 +15,11 @@ > <GetMetricTimeseriesDataResponse> get_metric_timeseries_data(metric_id, opts) Get metric timeseries data -Returns timeseries data for a specific metric +Returns timeseries data for a specific metric. ### Examples ```ruby require 'time' @@ -97,11 +97,11 @@ > <GetOverallValuesResponse> get_overall_values(metric_id, opts) Get Overall values -Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric. +Returns the overall value for a specific metric, as well as the total view count, watch time, and the Mux Global metric value for the metric. ### Examples ```ruby require 'time' @@ -175,11 +175,11 @@ > <ListAllMetricValuesResponse> list_all_metric_values(opts) List all metric values -List all of the values across every breakdown for a specific metric +List all of the values across every breakdown for a specific metric. ### Examples ```ruby require 'time' @@ -253,11 +253,11 @@ > <ListBreakdownValuesResponse> list_breakdown_values(metric_id, opts) List breakdown values -List the breakdown values for a specific metric +List the breakdown values for a specific metric. ### Examples ```ruby require 'time' @@ -341,10 +341,10 @@ > <ListInsightsResponse> list_insights(metric_id, opts) List Insights -Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric. +Returns a list of insights for a metric. These are the worst performing values across all breakdowns sorted by how much they negatively impact a specific metric. ### Examples ```ruby require 'time'