Skip to content

Commit 047bdad

Browse files
svrnmchalin
andauthored
Registry Updates Novemeber 2024 (open-telemetry#5625)
Signed-off-by: svrnm <[email protected]> Co-authored-by: Patrice Chalin <[email protected]>
1 parent c130ea7 commit 047bdad

24 files changed

+430
-49
lines changed
+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# cSpell:ignore doris dorisexporter
2+
title: Apache Doris Exporter
3+
registryType: exporter
4+
language: collector
5+
tags:
6+
- doris
7+
- exporter
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/dorisexporter
11+
license: Apache 2.0
12+
description:
13+
This exporter supports sending traces, metrics, and logs data to [Apache
14+
Doris](https://doris.apache.org/) (version >= 2.1).
15+
authors:
16+
- name: OpenTelemetry Authors
17+
createdAt: 2024-11-18
18+
package:
19+
registry: go-collector
20+
name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/dorisexporter
21+
version: v0.113.0

data/registry/collector-exporter-instana.yml

-19
This file was deleted.

data/registry/collector-exporter-logging.yml

-19
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# cSpell:ignore: healthcheckv2
2+
title: Health Check Extension V2
3+
registryType: extension
4+
language: collector
5+
tags:
6+
- healthcheckv2
7+
- extension
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/healthcheckv2extension
11+
license: Apache 2.0
12+
description:
13+
This is an experimental extension that is intended to replace the existing
14+
health check extension.
15+
authors:
16+
- name: OpenTelemetry Authors
17+
createdAt: 2024-11-18
18+
package:
19+
registry: go-collector
20+
name: github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckv2extension
21+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# cSpell:ignore coralogix coralogixprocessor
2+
title: Coralogix Processor
3+
registryType: processor
4+
language: collector
5+
tags:
6+
- coralogix
7+
- processor
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/coralogixprocessor
11+
license: Apache 2.0
12+
description:
13+
The Coralogix processor adds attributes to spans that enable features in
14+
Coralogix.
15+
authors:
16+
- name: OpenTelemetry Authors
17+
createdAt: 2024-11-18
18+
package:
19+
registry: go-collector
20+
name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/coralogixprocessor
21+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# cSpell:ignore: logdedup logdedupprocessor
2+
title: Log DeDuplication Processor
3+
registryType: processor
4+
language: collector
5+
tags:
6+
- logdedup
7+
- processor
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/logdedupprocessor
11+
license: Apache 2.0
12+
description:
13+
This processor is used to deduplicate logs by detecting identical logs over a
14+
range of time and emitting a single log with the count of logs that were
15+
deduplicated.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-11-18
19+
package:
20+
registry: go-collector
21+
name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/logdedupprocessor
22+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# cSpell:ignore githubreceiver
2+
title: GitHub Receiver
3+
registryType: receiver
4+
language: collector
5+
tags:
6+
- github
7+
- receiver
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/githubreceiver
11+
license: Apache 2.0
12+
description:
13+
The GitHub receiver receives data from [GitHub](https://github.com). As a
14+
starting point it scrapes metrics from repositories but will be extended to
15+
include traces and logs.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-11-18
19+
package:
20+
registry: go-collector
21+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/githubreceiver
22+
version: v0.108.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# cSpell:ignore: googlecloudmonitoring googlecloudmonitoringreceiver
2+
title: Google Cloud Monitoring Receiver
3+
registryType: receiver
4+
language: collector
5+
tags:
6+
- googlecloudmonitoring
7+
- receiver
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/googlecloudmonitoringreceiver
11+
license: Apache 2.0
12+
description:
13+
The primary objective of the Google Cloud Monitoring Receiver is to gather
14+
time series metrics data from all Google services and convert this data into a
15+
pipeline format that facilitates further use.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-11-18
19+
package:
20+
registry: go-collector
21+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudmonitoringreceiver
22+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# cSpell:ignore gitproviderreceiver
2-
title: Git Provider Receiver
1+
# cSpell:ignore: ntpreceiver
2+
title: NTP Receiver
33
registryType: receiver
44
language: collector
55
tags:
6-
- git
6+
- ntp
77
- receiver
88
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/ntpreceiver
911
license: Apache 2.0
10-
description: The Git Provider receiver scrapes data from Git vendors.
12+
description:
13+
This receiver periodically retrieves the clock offset from a NTP server.
1114
authors:
1215
- name: OpenTelemetry Authors
13-
urls:
14-
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/gitproviderreceiver
15-
createdAt: 2020-11-05
16+
createdAt: 2024-11-18
1617
package:
1718
registry: go-collector
18-
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/gitproviderreceiver
19-
version: v0.108.0
19+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/ntpreceiver
20+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# cSpell:ignore: prometheusremotewrite prometheusremotewritereceiver
2+
title: Prometheus Remote Write Receiver
3+
registryType: receiver
4+
language: collector
5+
tags:
6+
- prometheusremotewrite
7+
- receiver
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/prometheusremotewritereceiver
11+
license: Apache 2.0
12+
description: ''
13+
authors:
14+
- name: OpenTelemetry Authors
15+
createdAt: 2024-11-18
16+
package:
17+
registry: go-collector
18+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver
19+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# cSpell:ignore: systemdreceiver
2+
title: Systemd Receiver
3+
registryType: receiver
4+
language: collector
5+
tags:
6+
- systemd
7+
- receiver
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/systemdreceiver
11+
license: Apache 2.0
12+
description: ''
13+
authors:
14+
- name: OpenTelemetry Authors
15+
createdAt: 2024-11-18
16+
package:
17+
registry: go-collector
18+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/systemdreceiver
19+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# cSpell:ignore: tlscheck tlscheckreceiver
2+
title: TLS Check Receiver
3+
registryType: receiver
4+
language: collector
5+
tags:
6+
- tlscheck
7+
- receiver
8+
- collector
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/tlscheckreceiver
11+
license: Apache 2.0
12+
description: Emit metrics about x.509 certificates.
13+
authors:
14+
- name: OpenTelemetry Authors
15+
createdAt: 2024-11-18
16+
package:
17+
registry: go-collector
18+
name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tlscheckreceiver
19+
version: v0.113.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# cSpell:ignore: broadway
2+
title: opentelemetry_broadway
3+
registryType: instrumentation
4+
language: erlang
5+
tags:
6+
- broadway
7+
- instrumentation
8+
- erlang
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_broadway
11+
license: Apache 2.0
12+
description:
13+
OpenTelemetry tracing for [Broadway](https://elixir-broadway.org/) pipelines.
14+
authors:
15+
- name: OpenTelemetry Authors
16+
createdAt: 2024-11-18
17+
package:
18+
registry: hex
19+
name: opentelemetry_broadway
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# cSpell:ignore: xandra
2+
title: OpentelemetryXandra
3+
registryType: instrumentation
4+
language: erlang
5+
tags:
6+
- xandra
7+
- instrumentation
8+
- erlang
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_xandra
11+
license: Apache 2.0
12+
description:
13+
This library uses [Telemetry](https://github.com/beam-telemetry/telemetry/)
14+
events to create OpenTelemetry Spans for
15+
[Xandra](https://github.com/whatyouhide/xandra) queries.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-11-18
19+
package:
20+
registry: hex
21+
name: opentelemetry_xandra
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# cSpell:ignore clickhouse
2+
title: Clickhouse Instrumentation
3+
registryType: instrumentation
4+
language: java
5+
tags:
6+
- clickhouse
7+
- instrumentation
8+
- java
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/clickhouse-client-0.5
11+
license: Apache 2.0
12+
description:
13+
This library provides a Clickhouse instrumentation to track requests through
14+
OpenTelemetry.
15+
authors:
16+
- name: OpenTelemetry Authors
17+
createdAt: 2024-11-18

data/registry/instrumentation-java-http4k.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ authors:
1212
- name: http4k Authors
1313
url: https://github.com/http4k/
1414
urls:
15-
repo: https://github.com/http4k/http4k/tree/master/http4k-opentelemetry
15+
repo: https://github.com/http4k/http4k/tree/master/core/opentelemetry
16+
docs: https://www.http4k.org/ecosystem/http4k/reference/opentelemetry/
1617
createdAt: 2022-10-27
1718
isFirstParty: true
19+
package:
20+
registry: maven
21+
name: org.http4k/http4k-opentelemetry
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# cSpell:ignore pekko
2+
title: Instrumentation for Apache Pekko
3+
registryType: instrumentation
4+
language: java
5+
tags:
6+
- pekko
7+
- instrumentation
8+
- java
9+
urls:
10+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/pekko
11+
license: Apache 2.0
12+
description:
13+
This library provides a Apache Pekko instrumentation to track requests through
14+
OpenTelemetry.
15+
authors:
16+
- name: OpenTelemetry Authors
17+
createdAt: 2024-11-18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: Settings for the PowerJob instrumentation
2+
registryType: instrumentation
3+
language: java
4+
tags:
5+
- powerjob
6+
- instrumentation
7+
- java
8+
urls:
9+
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/powerjob-4.0
10+
license: Apache 2.0
11+
description: ''
12+
authors:
13+
- name: OpenTelemetry Authors
14+
createdAt: 2024-11-18
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: OpenTelemetry curl auto-instrumentation
2+
registryType: instrumentation
3+
language: php
4+
tags:
5+
- curl
6+
- instrumentation
7+
- php
8+
urls:
9+
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Curl
10+
license: Apache 2.0
11+
description:
12+
Auto-instrumentation hooks are registered via composer, and client kind spans
13+
will automatically be created when calling `curl_exec` or `curl_multi_exec`
14+
functions. Additionally, distributed tracing is supported by setting the
15+
`traceparent` header.
16+
authors:
17+
- name: OpenTelemetry Authors
18+
createdAt: 2024-11-18
19+
package:
20+
registry: packagist
21+
name: opentelemetry-auto-curl
22+
version: 0.0.1
23+
isFirstParty: false

0 commit comments

Comments
 (0)