Skip to content

Commit

Permalink
Registry updates apr23 (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
svrnm authored Apr 4, 2023
1 parent a9e6f37 commit 1e13c2a
Show file tree
Hide file tree
Showing 13 changed files with 123 additions and 19 deletions.
13 changes: 13 additions & 0 deletions data/registry/collector-exporter-awss3.yml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions data/registry/collector-receiver-cloudflare.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
title: Promtail Receiver
title: Loki Receiver
registryType: receiver
isThirdParty: false
language: collector
tags:
- promtail
- loki
- receiver
- 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
description: This receiver runs promtail client to scrape logs
description: The Loki receiver implements the Loki push api
authors: OpenTelemetry Authors
otVersion: latest
15 changes: 15 additions & 0 deletions data/registry/collector-receiver-webhookevent.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions data/registry/instrumentation-dotnet-cassandra.yml
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions data/registry/instrumentation-erlang-req.yml
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ registryType: instrumentation
isThirdParty: false
language: java
tags:
- apachecamel
- camel
- instrumentation
- 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
description:
This library provides an Apache Camel instrumentation to track requests
Expand Down
13 changes: 13 additions & 0 deletions data/registry/instrumentation-java-pulsar.yml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 13 additions & 0 deletions data/registry/instrumentation-java-r2dbc.yml
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions data/registry/instrumentation-java-runtimetelemetryjfr.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 0 additions & 12 deletions data/registry/instrumentation-js-socket.io.yml

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/check-registry-urls
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

REPO_DIR=$(dirname $0)/..

REGISTRY_FILES=$REPO_DIR/content/en/registry/*
REGISTRY_FILES=$REPO_DIR/data/registry/*

for FILE in ${REGISTRY_FILES} ; do
REPO_URL=$(grep "repo: " ${FILE})
Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -2699,6 +2699,10 @@
"StatusCode": 200,
"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": {
"StatusCode": 200,
"LastSeen": "2023-03-29T12:11:58.011874587-06:00"
Expand Down

0 comments on commit 1e13c2a

Please sign in to comment.