You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add test logger for testing the log messages of code. The API needs to be something that can be used to assert values instead of just recording the whole log. Current plan:
When this is fixed, feature from the PR #32 will have to be reverted. SetOutput creates problems as some loggers may not have an output (e.g. null logger).
* Removes contrib.go.opencensus.io/exporter/prometheus dependency
The contrib.go.opencensus.io/exporter/[email protected] dependency transitively
includes the github.com/gogo/[email protected] dependency which has been flagged
as a potential security issue that was resolved in v1.3.2.
The contrib.go.opencensus.io/exporter/[email protected] dependency included
here is only used to provide an example code snippet and, as of the time of
writing, this repository does not provide a version that removes the offending
gogo/protobuf version.
https://github.com/gogo/protobuf/releases/tag/v1.3.2
* Updates go.mod with tidy
Add test logger for testing the log messages of code. The API needs to be something that can be used to assert values instead of just recording the whole log. Current plan:
The text was updated successfully, but these errors were encountered: