From 944effaf54156b3edbe7f286e0e2e5476f1ddad3 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Wed, 11 Sep 2024 15:07:54 +0200 Subject: [PATCH] Remove go instrumentations that were deprecated and removed (#5182) --- data/registry/instrumentation-go-gocql.yml | 16 ---------------- data/registry/instrumentation-go-gomemcache.yml | 17 ----------------- data/registry/instrumentation-go-otelkit.yml | 15 --------------- data/registry/instrumentation-go-sarama.yml | 16 ---------------- 4 files changed, 64 deletions(-) delete mode 100644 data/registry/instrumentation-go-gocql.yml delete mode 100644 data/registry/instrumentation-go-gomemcache.yml delete mode 100644 data/registry/instrumentation-go-otelkit.yml delete mode 100644 data/registry/instrumentation-go-sarama.yml diff --git a/data/registry/instrumentation-go-gocql.yml b/data/registry/instrumentation-go-gocql.yml deleted file mode 100644 index 8e1102c0745a..000000000000 --- a/data/registry/instrumentation-go-gocql.yml +++ /dev/null @@ -1,16 +0,0 @@ -# cSpell:ignore gocql -title: gocql Instrumentation -registryType: instrumentation -language: go -tags: - - gocql - - instrumentation - - go -license: Apache 2.0 -description: - Package gocql provides functions to instrument the gocql/gocql package. -authors: - - name: OpenTelemetry Authors -urls: - repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql -createdAt: 2022-12-07 diff --git a/data/registry/instrumentation-go-gomemcache.yml b/data/registry/instrumentation-go-gomemcache.yml deleted file mode 100644 index 79fbc5e2893e..000000000000 --- a/data/registry/instrumentation-go-gomemcache.yml +++ /dev/null @@ -1,17 +0,0 @@ -# cSpell:ignore gomemcache -title: gomemcache Instrumentation -registryType: instrumentation -language: go -tags: - - memcache - - instrumentation - - go -license: Apache 2.0 -description: - Package `gomemcache` provides tracing instrumentation for the memcached - client. -authors: - - name: OpenTelemetry Authors -urls: - repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache -createdAt: 2022-12-07 diff --git a/data/registry/instrumentation-go-otelkit.yml b/data/registry/instrumentation-go-otelkit.yml deleted file mode 100644 index e823586aeb6a..000000000000 --- a/data/registry/instrumentation-go-otelkit.yml +++ /dev/null @@ -1,15 +0,0 @@ -# cspell:ignore otelkit -title: go-kit Instrumentation -registryType: instrumentation -language: go -tags: - - kit - - instrumentation - - go -license: Apache 2.0 -description: Package otelkit instruments the github.com/go-kit/kit package. -authors: - - name: OpenTelemetry Authors -urls: - repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit -createdAt: 2022-12-07 diff --git a/data/registry/instrumentation-go-sarama.yml b/data/registry/instrumentation-go-sarama.yml deleted file mode 100644 index e4272a8ca117..000000000000 --- a/data/registry/instrumentation-go-sarama.yml +++ /dev/null @@ -1,16 +0,0 @@ -# cSpell:ignore sarama -title: Shopify/sarama Instrumentation -registryType: instrumentation -language: go -tags: - - sarama - - instrumentation - - go -license: Apache 2.0 -description: - Package sarama provides functions to trace the Shopify/sarama package. -authors: - - name: OpenTelemetry Authors -urls: - repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama -createdAt: 2022-12-07