Skip to content

Commit

Permalink
Registry Updates December 2023 (#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Dec 5, 2023
1 parent 5c3d49a commit 330bf55
Show file tree
Hide file tree
Showing 28 changed files with 308 additions and 106 deletions.
18 changes: 18 additions & 0 deletions data/registry/collector-exporter-alertmanager.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# cSpell:ignore alertmanager
title: Alertmanager Exporter
registryType: exporter
isThirdParty: false
language: collector
tags:
- alertmanager
- prometheus
- exporter
- collector
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/alertmanagerexporter
license: Apache 2.0
description:
Exports OTel Events (SpanEvent in Tracing added by AddEvent API) as Alerts to
[Alertmanager] (https://prometheus.io/docs/alerting/latest/alertmanager/)
back-end to notify Errors or Change events.
authors: OpenTelemetry Authors
otVersion: latest
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
title: Parquet File Exporter
registryType: exporter
title: OpAMP Agent Extension
registryType: extension
isThirdParty: false
language: collector
tags:
- go
- exporter
- opamp
- extension
- collector
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/parquetexporter
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/opampextension
license: Apache 2.0
description: Sends pipeline data to Parquet files.
description: Collector extension for OpAMP
authors: OpenTelemetry Authors
otVersion: latest
16 changes: 16 additions & 0 deletions data/registry/collector-extension-remotetap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Remote Tap Extension
registryType: extension
isThirdParty: false
language: collector
tags:
- remote
- tap
- extension
- collector
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/remotetapextension
license: Apache 2.0
description:
This extension runs as a Web server that loads the remote observers that are
registered against it.
authors: OpenTelemetry Authors
otVersion: latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ registryType: processor
isThirdParty: false
language: collector
tags:
- remoteobserver
- websocket
- remote
- tap
- processor
- collector
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/remoteobserverprocessor
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/remotetapprocessor
license: Apache 2.0
description:
The WebSocket processor, which can be positioned anywhere in a pipeline,
allows data to pass through to the next component.
allows
authors: OpenTelemetry Authors
otVersion: latest
# cSpell:ignore remoteobserver
17 changes: 17 additions & 0 deletions data/registry/collector-processor-sumologic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cspell:ignore sumologic
title: Sumo Logic Processor
registryType: processor
isThirdParty: false
language: collector
tags:
- sumologic
- processor
- collector
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/sumologicprocessor
license: Apache 2.0
description:
The Sumo Logic processor modifies the metadata on logs, metrics and traces
sent to Sumo Logic so that the Sumo Logic apps can make full use of the
ingested data.
authors: OpenTelemetry Authors
otVersion: latest
12 changes: 0 additions & 12 deletions data/registry/exporter-python-jaeger.yml

This file was deleted.

16 changes: 0 additions & 16 deletions data/registry/exporter-python-jaegerprotogrpc.yml

This file was deleted.

14 changes: 0 additions & 14 deletions data/registry/exporter-python-jaegerthrift.yml

This file was deleted.

16 changes: 16 additions & 0 deletions data/registry/instrumentation-go-beego.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# cSpell:ignore beego astaxie
title: Beego Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- beego
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego
license: Apache 2.0
description:
Package beego provides functions to instrument the github.com/astaxie/beego
package.
authors: OpenTelemetry Authors
otVersion: latest
14 changes: 0 additions & 14 deletions data/registry/instrumentation-go-go-restful.yml

This file was deleted.

15 changes: 15 additions & 0 deletions data/registry/instrumentation-go-gocql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# cSpell:ignore gocql
title: gocql Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- gocql
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql
license: Apache 2.0
description:
Package gocql provides functions to instrument the gocql/gocql package.
authors: OpenTelemetry Authors
otVersion: latest
16 changes: 16 additions & 0 deletions data/registry/instrumentation-go-gomemcache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# cSpell:ignore gomemcache
title: gomemcache Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- memcache
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache
license: Apache 2.0
description:
Package `gomemcache` provides tracing instrumentation for the memcached
client.
authors: OpenTelemetry Authors
otVersion: latest
16 changes: 16 additions & 0 deletions data/registry/instrumentation-go-http.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Go package `net/http` instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- http
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/net/http
license: Apache 2.0
description:
Package `http` provides a `http.Handler` and functions that are intended to be
used to add tracing by wrapping existing handlers (with Handler) and routes
WithRouteTag.
authors: OpenTelemetry Authors
otVersion: latest
14 changes: 0 additions & 14 deletions data/registry/instrumentation-go-macaron.yml

This file was deleted.

7 changes: 5 additions & 2 deletions data/registry/instrumentation-go-mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ tags:
- instrumentation
- mongodb
- database
repo: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/go.mongodb.org/mongo-driver
repo: https://go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver
license: Apache 2.0
description: Go contrib plugin for the go.mongodb.org/mongo-driver package.
description:
Package mongo-driver provides functions to trace the
go.mongodb.org/mongo-driver/mongo(https://github.com/mongodb/mongo-go-driver)
package.
authors: OpenTelemetry Authors
otVersion: latest
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ registryType: instrumentation
isThirdParty: false
language: go
tags:
- go
- mux
- instrumentation
- http
repo: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/gorilla/mux
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux
license: Apache 2.0
description: Go contrib plugin for the gorilla/mux package.
description: Package mux provides functions to trace the gorilla/mux package
authors: OpenTelemetry Authors
otVersion: latest
16 changes: 0 additions & 16 deletions data/registry/instrumentation-go-net-http.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags:
- aws
- instrumentation
- go
repo: https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
license: Apache 2.0
description: AWS SDK V2 for Go instrumentation
authors: OpenTelemetry Authors
Expand Down
14 changes: 14 additions & 0 deletions data/registry/instrumentation-go-otelkit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cspell:ignore otelkit
title: go-kit Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- kit
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit
license: Apache 2.0
description: Package otelkit instruments the github.com/go-kit/kit package.
authors: OpenTelemetry Authors
otVersion: latest
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# cSpell:ignore otellambda
title: otellambda
# cspell:ignore otellambda
title: aws-lambda-go Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- otellambda
- lambda
- aws
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda
Expand Down
14 changes: 14 additions & 0 deletions data/registry/instrumentation-go-otelmacaron.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# cSpell:ignore otelmacaron macaron gopkg
title: Macaron Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- macaron
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
license: Apache 2.0
description: Package otelmacaron instruments gopkg.in/macaron.v1.
authors: OpenTelemetry Authors
otVersion: latest
16 changes: 16 additions & 0 deletions data/registry/instrumentation-go-restful.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# cspell:ignore emicklei
title: Go-restful Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- restful
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful
license: Apache 2.0
description:
Package go-restful provides functions to trace the emicklei/go-restful/v3
package.
authors: OpenTelemetry Authors
otVersion: latest
15 changes: 15 additions & 0 deletions data/registry/instrumentation-go-sarama.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# cSpell:ignore sarama
title: Shopify/sarama Instrumentation
registryType: instrumentation
isThirdParty: false
language: go
tags:
- sarama
- instrumentation
- go
repo: https://go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama
license: Apache 2.0
description:
Package sarama provides functions to trace the Shopify/sarama package.
authors: OpenTelemetry Authors
otVersion: latest
12 changes: 12 additions & 0 deletions data/registry/instrumentation-php-yii.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
title: OpenTelemetry Yii auto-instrumentation
registryType: instrumentation
isThirdParty: false
language: php
tags:
- yii
- instrumentation
- php
repo: https://github.com/open-telemetry/opentelemetry-php-contrib/tree/main/src/Instrumentation/Yii
description: Instrumentation Library for Yii
authors: OpenTelemetry Authors
otVersion: latest
Loading

0 comments on commit 330bf55

Please sign in to comment.