Skip to content
New issue

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

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

Already on GitHub? # to your account

Update weaveworks/common to bring in metrics fix #2201

Merged
merged 3 commits into from
Jul 25, 2018
Merged

Conversation

bboreham
Copy link

  • Remove Loki initialisation from server.go
  • New logging interface
  • Propagate tracing context over httpgrpc
  • Don't use full URL as metric label on unmatched path

Detailed list of changes in common: weaveworks/common@01279d8...0967b51

Related to #2194

If the main program and the library both register a flag `-log.level`
then the program will abort.

In the updated weaveworks/common, server has such a flag, and
initializes logging.

Since we should have logging initialized before other things, move
that code up in the main function, to just after parsing.
Copy link

@leth leth left a comment

Choose a reason for hiding this comment

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

LGTM!

@bboreham bboreham merged commit 2a17a2d into master Jul 25, 2018
@bboreham bboreham mentioned this pull request Jul 26, 2018
@bboreham bboreham deleted the update-common branch April 26, 2019 09:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants