@@ 13577,7 13577,7 @@ Tracer implementation from the @code{OpenTracing} project.")
(define-public go-go-opentelemetry-io-otel
(package
(name "go-go-opentelemetry-io-otel")
- (version "1.30.0")
+ (version "1.37.0")
(source
(origin
(method git-fetch)
@@ 13586,7 13586,7 @@ Tracer implementation from the @code{OpenTracing} project.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mpkwz2ryah5j2fb835pdw9084nwhr6fj3jig2mnvwwnsymp2bvy"))
+ (base32 "1a0hrsln80i4x8x3mq2w79ivc3j446wwm0486ag7mpzzzya7bzh4"))
(modules '((guix build utils)))
(snippet
#~(begin
@@ 13601,13 13601,6 @@ Tracer implementation from the @code{OpenTracing} project.")
(list "sdk/metric"
"sdk/log"
"internal/tools"
- "example/zipkin"
- "example/prometheus"
- "example/passthrough"
- "example/otel-collector"
- "example/opencensus"
- "example/namedtracer"
- "example/dice"
"bridge/opentracing"
"bridge/opencensus"
;; "trace" - introduces a cycle, keep it
@@ 13619,6 13612,7 @@ Tracer implementation from the @code{OpenTracing} project.")
(build-system go-build-system)
(arguments
(list
+ #:tests? #f ;; TODO: Tests require additional dependencies
#:import-path "go.opentelemetry.io/otel"
;; Error: Both arguments must be pointers.
#:test-flags #~(list "-skip" "TestTraceProviderDelegatesSameInstance")))
@@ 13627,7 13621,9 @@ Tracer implementation from the @code{OpenTracing} project.")
(propagated-inputs
(list go-github-com-go-logr-logr
go-github-com-go-logr-stdr
- go-github-com-google-go-cmp))
+ go-github-com-google-go-cmp
+ ;; go-go-opentelemetry-io-collector-pdata
+ go-go-opentelemetry-io-auto-sdk))
(home-page "https://opentelemetry.io/")
(synopsis "OpenTelemetry implementation for Golang")
(description
@@ 14133,6 14129,7 @@ metrics SDK.")
(name "go-go-opentelemetry-io-otel-trace")
(arguments
(list
+ #:tests? #f ;; TODO: Tests require additional dependencies
#:import-path "go.opentelemetry.io/otel/trace"
#:unpack-path "go.opentelemetry.io/otel"))
(synopsis "OpenTelemetry Trace API")