Skip to content

Commit

Permalink
Merge pull request #566 from nurkiewicz/group-name-cadahale-metrics
Browse files Browse the repository at this point in the history
Hard-coded group name when publishing CodaHale metrics fixed
  • Loading branch information
mattrjacobs committed Jan 25, 2015
2 parents 8a3c7f0 + ed964b8 commit b48de61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public HystrixCodaHaleMetricsPublisherCommand(HystrixCommandKey commandKey, Hyst
this.circuitBreaker = circuitBreaker;
this.properties = properties;
this.metricRegistry = metricRegistry;
this.metricGroup = "HystrixCommand";
this.metricGroup = commandGroupKey.name();
this.metricType = key.name();
}

Expand Down

0 comments on commit b48de61

Please sign in to comment.