Affected by GO-2022-0915
and 1 other vulnerabilities
GO-2022-0915: Improper input validation in CNCF Cortex in github.com/cortexproject/cortex
GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 51
Opens a new window with list of known importers.
Documentation
¶
type SpanLogger struct {
log.Logger
opentracing.Span
}
SpanLogger unifies tracing and logging, to reduce repetition.
func FromContext(ctx context.Context) *SpanLogger
FromContext returns a span logger using the current parent span.
If there is no parent span, the Spanlogger will only log to stdout.
func New(ctx context.Context, method string, kvps ...interface{}) (*SpanLogger, context.Context)
New makes a new SpanLogger.
func (s *SpanLogger) Error(err error) error
Error sets error flag and logs the error, if non-nil. Returns the err passed in.
func (s *SpanLogger) Log(kvps ...interface{}) error
Log implements gokit's Logger interface; sends logs to underlying logger and
also puts the on the spans.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.