mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-aws-smithy-go-tracing-smithyoteltracing.
* gnu/packages/golang-web.scm (go-github-com-aws-smithy-go-tracing-smithyoteltracing): New variable. Change-Id: I259bd0473a2ac46a5f5354e8ee22af850fff35cb
This commit is contained in:
parent
67458516ac
commit
8c9156ac90
1 changed files with 28 additions and 0 deletions
|
@ -736,6 +736,34 @@ signing.")
|
||||||
the OTEL Go SDK.")
|
the OTEL Go SDK.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-aws-smithy-go-tracing-smithyoteltracing
|
||||||
|
(package
|
||||||
|
(name "go-github-com-aws-smithy-go-tracing-smithyoteltracing")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/aws/smithy-go")
|
||||||
|
(commit (go-version->git-ref version
|
||||||
|
#:subdir "tracing/smithyoteltracing"))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16jbv7cyj85048f4kcrib8k2yif165sc099h0aklal5dwlf85xcg"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/aws/smithy-go/tracing/smithyoteltracing"
|
||||||
|
#:unpack-path "github.com/aws/smithy-go"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-go-opentelemetry-io-otel))
|
||||||
|
(home-page "https://github.com/aws/smithy-go")
|
||||||
|
(synopsis "AWS Smithy OTEL tracing adapter")
|
||||||
|
(description
|
||||||
|
"Package smithyoteltracing implements a Smithy client tracing adapter for
|
||||||
|
the OTEL Go SDK.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-aymerick-douceur
|
(define-public go-github-com-aymerick-douceur
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-aymerick-douceur")
|
(name "go-github-com-aymerick-douceur")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue