1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-15 01:04:25 +02:00

Revert "Remove log interface from Span." (#21)

This reverts commit a551f0298c.
This commit is contained in:
rghetia
2019-06-24 10:35:16 -07:00
committed by GitHub
parent 73b844930c
commit abccacef85
7 changed files with 95 additions and 1 deletions

View File

@ -21,6 +21,7 @@ import (
"google.golang.org/grpc/codes"
"github.com/open-telemetry/opentelemetry-go/api/core"
"github.com/open-telemetry/opentelemetry-go/api/log"
"github.com/open-telemetry/opentelemetry-go/api/scope"
"github.com/open-telemetry/opentelemetry-go/api/stats"
"github.com/open-telemetry/opentelemetry-go/api/tag"
@ -50,6 +51,8 @@ type (
Span interface {
scope.Mutable
log.Interface
stats.Interface
SetError(bool)