-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Switch logging to go-kit Signed-off-by: sowmiya <[email protected]> * Fix go.mod and remove .idea directory Signed-off-by: Simon Pasquier <[email protected]> * Fix initialise logger on creation of the Exporter struct Signed-off-by: sowmiyamuthuraman <[email protected]> * Pass logger as params to the new exporter function Signed-off-by: sowmiyamuthuraman <[email protected]>
- Loading branch information
1 parent
06d440a
commit b68117b
Showing
349 changed files
with
3,502 additions
and
229,251 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
// Used in HTTP handlers, any error is handled by the server itself. | ||
(net/http.ResponseWriter).Write | ||
|
||
// Never check for logger errors. | ||
(github.com/go-kit/kit/log.Logger).Log |
11 changes: 6 additions & 5 deletions
11
vendor/github.com/sirupsen/logrus/LICENSE → vendor/github.com/go-kit/kit/LICENSE
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.