-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registry Updates December 2023 (#3630)
- Loading branch information
Showing
28 changed files
with
308 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
12 changes: 6 additions & 6 deletions
12
data/registry/collector-exporter-parquet.yml → data/registry/collector-extension-opamp.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 4 additions & 3 deletions
7
data/registry/instrumentation-go-lambda.yml → ...egistry/instrumentation-go-otellambda.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.