Registry updates apr23 (#2574)
This commit is contained in:
parent
a9e6f37ab0
commit
1e13c2a439
|
|
@ -0,0 +1,13 @@
|
||||||
|
title: AWS S3 Exporter for OpenTelemetry Collector
|
||||||
|
registryType: exporter
|
||||||
|
isThirdParty: false
|
||||||
|
language: collector
|
||||||
|
tags:
|
||||||
|
- awss3
|
||||||
|
- exporter
|
||||||
|
- collector
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/awss3exporter
|
||||||
|
license: Apache 2.0
|
||||||
|
description: This exporter targets to support proto/json and proto/binary format
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
title: Cloudflare Receiver
|
||||||
|
registryType: receiver
|
||||||
|
isThirdParty: false
|
||||||
|
language: collector
|
||||||
|
tags:
|
||||||
|
- cloudflare
|
||||||
|
- receiver
|
||||||
|
- collector
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/cloudflarereceiver
|
||||||
|
license: Apache 2.0
|
||||||
|
description:
|
||||||
|
This Cloudflare receiver allows Cloudflare's LogPush Jobs to send logs from
|
||||||
|
the Cloudflare logs aggregation system
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
title: Promtail Receiver
|
title: Loki Receiver
|
||||||
registryType: receiver
|
registryType: receiver
|
||||||
isThirdParty: false
|
isThirdParty: false
|
||||||
language: collector
|
language: collector
|
||||||
tags:
|
tags:
|
||||||
- promtail
|
- loki
|
||||||
- receiver
|
- receiver
|
||||||
- collector
|
- collector
|
||||||
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/promtailreceiver
|
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/lokireceiver
|
||||||
license: Apache 2.0
|
license: Apache 2.0
|
||||||
description: This receiver runs promtail client to scrape logs
|
description: The Loki receiver implements the Loki push api
|
||||||
authors: OpenTelemetry Authors
|
authors: OpenTelemetry Authors
|
||||||
otVersion: latest
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
title: Webhook Event Receiver
|
||||||
|
registryType: receiver
|
||||||
|
isThirdParty: false
|
||||||
|
language: collector
|
||||||
|
tags:
|
||||||
|
- webhookevent
|
||||||
|
- receiver
|
||||||
|
- collector
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/webhookeventreceiver
|
||||||
|
license: Apache 2.0
|
||||||
|
description:
|
||||||
|
The Webhook Event receiver is meant to act as a generally available push based
|
||||||
|
receiver for any webhook style data source.
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
title: Cassandra Instrumentation for OpenTelemetry
|
||||||
|
registryType: instrumentation
|
||||||
|
isThirdParty: false
|
||||||
|
language: dotnet
|
||||||
|
tags:
|
||||||
|
- cassandra
|
||||||
|
- instrumentation
|
||||||
|
- dotnet
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Cassandra
|
||||||
|
license: Apache 2.0
|
||||||
|
description:
|
||||||
|
This is an Instrumentation Library, which instruments CassandraCSharpDriver
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
title: OpentelemetryReq
|
||||||
|
registryType: instrumentation
|
||||||
|
isThirdParty: false
|
||||||
|
language: erlang
|
||||||
|
tags:
|
||||||
|
- req
|
||||||
|
- instrumentation
|
||||||
|
- erlang
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-erlang-contrib/tree/main/instrumentation/opentelemetry_req
|
||||||
|
license: Apache 2.0
|
||||||
|
description:
|
||||||
|
See https://hex.pm/packages/opentelemetry_req for usage instructions.
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -3,10 +3,10 @@ registryType: instrumentation
|
||||||
isThirdParty: false
|
isThirdParty: false
|
||||||
language: java
|
language: java
|
||||||
tags:
|
tags:
|
||||||
- apachecamel
|
- camel
|
||||||
- instrumentation
|
- instrumentation
|
||||||
- java
|
- java
|
||||||
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/apache-camel-2.20
|
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/camel-2.20
|
||||||
license: Apache 2.0
|
license: Apache 2.0
|
||||||
description:
|
description:
|
||||||
This library provides an Apache Camel instrumentation to track requests
|
This library provides an Apache Camel instrumentation to track requests
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
title: Apache Pulsar instrumentation
|
||||||
|
registryType: instrumentation
|
||||||
|
isThirdParty: false
|
||||||
|
language: java
|
||||||
|
tags:
|
||||||
|
- pulsar
|
||||||
|
- instrumentation
|
||||||
|
- java
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/pulsar
|
||||||
|
license: Apache 2.0
|
||||||
|
description: This library provides an Apache Pulsar instrumentation
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,13 @@
|
||||||
|
title: Instrumentation for R2dbc
|
||||||
|
registryType: instrumentation
|
||||||
|
isThirdParty: false
|
||||||
|
language: java
|
||||||
|
tags:
|
||||||
|
- r2dbc
|
||||||
|
- instrumentation
|
||||||
|
- java
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/r2dbc-1.0
|
||||||
|
license: Apache 2.0
|
||||||
|
description: Provides OpenTelemetry instrumentation for R2dbc.
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
title: Runtime Telemetry JFR
|
||||||
|
registryType: instrumentation
|
||||||
|
isThirdParty: false
|
||||||
|
language: java
|
||||||
|
tags:
|
||||||
|
- runtimetelemetryjfr
|
||||||
|
- instrumentation
|
||||||
|
- java
|
||||||
|
repo: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/runtime-telemetry-jfr
|
||||||
|
license: Apache 2.0
|
||||||
|
description:
|
||||||
|
JfrTelemetry works by subscribing to certain JFR events, and using relevant
|
||||||
|
bits of information from the events to produce telemetry data like metrics.
|
||||||
|
authors: OpenTelemetry Authors
|
||||||
|
otVersion: latest
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
title: OpenTelemetry Socket.io Instrumentation
|
|
||||||
registryType: instrumentation
|
|
||||||
isThirdParty: true
|
|
||||||
language: js
|
|
||||||
tags:
|
|
||||||
- Node.js
|
|
||||||
- instrumentation
|
|
||||||
- socket.io
|
|
||||||
repo: https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/instrumentation-socket.io
|
|
||||||
license: Apache 2.0
|
|
||||||
description: Socket.io instrumentation for Node.js.
|
|
||||||
authors: Aspecto Authors (motti@aspecto.io)
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
REPO_DIR=$(dirname $0)/..
|
REPO_DIR=$(dirname $0)/..
|
||||||
|
|
||||||
REGISTRY_FILES=$REPO_DIR/content/en/registry/*
|
REGISTRY_FILES=$REPO_DIR/data/registry/*
|
||||||
|
|
||||||
for FILE in ${REGISTRY_FILES} ; do
|
for FILE in ${REGISTRY_FILES} ; do
|
||||||
REPO_URL=$(grep "repo: " ${FILE})
|
REPO_URL=$(grep "repo: " ${FILE})
|
||||||
|
|
|
||||||
|
|
@ -2699,6 +2699,10 @@
|
||||||
"StatusCode": 200,
|
"StatusCode": 200,
|
||||||
"LastSeen": "2023-02-15T21:47:24.160442-05:00"
|
"LastSeen": "2023-02-15T21:47:24.160442-05:00"
|
||||||
},
|
},
|
||||||
|
"https://hex.pm/packages/opentelemetry_req": {
|
||||||
|
"StatusCode": 200,
|
||||||
|
"LastSeen": "2023-04-04T16:47:25.186004+02:00"
|
||||||
|
},
|
||||||
"https://hex.pm/packages/opentelemetry_semantic_conventions": {
|
"https://hex.pm/packages/opentelemetry_semantic_conventions": {
|
||||||
"StatusCode": 200,
|
"StatusCode": 200,
|
||||||
"LastSeen": "2023-03-29T12:11:58.011874587-06:00"
|
"LastSeen": "2023-03-29T12:11:58.011874587-06:00"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue