Skip to content

Commit

Permalink
Add Missing Space in DataflowMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi authored and tgroh committed May 26, 2017
1 parent b70e25c commit ba142aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private MetricQueryResults populateMetricQueryResults(
|| metricName.endsWith("[MEAN]") || metricName.endsWith("[COUNT]")) {
// Skip distribution metrics, as these are not yet properly supported.
LOG.warn("Distribution metrics are not yet supported. You can see them in the Dataflow"
+ "User Interface");
+ " User Interface");
continue;
}

Expand Down

0 comments on commit ba142aa

Please sign in to comment.