Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbd1e1b

Browse files
committedMay 7, 2024·
Auto-update registry versions (fe3f49650d83a308a556a37d79fb575c97821bf1)
1 parent 8d927cb commit dbd1e1b

File tree

190 files changed

+319
-592
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+319
-592
lines changed
 

‎data/registry/collector-builder.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ language: collector
55
tags:
66
- collector
77
license: Apache 2.0
8-
description:
9-
A CLI tool that generates OpenTelemetry Collector binaries based on a
10-
manifest.
8+
description: A CLI tool that generates OpenTelemetry Collector binaries based on a manifest.
119
authors:
1210
- name: OpenTelemetry Authors
1311
urls:
@@ -17,5 +15,5 @@ createdAt: 2023-12-18
1715
package:
1816
registry: go
1917
name: go.opentelemetry.io/collector/cmd/builder
20-
version: v0.99.0
18+
version: v0.100.0
2119
quickInstall: false

‎data/registry/collector-exporter-alertmanager.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ tags:
88
- exporter
99
- collector
1010
license: Apache 2.0
11-
description:
12-
Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to
13-
[Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/)
14-
backend to notify Errors or Change events.
11+
description: Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to [Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) backend to notify Errors or Change events.
1512
authors:
1613
- name: OpenTelemetry Authors
1714
package:
1815
registry: go-collector
1916
name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alertmanagerexporter
20-
version: v0.99.0
17+
version: v0.100.0
2118
urls:
2219
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/alertmanagerexporter
2320
createdAt: 2023-12-05

0 commit comments

Comments
 (0)
Please sign in to comment.