forked from jaegertracing/jaeger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* master: (38 commits) Preparing release 1.5.0 (jaegertracing#847) Add bounds to memory storage (jaegertracing#845) Add metric for debug traces (jaegertracing#796) Change metrics naming scheme (jaegertracing#776) Bump gocql version (jaegertracing#829) Remove ParentSpanID from domain model (jaegertracing#831) Make gas run quiet (jaegertracing#838) Revert "Make gas run quite" Revert "Install gas from install-ci" Install gas from install-ci Make gas run quite Add 'gas' for security problems scanning (jaegertracing#830) Add ability to adjust static sampling probabilities per operation (jaegertracing#827) Support log-level flag on agent (jaegertracing#828) Remove unused function (jaegertracing#822) Add healthcheck to standalone (jaegertracing#784) Do not use KeyValue fields directly and use KeyValues as decorator only (jaegertracing#810) Add ContaAzul to the adopters list (jaegertracing#806) Add ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE (jaegertracing#805) Upgrade to go 1.10 (jaegertracing#792) ... # Conflicts: # cmd/agent/app/builder.go # cmd/collector/main.go # cmd/query/main.go # cmd/standalone/main.go
- Loading branch information
Showing
109 changed files
with
1,416 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!-- | ||
Welcome to the Jaeger project! 👋🎉 | ||
- Please search for existing issues to avoid creating duplicate bugs/feature requests. | ||
- Please be respectful and considerate of others when commenting on issues. | ||
- Please provide as much information as possible so we all understand the issue. | ||
- If you only have a question, you may get a faster response by asking in | ||
- our chat room https://gitter.im/jaegertracing/Lobby, or | ||
- the forum https://groups.google.com/d/forum/jaeger-tracing | ||
(but please don't double post) | ||
--> | ||
|
||
## Requirement - what kind of business use case are you trying to solve? | ||
|
||
<!-- required section --> | ||
|
||
## Problem - what in Jaeger blocks you from solving the requirement? | ||
|
||
<!-- required section --> | ||
<!-- If possible, describe the impact of the problem. --> | ||
|
||
## Proposal - what do you suggest to solve the problem or improve the existing situation? | ||
|
||
<!-- It's ok if you don't have one. --> | ||
|
||
## Any open questions to address | ||
|
||
<!-- Questions that should be answered before proceeding with implementation. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- | ||
We appreciate your contribution to the Jaeger project! 👋🎉 | ||
Before creating a pull request, please make sure: | ||
- Your PR is solving one problem | ||
- You have read the guide for contributing | ||
- See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING.md | ||
- You signed all your commits (otherwise we won't be able to merge the PR) | ||
- See https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING.md#sign-your-work | ||
- You added unit tests for the new functionality | ||
- You mention in the PR description which issue it is addressing, e.g. "Resolves #123" | ||
--> | ||
|
||
## Which problem is this PR solving? | ||
- | ||
|
||
## Short description of the changes | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.