Skip to content

Commit e6c0f00

Browse files
authored
Update registry inventory (#122)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent ce91a28 commit e6c0f00

2 files changed

Lines changed: 35 additions & 30 deletions

File tree

ecosystem-registry/collector/contrib/v0.147.1-SNAPSHOT/exporter.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -733,21 +733,6 @@ components:
733733
- atoulme
734734
emeritus:
735735
- swar8080
736-
- name: sapmexporter
737-
metadata:
738-
type: sapm
739-
display_name: SAPM Exporter
740-
status:
741-
class: exporter
742-
stability:
743-
deprecated:
744-
- traces
745-
distributions:
746-
- contrib
747-
codeowners:
748-
active:
749-
- dmitryax
750-
- atoulme
751736
- name: sematextexporter
752737
metadata:
753738
type: sematext

ecosystem-registry/collector/contrib/v0.147.1-SNAPSHOT/receiver.yaml

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6649,21 +6649,6 @@ components:
66496649
- dmitryax
66506650
- TylerHelmuth
66516651
- ChrsMark
6652-
- name: k8slogreceiver
6653-
metadata:
6654-
type: k8slog
6655-
display_name: Kubernetes Log Receiver
6656-
description: The Kubernetes Log Receiver tails and parses logs in k8s environment.
6657-
status:
6658-
class: receiver
6659-
stability:
6660-
unmaintained:
6661-
- logs
6662-
codeowners:
6663-
emeritus:
6664-
- h0cheung
6665-
- TylerHelmuth
6666-
seeking_new: true
66676652
- name: k8sobjectsreceiver
66686653
metadata:
66696654
type: k8sobjects
@@ -10088,6 +10073,9 @@ components:
1008810073
- name: namedpipereceiver
1008910074
metadata:
1009010075
type: namedpipe
10076+
display_name: Named Pipe Receiver
10077+
description: This receiver supports opening a Unix Named Pipe (aka FIFO), and
10078+
reading logs from it.
1009110079
status:
1009210080
class: receiver
1009310081
stability:
@@ -10106,6 +10094,11 @@ components:
1010610094
- name: netflowreceiver
1010710095
metadata:
1010810096
type: netflow
10097+
display_name: Netflow Receiver
10098+
description: The Netflow Receiver can listen for [netflow](https://en.wikipedia.org/wiki/NetFlow),
10099+
[sflow](https://en.wikipedia.org/wiki/SFlow), and [ipfix](https://en.wikipedia.org/wiki/IP_Flow_Information_Export)
10100+
data and convert it to OpenTelemetry logs. The receiver is based on the [goflow2](https://github.com/netsampler/goflow2)
10101+
project.
1010910102
status:
1011010103
class: receiver
1011110104
stability:
@@ -10120,6 +10113,9 @@ components:
1012010113
- name: nginxreceiver
1012110114
metadata:
1012210115
type: nginx
10116+
display_name: NGINX Receiver
10117+
description: This receiver can fetch stats from a NGINX instance using the `ngx_http_stub_status_module`
10118+
module's `status` endpoint.
1012310119
status:
1012410120
class: receiver
1012510121
stability:
@@ -10189,6 +10185,9 @@ components:
1018910185
- name: nsxtreceiver
1019010186
metadata:
1019110187
type: nsxt
10188+
display_name: NSX-T Receiver
10189+
description: This receiver fetches metrics important to run virtual networking
10190+
using NSX-T. The receiver ingests metrics via the [NSX Rest API](https://docs.vmware.com/en/VMware-NSX-Data-Center-for-vSphere/6.4/nsx_64_api.pdf).
1019210191
status:
1019310192
class: receiver
1019410193
stability:
@@ -10315,6 +10314,9 @@ components:
1031510314
- name: ntpreceiver
1031610315
metadata:
1031710316
type: ntp
10317+
display_name: NTP Receiver
10318+
description: This receiver periodically retrieves the clock offset from a NTP
10319+
server.
1031810320
status:
1031910321
class: receiver
1032010322
stability:
@@ -10342,6 +10344,9 @@ components:
1034210344
- name: oracledbreceiver
1034310345
metadata:
1034410346
type: oracledb
10347+
display_name: Oracle DB Receiver
10348+
description: This receiver periodically queries an Oracle Database host to collect
10349+
metrics.
1034510350
status:
1034610351
class: receiver
1034710352
stability:
@@ -10959,6 +10964,9 @@ components:
1095910964
- name: osqueryreceiver
1096010965
metadata:
1096110966
type: osquery
10967+
display_name: osquery Receiver
10968+
description: The osquery Receiver runs queries run on an [osquery](https://osquery.io/)'s
10969+
daemon on a schedule and converts the output to logs.
1096210970
status:
1096310971
class: receiver
1096410972
stability:
@@ -10972,6 +10980,10 @@ components:
1097210980
- name: otelarrowreceiver
1097310981
metadata:
1097410982
type: otelarrow
10983+
display_name: Apache Arrow OTLP Receiver
10984+
description: Receives telemetry data using [OpenTelemetry Protocol with Apache
10985+
Arrow](https://github.com/open-telemetry/otel-arrow) and standard [OTLP]( https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
10986+
protocol via gRPC.
1097510987
status:
1097610988
class: receiver
1097710989
stability:
@@ -10989,6 +11001,10 @@ components:
1098911001
- name: otlpjsonfilereceiver
1099011002
metadata:
1099111003
type: otlpjsonfile
11004+
display_name: OTLP JSON File Receiver
11005+
description: This receiver will read pipeline data from JSON files. The data is
11006+
written in [Protobuf JSON encoding](https://developers.google.com/protocol-buffers/docs/proto3#json)
11007+
using [OpenTelemetry protocol](https://github.com/open-telemetry/opentelemetry-proto).
1099211008
status:
1099311009
class: receiver
1099411010
stability:
@@ -11007,6 +11023,10 @@ components:
1100711023
- name: podmanreceiver
1100811024
metadata:
1100911025
type: podman_stats
11026+
display_name: Podman Stats Receiver
11027+
description: The Podman Stats Receiver queries the Podman service API to fetch
11028+
stats for all running containers on a configured interval. These stats are for
11029+
container resource usage of cpu, memory, network, and the [blkio controller](https://www.kernel.org/doc/Documentation/cgroup-v1/blkio-controller.txt).
1101011030
status:
1101111031
class: receiver
1101211032
stability:

0 commit comments

Comments
 (0)