Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix metrics publishing by caching publisher command instances by both command group key + command key#1920

Open
ali-jawad wants to merge 1 commit intoNetflix:masterfrom
ali-jawad:caching-publishers-uniquely
Open

fix metrics publishing by caching publisher command instances by both command group key + command key#1920
ali-jawad wants to merge 1 commit intoNetflix:masterfrom
ali-jawad:caching-publishers-uniquely

Conversation

Copy link

ali-jawad commented Jan 14, 2019 *
edited
Loading

closes #1888

This fixes a bug whereby if two Hystrix commands have the same command key, although different group keys, only one of them will be reported.

Declaration: I agree to license my contribution under the terms of the APLv2.

so that they are unique. This fixes a bug whereby if two Hystrix commands have the same command key, although different group keys, only one of them will be reported.
ali-jawad force-pushed the caching-publishers-uniquely branch from e09e49b to 1118507 Compare January 14, 2019 14:05
ali-jawad changed the title cache publishers for commands by both command group key + command key fix metrics publishing by caching publisher command instances by both command group key + command key Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Command names must be unique for the metrics to be correctly reported

1 participant