diff --git a/content/en/registry/instrumentation-go-aws.md b/content/en/registry/instrumentation-go-aws.md new file mode 100644 index 000000000000..933f7b43d834 --- /dev/null +++ b/content/en/registry/instrumentation-go-aws.md @@ -0,0 +1,15 @@ +--- +title: AWS SDK for Go +registryType: instrumentation +isThirdParty: false +language: go +tags: + - aws + - instrumentation + - go +repo: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws +license: Apache 2.0 +description: AWS SDK V2 for Go instrumentation +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/instrumentation-go-kit.md b/content/en/registry/instrumentation-go-kit.md new file mode 100644 index 000000000000..f3cd196e2259 --- /dev/null +++ b/content/en/registry/instrumentation-go-kit.md @@ -0,0 +1,15 @@ +--- +title: Go kit instrumentation library +registryType: instrumentation +isThirdParty: false +language: go +tags: + - kit + - instrumentation + - go +repo: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/go-kit/kit/otelkit +license: Apache 2.0 +description: Package otelkit instruments the github.com/go-kit/kit package. +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/instrumentation-go-lambda.md b/content/en/registry/instrumentation-go-lambda.md new file mode 100644 index 000000000000..7f260b85a4fd --- /dev/null +++ b/content/en/registry/instrumentation-go-lambda.md @@ -0,0 +1,15 @@ +--- +title: otellambda +registryType: instrumentation +isThirdParty: false +language: go +tags: + - otellambda + - instrumentation + - go +repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda +license: Apache 2.0 +description: Package otellambda instruments the github.com/aws/aws-lambda-go package. +authors: OpenTelemetry Authors +otVersion: latest +---