From 8558eeb9919c52cac9bfdd26d38b124172e53124 Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:39:19 +0000 Subject: [PATCH 1/2] Auto-update registry versions (305ced4ca5c5d04251f141b65ceff1295103c0ec) --- data/registry/collector-builder.yml | 6 ++---- data/registry/collector-exporter-debug.yml | 2 +- data/registry/collector-exporter-nop.yml | 7 ++----- data/registry/collector-exporter-otlp.yml | 2 +- data/registry/collector-extension-memorylimiter.yml | 5 ++--- data/registry/collector-processor-batch.yml | 6 ++---- data/registry/collector-receiver-nop.yml | 6 ++---- data/registry/collector-receiver-otlp.yml | 2 +- data/registry/instrumentation-go-gorm.yml | 2 +- data/registry/instrumentation-js-cerbos.yml | 6 ++---- data/registry/tools-ruby-rspec-matcher.yml | 6 ++---- 11 files changed, 18 insertions(+), 32 deletions(-) diff --git a/data/registry/collector-builder.yml b/data/registry/collector-builder.yml index 02c8976b9f02..95683976488e 100644 --- a/data/registry/collector-builder.yml +++ b/data/registry/collector-builder.yml @@ -5,9 +5,7 @@ language: collector tags: - collector license: Apache 2.0 -description: - A CLI tool that generates OpenTelemetry Collector binaries based on a - manifest. +description: A CLI tool that generates OpenTelemetry Collector binaries based on a manifest. authors: - name: OpenTelemetry Authors urls: @@ -17,5 +15,5 @@ createdAt: 2023-12-18 package: registry: go name: go.opentelemetry.io/collector/cmd/builder - version: v0.109.0 + version: v0.110.0 quickInstall: false diff --git a/data/registry/collector-exporter-debug.yml b/data/registry/collector-exporter-debug.yml index 1ef1001bdd9f..b31a77d2ae74 100644 --- a/data/registry/collector-exporter-debug.yml +++ b/data/registry/collector-exporter-debug.yml @@ -16,4 +16,4 @@ createdAt: 2020-11-05 package: registry: go-collector name: go.opentelemetry.io/collector/exporter/debugexporter - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-exporter-nop.yml b/data/registry/collector-exporter-nop.yml index 7734da29f8de..b8e22e2c016f 100644 --- a/data/registry/collector-exporter-nop.yml +++ b/data/registry/collector-exporter-nop.yml @@ -9,14 +9,11 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/nopexporter license: Apache 2.0 -description: - Serves as a placeholder exporter in a pipeline. This can be useful if you want - to e.g. start a Collector with only extensions enabled, or for testing - Collector pipeline throughput without worrying about an exporter. +description: Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled, or for testing Collector pipeline throughput without worrying about an exporter. authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 package: registry: go-collector name: go.opentelemetry.io/collector/exporter/nopexporter - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-exporter-otlp.yml b/data/registry/collector-exporter-otlp.yml index 8b19f41067fd..00650a0963da 100644 --- a/data/registry/collector-exporter-otlp.yml +++ b/data/registry/collector-exporter-otlp.yml @@ -16,4 +16,4 @@ createdAt: 2020-11-05 package: registry: go-collector name: go.opentelemetry.io/collector/exporter/otlpexporter - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-extension-memorylimiter.yml b/data/registry/collector-extension-memorylimiter.yml index e59d39bce6f0..bc09bbefbd2f 100644 --- a/data/registry/collector-extension-memorylimiter.yml +++ b/data/registry/collector-extension-memorylimiter.yml @@ -10,12 +10,11 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/memorylimiterextension license: Apache 2.0 -description: - The memory limiter extension is used to prevent out of memory situations on +description: The memory limiter extension is used to prevent out of memory situations on authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 package: registry: go-collector name: go.opentelemetry.io/collector/extension/memorylimiterextension - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-processor-batch.yml b/data/registry/collector-processor-batch.yml index 4089f4e56296..fb3679d3b689 100644 --- a/data/registry/collector-processor-batch.yml +++ b/data/registry/collector-processor-batch.yml @@ -7,9 +7,7 @@ tags: - processor - collector license: Apache 2.0 -description: - The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or - logs and places them into batches. +description: The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. authors: - name: OpenTelemetry Authors urls: @@ -18,4 +16,4 @@ createdAt: 2021-02-24 package: registry: go-collector name: go.opentelemetry.io/collector/processor/batchprocessor - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-receiver-nop.yml b/data/registry/collector-receiver-nop.yml index e57915604f88..22cf6b981ad2 100644 --- a/data/registry/collector-receiver-nop.yml +++ b/data/registry/collector-receiver-nop.yml @@ -9,13 +9,11 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/nopreceiver license: Apache 2.0 -description: - Serves as a placeholder receiver in a pipeline. This can be useful if you want - to e.g. start a Collector with only extensions enabled. +description: Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled. authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 package: registry: go-collector name: go.opentelemetry.io/collector/receiver/nopreceiver - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/collector-receiver-otlp.yml b/data/registry/collector-receiver-otlp.yml index 6d42b6b11e50..31bcf9c81dc6 100644 --- a/data/registry/collector-receiver-otlp.yml +++ b/data/registry/collector-receiver-otlp.yml @@ -16,4 +16,4 @@ createdAt: 2020-11-05 package: registry: go-collector name: go.opentelemetry.io/collector/receiver/otlpreceiver - version: v0.109.0 + version: v0.110.0 diff --git a/data/registry/instrumentation-go-gorm.yml b/data/registry/instrumentation-go-gorm.yml index aa46c0c38177..efc7f88556fd 100644 --- a/data/registry/instrumentation-go-gorm.yml +++ b/data/registry/instrumentation-go-gorm.yml @@ -18,4 +18,4 @@ isFirstParty: true package: registry: go name: gorm.io/plugin/opentelemetry - version: v0.1.6 + version: v0.1.7 diff --git a/data/registry/instrumentation-js-cerbos.yml b/data/registry/instrumentation-js-cerbos.yml index 237ff7a84a2f..4351f94af1df 100644 --- a/data/registry/instrumentation-js-cerbos.yml +++ b/data/registry/instrumentation-js-cerbos.yml @@ -7,9 +7,7 @@ tags: - cerbos - instrumentation license: Apache 2.0 -description: - OpenTelemetry instrumentation for the [Cerbos JavaScript - SDK](https://github.com/cerbos/cerbos-sdk-javascript/) +description: OpenTelemetry instrumentation for the [Cerbos JavaScript SDK](https://github.com/cerbos/cerbos-sdk-javascript/) authors: - name: Cerbos Authors url: https://github.com/cerbos @@ -21,5 +19,5 @@ createdAt: 2023-09-13 package: name: '@cerbos/opentelemetry' registry: npm - version: 0.5.2 + version: 0.5.3 isFirstParty: true diff --git a/data/registry/tools-ruby-rspec-matcher.yml b/data/registry/tools-ruby-rspec-matcher.yml index cc703e8614e1..ff6c6b4d198c 100644 --- a/data/registry/tools-ruby-rspec-matcher.yml +++ b/data/registry/tools-ruby-rspec-matcher.yml @@ -6,9 +6,7 @@ tags: - ruby - rspec license: MIT -description: - The RSpec matchers tool provides a set of matchers to make it easier to write - unit tests checking the presence of telemetry data. +description: The RSpec matchers tool provides a set of matchers to make it easier to write unit tests checking the presence of telemetry data. authors: - name: Damien Mathieu url: https://github.com/dmathieu @@ -18,4 +16,4 @@ createdAt: 2024-02-13 package: registry: gems name: rspec-otel - version: 0.0.4 + version: 0.0.5 From 315b88a13b8405c2c4d5edd221cfa046f60a0abe Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Tue, 24 Sep 2024 06:20:55 +0000 Subject: [PATCH 2/2] Results from /fix:all --- data/registry/collector-builder.yml | 4 +++- data/registry/collector-exporter-nop.yml | 5 ++++- data/registry/collector-extension-memorylimiter.yml | 3 ++- data/registry/collector-processor-batch.yml | 4 +++- data/registry/collector-receiver-nop.yml | 4 +++- data/registry/instrumentation-js-cerbos.yml | 4 +++- data/registry/tools-ruby-rspec-matcher.yml | 4 +++- static/refcache.json | 4 ++++ 8 files changed, 25 insertions(+), 7 deletions(-) diff --git a/data/registry/collector-builder.yml b/data/registry/collector-builder.yml index 95683976488e..895665128929 100644 --- a/data/registry/collector-builder.yml +++ b/data/registry/collector-builder.yml @@ -5,7 +5,9 @@ language: collector tags: - collector license: Apache 2.0 -description: A CLI tool that generates OpenTelemetry Collector binaries based on a manifest. +description: + A CLI tool that generates OpenTelemetry Collector binaries based on a + manifest. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/collector-exporter-nop.yml b/data/registry/collector-exporter-nop.yml index b8e22e2c016f..c5b47e8d405e 100644 --- a/data/registry/collector-exporter-nop.yml +++ b/data/registry/collector-exporter-nop.yml @@ -9,7 +9,10 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/exporter/nopexporter license: Apache 2.0 -description: Serves as a placeholder exporter in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled, or for testing Collector pipeline throughput without worrying about an exporter. +description: + Serves as a placeholder exporter in a pipeline. This can be useful if you want + to e.g. start a Collector with only extensions enabled, or for testing + Collector pipeline throughput without worrying about an exporter. authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 diff --git a/data/registry/collector-extension-memorylimiter.yml b/data/registry/collector-extension-memorylimiter.yml index bc09bbefbd2f..6b0433410b1a 100644 --- a/data/registry/collector-extension-memorylimiter.yml +++ b/data/registry/collector-extension-memorylimiter.yml @@ -10,7 +10,8 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/memorylimiterextension license: Apache 2.0 -description: The memory limiter extension is used to prevent out of memory situations on +description: + The memory limiter extension is used to prevent out of memory situations on authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 diff --git a/data/registry/collector-processor-batch.yml b/data/registry/collector-processor-batch.yml index fb3679d3b689..b6ba9ff6b756 100644 --- a/data/registry/collector-processor-batch.yml +++ b/data/registry/collector-processor-batch.yml @@ -7,7 +7,9 @@ tags: - processor - collector license: Apache 2.0 -description: The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or logs and places them into batches. +description: + The Batch Processor for the OpenTelemetry Collector accepts spans, metrics, or + logs and places them into batches. authors: - name: OpenTelemetry Authors urls: diff --git a/data/registry/collector-receiver-nop.yml b/data/registry/collector-receiver-nop.yml index 22cf6b981ad2..c15ab9e2600f 100644 --- a/data/registry/collector-receiver-nop.yml +++ b/data/registry/collector-receiver-nop.yml @@ -9,7 +9,9 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/nopreceiver license: Apache 2.0 -description: Serves as a placeholder receiver in a pipeline. This can be useful if you want to e.g. start a Collector with only extensions enabled. +description: + Serves as a placeholder receiver in a pipeline. This can be useful if you want + to e.g. start a Collector with only extensions enabled. authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 diff --git a/data/registry/instrumentation-js-cerbos.yml b/data/registry/instrumentation-js-cerbos.yml index 4351f94af1df..ecaf0ebc7218 100644 --- a/data/registry/instrumentation-js-cerbos.yml +++ b/data/registry/instrumentation-js-cerbos.yml @@ -7,7 +7,9 @@ tags: - cerbos - instrumentation license: Apache 2.0 -description: OpenTelemetry instrumentation for the [Cerbos JavaScript SDK](https://github.com/cerbos/cerbos-sdk-javascript/) +description: + OpenTelemetry instrumentation for the [Cerbos JavaScript + SDK](https://github.com/cerbos/cerbos-sdk-javascript/) authors: - name: Cerbos Authors url: https://github.com/cerbos diff --git a/data/registry/tools-ruby-rspec-matcher.yml b/data/registry/tools-ruby-rspec-matcher.yml index ff6c6b4d198c..30715821bcec 100644 --- a/data/registry/tools-ruby-rspec-matcher.yml +++ b/data/registry/tools-ruby-rspec-matcher.yml @@ -6,7 +6,9 @@ tags: - ruby - rspec license: MIT -description: The RSpec matchers tool provides a set of matchers to make it easier to write unit tests checking the presence of telemetry data. +description: + The RSpec matchers tool provides a set of matchers to make it easier to write + unit tests checking the presence of telemetry data. authors: - name: Damien Mathieu url: https://github.com/dmathieu diff --git a/static/refcache.json b/static/refcache.json index 668f8c3b49e9..08c23187330a 100644 --- a/static/refcache.json +++ b/static/refcache.json @@ -2467,6 +2467,10 @@ "StatusCode": 206, "LastSeen": "2024-08-09T10:44:31.007449-04:00" }, + "https://docs.bugsnag.com/performance/distributed-tracing": { + "StatusCode": 206, + "LastSeen": "2024-09-24T06:18:58.718106443Z" + }, "https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/how-to-guides/telegraf/": { "StatusCode": 206, "LastSeen": "2024-07-27T17:54:47.061938869Z"