diff --git a/content/en/registry/collector-exporter-humio.md b/content/en/registry/collector-exporter-humio.md deleted file mode 100644 index f2b0f910b473..000000000000 --- a/content/en/registry/collector-exporter-humio.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Humio Exporter -registryType: exporter -isThirdParty: false -language: collector -tags: - - go - - exporter - - collector -repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/humioexporter -license: Apache 2.0 -description: Exports data to Humio using JSON over the HTTP Ingest API -authors: OpenTelemetry Authors -otVersion: latest ---- diff --git a/content/en/registry/collector-receiver-datadog.md b/content/en/registry/collector-receiver-datadog.md new file mode 100644 index 000000000000..e8d550c17cac --- /dev/null +++ b/content/en/registry/collector-receiver-datadog.md @@ -0,0 +1,15 @@ +--- +title: Datadog APM Receiver +registryType: receiver +isThirdParty: false +language: collector +tags: + - datadog + - receiver + - collector +repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/datadogreceiver +license: Apache 2.0 +description: The Datadog APM Receiver accepts traces in the Datadog Trace Agent Format +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/collector-receiver-file.md b/content/en/registry/collector-receiver-file.md new file mode 100644 index 000000000000..7cddedaf6789 --- /dev/null +++ b/content/en/registry/collector-receiver-file.md @@ -0,0 +1,15 @@ +--- +title: File Receiver +registryType: receiver +isThirdParty: false +language: collector +tags: + - file + - receiver + - collector +repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filereceiver +license: Apache 2.0 +description: The File Receiver reads the output of a File Exporter, converting that output to metrics, and sending the metrics down the pipeline. +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/collector-receiver-purefb.md b/content/en/registry/collector-receiver-purefb.md new file mode 100644 index 000000000000..e91ebac86693 --- /dev/null +++ b/content/en/registry/collector-receiver-purefb.md @@ -0,0 +1,16 @@ +--- +title: Pure Storage FlashBlade Receiver +registryType: receiver +isThirdParty: false +language: collector +tags: + - purefb + - storage + - receiver + - collector +repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/purefbreceiver +license: Apache 2.0 +description: The Pure Storage FlashBlade receiver, receives metrics from Pure Storage FlashBlade via the Pure Storage FlashBlade OpenMetrics Exporter. +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/collector-receiver-sshcheck.md b/content/en/registry/collector-receiver-sshcheck.md new file mode 100644 index 000000000000..15d3fea13fd5 --- /dev/null +++ b/content/en/registry/collector-receiver-sshcheck.md @@ -0,0 +1,16 @@ +--- +title: SSH Check Receiver +registryType: receiver +isThirdParty: false +language: collector +tags: + - ssh + - sftp + - receiver + - collector +repo: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/sshcheckreceiver +license: Apache 2.0 +description: This receiver creates stats by connecting to an SSH server which may be an SFTP server. +authors: OpenTelemetry Authors +otVersion: latest +--- diff --git a/content/en/registry/instrumentation-go-go-redis.md b/content/en/registry/instrumentation-go-go-redis.md index 3c0391c032cf..4b709f17acf0 100644 --- a/content/en/registry/instrumentation-go-go-redis.md +++ b/content/en/registry/instrumentation-go-go-redis.md @@ -7,7 +7,7 @@ tags: - go - instrumentation - redis -repo: https://github.com/go-redis/redis/tree/master/extra/redisotel +repo: https://github.com/redis/go-redis/tree/master/extra/redisotel license: BSD 2-Clause description: Instrumentation for go-redis Redis client. authors: go-redis Authors