From 94ab75e95d058f10ec0d6717fb35213d1f64efea Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Wed, 23 Oct 2024 04:39:09 +0000 Subject: [PATCH 1/2] Auto-update registry versions (9ae3e171c389a0c329df37686e484a4d726db729) --- 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/exporter-js-instana.yml | 2 +- data/registry/exporter-php-zipkin.yml | 2 +- data/registry/instrumentation-erlang-bandit.yml | 6 ++---- data/registry/instrumentation-js-langchain.yml | 2 +- data/registry/instrumentation-js-openai.yml | 2 +- data/registry/instrumentation-js-pg.yml | 2 +- data/registry/instrumentation-js-postgres.yml | 2 +- data/registry/instrumentation-js-prisma.yml | 2 +- data/registry/instrumentation-ruby-actionmailer.yml | 7 ++----- data/registry/instrumentation-ruby-active-record.yml | 2 +- data/registry/instrumentation-ruby-all.yml | 2 +- data/registry/instrumentation-ruby-rails.yml | 2 +- data/registry/resource-detector-js-container.yml | 6 ++---- 21 files changed, 29 insertions(+), 46 deletions(-) diff --git a/data/registry/collector-builder.yml b/data/registry/collector-builder.yml index c9c81e027c39..d3258386722a 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.111.0 + version: v0.112.0 quickInstall: false diff --git a/data/registry/collector-exporter-debug.yml b/data/registry/collector-exporter-debug.yml index 7740608d7d32..e3d30cad056f 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-exporter-nop.yml b/data/registry/collector-exporter-nop.yml index 01ab07f95980..5268b510ed4a 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-exporter-otlp.yml b/data/registry/collector-exporter-otlp.yml index 1b9210c18429..61b4edbf5ee5 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-extension-memorylimiter.yml b/data/registry/collector-extension-memorylimiter.yml index 6f0c38e2b24a..67ca592efc5a 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-processor-batch.yml b/data/registry/collector-processor-batch.yml index 6de9e7dc995c..29423959a429 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-receiver-nop.yml b/data/registry/collector-receiver-nop.yml index d251aed4a172..f4dd66e6625a 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.111.0 + version: v0.112.0 diff --git a/data/registry/collector-receiver-otlp.yml b/data/registry/collector-receiver-otlp.yml index 857555351f12..44b11f08a500 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.111.0 + version: v0.112.0 diff --git a/data/registry/exporter-js-instana.yml b/data/registry/exporter-js-instana.yml index dd5a314734c4..862fc6d5484c 100644 --- a/data/registry/exporter-js-instana.yml +++ b/data/registry/exporter-js-instana.yml @@ -15,4 +15,4 @@ createdAt: 2022-04-18 package: registry: npm name: '@instana/opentelemetry-exporter' - version: 3.20.2 + version: 3.21.0 diff --git a/data/registry/exporter-php-zipkin.yml b/data/registry/exporter-php-zipkin.yml index dc74f13d5ac8..c66455a83588 100644 --- a/data/registry/exporter-php-zipkin.yml +++ b/data/registry/exporter-php-zipkin.yml @@ -12,7 +12,7 @@ authors: package: name: open-telemetry/exporter-zipkin registry: packagist - version: 1.1.0 + version: 1.1.1 urls: repo: https://github.com/open-telemetry/opentelemetry-php/tree/main/src/Contrib/Zipkin createdAt: 2022-12-14 diff --git a/data/registry/instrumentation-erlang-bandit.yml b/data/registry/instrumentation-erlang-bandit.yml index d4c720cba68e..e4f572f3b764 100644 --- a/data/registry/instrumentation-erlang-bandit.yml +++ b/data/registry/instrumentation-erlang-bandit.yml @@ -8,9 +8,7 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_bandit license: Apache 2.0 -description: - Telemetry handler that creates OpenTelemetry spans from [Bandit - events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content). +description: Telemetry handler that creates OpenTelemetry spans from [Bandit events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content). authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 @@ -18,4 +16,4 @@ isFirstParty: false package: registry: hex name: opentelemetry_bandit - version: 0.1.4 + version: 0.2.0-rc.1 diff --git a/data/registry/instrumentation-js-langchain.yml b/data/registry/instrumentation-js-langchain.yml index 405dfcb50d35..fc2ca8b58e69 100644 --- a/data/registry/instrumentation-js-langchain.yml +++ b/data/registry/instrumentation-js-langchain.yml @@ -18,5 +18,5 @@ createdAt: 2024-06-05 package: registry: npm name: '@arizeai/openinference-instrumentation-langchain' - version: 0.2.0 + version: 0.2.1 isFirstParty: false diff --git a/data/registry/instrumentation-js-openai.yml b/data/registry/instrumentation-js-openai.yml index 1b371fc5fdca..8acda3f54c9b 100644 --- a/data/registry/instrumentation-js-openai.yml +++ b/data/registry/instrumentation-js-openai.yml @@ -18,5 +18,5 @@ createdAt: 2024-06-05 package: registry: npm name: '@arizeai/openinference-instrumentation-openai' - version: 0.5.0 + version: 0.6.0 isFirstParty: false diff --git a/data/registry/instrumentation-js-pg.yml b/data/registry/instrumentation-js-pg.yml index a063b2296fcb..326d9a83aa5a 100644 --- a/data/registry/instrumentation-js-pg.yml +++ b/data/registry/instrumentation-js-pg.yml @@ -14,5 +14,5 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-pg' - version: 0.45.1 + version: 0.46.0 isFirstParty: false diff --git a/data/registry/instrumentation-js-postgres.yml b/data/registry/instrumentation-js-postgres.yml index 92e0cbc5396d..013bfcb29413 100644 --- a/data/registry/instrumentation-js-postgres.yml +++ b/data/registry/instrumentation-js-postgres.yml @@ -17,5 +17,5 @@ createdAt: 2020-11-09 package: registry: npm name: '@opentelemetry/instrumentation-pg' - version: 0.45.1 + version: 0.46.0 isFirstParty: false diff --git a/data/registry/instrumentation-js-prisma.yml b/data/registry/instrumentation-js-prisma.yml index fb463f9b2e15..646f60052e95 100644 --- a/data/registry/instrumentation-js-prisma.yml +++ b/data/registry/instrumentation-js-prisma.yml @@ -17,5 +17,5 @@ createdAt: 2022-08-25 package: registry: npm name: '@prisma/instrumentation' - version: 5.21.0 + version: 5.21.1 isFirstParty: true diff --git a/data/registry/instrumentation-ruby-actionmailer.yml b/data/registry/instrumentation-ruby-actionmailer.yml index 5c3de4fc1eff..c71b67435b45 100644 --- a/data/registry/instrumentation-ruby-actionmailer.yml +++ b/data/registry/instrumentation-ruby-actionmailer.yml @@ -9,15 +9,12 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/action_mailer license: Apache 2.0 -description: - The ActionMailer instrumentation is a community-maintained instrumentation for - the ActionMailer portion of the [Ruby on Rails][rails-home] web-application - framework. +description: The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. authors: - name: OpenTelemetry Authors createdAt: 2024-07-08 package: registry: gems name: opentelemetry-instrumentation-action_mailer - version: 0.1.0 + version: 0.2.0 isFirstParty: false diff --git a/data/registry/instrumentation-ruby-active-record.yml b/data/registry/instrumentation-ruby-active-record.yml index c02056ef45fb..aca1b3aecd93 100644 --- a/data/registry/instrumentation-ruby-active-record.yml +++ b/data/registry/instrumentation-ruby-active-record.yml @@ -15,5 +15,5 @@ createdAt: 2020-11-09 package: registry: gems name: opentelemetry-instrumentation-active_record - version: 0.7.4 + version: 0.8.0 isFirstParty: false diff --git a/data/registry/instrumentation-ruby-all.yml b/data/registry/instrumentation-ruby-all.yml index 193690e310a4..4c8e7dd1102a 100644 --- a/data/registry/instrumentation-ruby-all.yml +++ b/data/registry/instrumentation-ruby-all.yml @@ -14,5 +14,5 @@ createdAt: 2020-11-09 package: registry: gems name: opentelemetry-instrumentation-all - version: 0.66.0 + version: 0.67.0 isFirstParty: false diff --git a/data/registry/instrumentation-ruby-rails.yml b/data/registry/instrumentation-ruby-rails.yml index f9ef6fc07857..3cf3a839f759 100644 --- a/data/registry/instrumentation-ruby-rails.yml +++ b/data/registry/instrumentation-ruby-rails.yml @@ -14,5 +14,5 @@ createdAt: 2020-11-09 package: registry: gems name: opentelemetry-instrumentation-rails - version: 0.31.2 + version: 0.32.0 isFirstParty: false diff --git a/data/registry/resource-detector-js-container.yml b/data/registry/resource-detector-js-container.yml index 143c76f68072..616399d79f40 100644 --- a/data/registry/resource-detector-js-container.yml +++ b/data/registry/resource-detector-js-container.yml @@ -6,9 +6,7 @@ tags: - resource-detector - js license: Apache 2.0 -description: - Resource detector for container ID. Compatible with OpenTelemetry JS API and - SDK 1.0+. +description: Resource detector for container ID. Compatible with OpenTelemetry JS API and SDK 1.0+. authors: - name: OpenTelemetry Authors urls: @@ -17,4 +15,4 @@ createdAt: 2022-12-07 package: registry: npm name: '@opentelemetry/resource-detector-container' - version: 0.4.3 + version: 0.4.4 From 68433b22ab8e32d02b2c68fa642f0160ac00fa40 Mon Sep 17 00:00:00 2001 From: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:32:02 +0000 Subject: [PATCH 2/2] Results from /fix:format --- 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-erlang-bandit.yml | 4 +++- data/registry/instrumentation-ruby-actionmailer.yml | 5 ++++- data/registry/resource-detector-js-container.yml | 4 +++- 8 files changed, 25 insertions(+), 8 deletions(-) diff --git a/data/registry/collector-builder.yml b/data/registry/collector-builder.yml index d3258386722a..74ed5068a5ee 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 5268b510ed4a..8f56e0dc6b7f 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 67ca592efc5a..3d8748d3f8be 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 29423959a429..0da9d6f66529 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 f4dd66e6625a..946d3d603967 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-erlang-bandit.yml b/data/registry/instrumentation-erlang-bandit.yml index e4f572f3b764..73364f9dffa1 100644 --- a/data/registry/instrumentation-erlang-bandit.yml +++ b/data/registry/instrumentation-erlang-bandit.yml @@ -8,7 +8,9 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_bandit license: Apache 2.0 -description: Telemetry handler that creates OpenTelemetry spans from [Bandit events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content). +description: + Telemetry handler that creates OpenTelemetry spans from [Bandit + events](https://hexdocs.pm/bandit/Bandit.Telemetry.html#content). authors: - name: OpenTelemetry Authors createdAt: 2024-04-18 diff --git a/data/registry/instrumentation-ruby-actionmailer.yml b/data/registry/instrumentation-ruby-actionmailer.yml index c71b67435b45..f013df9712ba 100644 --- a/data/registry/instrumentation-ruby-actionmailer.yml +++ b/data/registry/instrumentation-ruby-actionmailer.yml @@ -9,7 +9,10 @@ tags: urls: repo: https://github.com/open-telemetry/opentelemetry-ruby-contrib/tree/main/instrumentation/action_mailer license: Apache 2.0 -description: The ActionMailer instrumentation is a community-maintained instrumentation for the ActionMailer portion of the [Ruby on Rails][rails-home] web-application framework. +description: + The ActionMailer instrumentation is a community-maintained instrumentation for + the ActionMailer portion of the [Ruby on Rails][rails-home] web-application + framework. authors: - name: OpenTelemetry Authors createdAt: 2024-07-08 diff --git a/data/registry/resource-detector-js-container.yml b/data/registry/resource-detector-js-container.yml index 616399d79f40..45550cea1b6a 100644 --- a/data/registry/resource-detector-js-container.yml +++ b/data/registry/resource-detector-js-container.yml @@ -6,7 +6,9 @@ tags: - resource-detector - js license: Apache 2.0 -description: Resource detector for container ID. Compatible with OpenTelemetry JS API and SDK 1.0+. +description: + Resource detector for container ID. Compatible with OpenTelemetry JS API and + SDK 1.0+. authors: - name: OpenTelemetry Authors urls: