Skip to content

Commit

Permalink
Made changes
Browse files Browse the repository at this point in the history
Signed-off-by: Wise-Wizard <[email protected]>
  • Loading branch information
Wise-Wizard committed Jul 13, 2024
1 parent 8c9486a commit 20ee219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/remote-storage/app/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,6 @@ func (s *Server) Close() error {
s.grpcConn.Close()
s.opts.TLSGRPC.Close()
s.wg.Wait()
s.ReportStatus(component.NewStatusEvent(component.StatusStopped))
return nil
}
1 change: 1 addition & 0 deletions cmd/remote-storage/app/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/component"
"go.uber.org/zap"
"go.uber.org/zap/zaptest/observer"
"google.golang.org/grpc"
Expand Down

0 comments on commit 20ee219

Please sign in to comment.