Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update registry versions (6bbb3aeecf805d138574063041652d47e241079d) #5027

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions data/registry/collector-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -17,5 +15,5 @@ createdAt: 2023-12-18
package:
registry: go
name: go.opentelemetry.io/collector/cmd/builder
version: v0.106.1
version: v0.107.0
quickInstall: false
2 changes: 1 addition & 1 deletion data/registry/collector-exporter-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/exporter/debugexporter
version: v0.106.1
version: v0.107.0
7 changes: 2 additions & 5 deletions data/registry/collector-exporter-nop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.106.1
version: v0.107.0
2 changes: 1 addition & 1 deletion data/registry/collector-exporter-otlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/exporter/otlpexporter
version: v0.106.1
version: v0.107.0
5 changes: 2 additions & 3 deletions data/registry/collector-extension-memorylimiter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.106.1
version: v0.107.0
6 changes: 2 additions & 4 deletions data/registry/collector-processor-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,4 +16,4 @@ createdAt: 2021-02-24
package:
registry: go-collector
name: go.opentelemetry.io/collector/processor/batchprocessor
version: v0.106.1
version: v0.107.0
6 changes: 2 additions & 4 deletions data/registry/collector-receiver-nop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.106.1
version: v0.107.0
2 changes: 1 addition & 1 deletion data/registry/collector-receiver-otlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ createdAt: 2020-11-05
package:
registry: go-collector
name: go.opentelemetry.io/collector/receiver/otlpreceiver
version: v0.106.1
version: v0.107.0
6 changes: 2 additions & 4 deletions data/registry/exporter-dotnet-onecollector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ tags:
- exporter
- dotnet
license: Apache 2.0
description:
The OneCollectorExporter is designed for Microsoft products to send data to
public-facing end-points which route to Microsoft's internal data pipeline.
description: The OneCollectorExporter is designed for Microsoft products to send data to public-facing end-points which route to Microsoft's internal data pipeline.
authors:
- name: OpenTelemetry Authors
urls:
Expand All @@ -18,4 +16,4 @@ createdAt: 2023-03-03
package:
registry: nuget
name: OpenTelemetry.Exporter.OneCollector
version: 1.9.1
version: 1.9.2
Loading