You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns the estimated cardinality for a metric with a given tag, percentile and number of aggregations configuration using Metrics without Limits™.
983
+
/// Returns the estimated cardinality for a metric with a given tagand percentile configuration using Metrics without Limits™.
984
984
pubasyncfnestimate_metrics_output_series(
985
985
&self,
986
986
metric_name:String,
@@ -1006,7 +1006,7 @@ impl MetricsAPI {
1006
1006
}
1007
1007
}
1008
1008
1009
-
/// Returns the estimated cardinality for a metric with a given tag, percentile and number of aggregations configuration using Metrics without Limits™.
1009
+
/// Returns the estimated cardinality for a metric with a given tagand percentile configuration using Metrics without Limits™.
0 commit comments