Plugins: Capture error source from grpc status errors (#97471)
* capture errorsource from grpc error * apply PR feedback * update comment * update comment * use SDK logic * update SDK commit * update sdk * update golden files
This commit is contained in:
+1
-2
@@ -2,10 +2,9 @@ module github.com/grafana/grafana/pkg/semconv
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require go.opentelemetry.io/otel v1.32.0
|
||||
require go.opentelemetry.io/otel v1.33.0
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
||||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
||||
github.com/stretchr/testify v1.10.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user