Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consider exception or log message for grouping key #435

Merged
merged 1 commit into from
Jan 2, 2018

Conversation

graphaelli
Copy link
Member

if nothing else is available

closes #402

}
}

func (k *groupingKey) add(s *string) bool {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these methods will panic if k is nil but since it's private and used in exactly one place I skipped guards.

@simitt simitt merged commit c066b58 into elastic:master Jan 2, 2018
@graphaelli graphaelli deleted the expand-grouping-key branch January 2, 2018 15:21
simitt pushed a commit to simitt/apm-server that referenced this pull request Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grouping key: Use log.message or exception.message if there's nothing else
2 participants