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:
Will Browne
2025-01-08 17:05:28 +00:00
committed by GitHub
parent 8cb7159872
commit 5a2315dabf
24 changed files with 464 additions and 348 deletions
+1 -2
View File
@@ -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
)