Skip to content

Commit

Permalink
Update storage/spanstore/metrics/decorator.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <[email protected]>
Signed-off-by: Zhang Xin <[email protected]>
  • Loading branch information
rim99 and yurishkuro authored Nov 24, 2024
1 parent 2d8e032 commit 1ecf20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/spanstore/metrics/decorator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (m *ReadMetricsDecorator) FindTraceIDs(ctx context.Context, traceQuery *spa
}

// GetTrace implements spanstore.Reader#GetTrace
func (m *ReadMetricsDecorator) GetTrace(ctx context.Context, traceGet spanstore.GetTraceParameters) (*model.Trace, error) {
func (m *ReadMetricsDecorator) GetTrace(ctx context.Context, query spanstore.GetTraceParameters) (*model.Trace, error) {
start := time.Now()
retMe, err := m.spanReader.GetTrace(ctx, traceGet)

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / grpc (v1)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / opensearch 1.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / spm (v1, all-in-one)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / hotrod (docker, v1)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / badger (v1)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / elasticsearch 7.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / elasticsearch 6.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / elasticsearch 8.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / opensearch 2.x v2

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / Kafka Integration Tests v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / opensearch 2.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / spm (v2, jaeger)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / crossdock

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / hotrod (docker, v2)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / all-in-one (v1)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / elasticsearch 8.x v2

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / docker-images

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-linux-amd64

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / all-in-one (v2)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-linux-arm64

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-linux-s390x

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-windows-amd64

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-linux-ppc64le

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-darwin-arm64

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / hotrod (k8s, v1)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / build-binaries-darwin-amd64

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / hotrod (k8s, v2)

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / lint

undefined: traceGet) (typecheck)

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / lint

undefined: traceGet) (typecheck)

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / lint

undefined: traceGet) (typecheck)

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / cassandra 5.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / cassandra 4.x v1

undefined: traceGet

Check failure on line 83 in storage/spanstore/metrics/decorator.go

View workflow job for this annotation

GitHub Actions / unit-tests

undefined: traceGet
m.getTraceMetrics.emit(err, time.Since(start), 1)
Expand Down

0 comments on commit 1ecf20e

Please sign in to comment.