You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ecosystem-registry/collector/contrib/v0.147.1-SNAPSHOT/receiver.yaml
+35-15Lines changed: 35 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6649,21 +6649,6 @@ components:
6649
6649
- dmitryax
6650
6650
- TylerHelmuth
6651
6651
- 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
6667
6652
- name: k8sobjectsreceiver
6668
6653
metadata:
6669
6654
type: k8sobjects
@@ -10088,6 +10073,9 @@ components:
10088
10073
- name: namedpipereceiver
10089
10074
metadata:
10090
10075
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.
10091
10079
status:
10092
10080
class: receiver
10093
10081
stability:
@@ -10106,6 +10094,11 @@ components:
10106
10094
- name: netflowreceiver
10107
10095
metadata:
10108
10096
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.
10109
10102
status:
10110
10103
class: receiver
10111
10104
stability:
@@ -10120,6 +10113,9 @@ components:
10120
10113
- name: nginxreceiver
10121
10114
metadata:
10122
10115
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.
10123
10119
status:
10124
10120
class: receiver
10125
10121
stability:
@@ -10189,6 +10185,9 @@ components:
10189
10185
- name: nsxtreceiver
10190
10186
metadata:
10191
10187
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).
10192
10191
status:
10193
10192
class: receiver
10194
10193
stability:
@@ -10315,6 +10314,9 @@ components:
10315
10314
- name: ntpreceiver
10316
10315
metadata:
10317
10316
type: ntp
10317
+
display_name: NTP Receiver
10318
+
description: This receiver periodically retrieves the clock offset from a NTP
10319
+
server.
10318
10320
status:
10319
10321
class: receiver
10320
10322
stability:
@@ -10342,6 +10344,9 @@ components:
10342
10344
- name: oracledbreceiver
10343
10345
metadata:
10344
10346
type: oracledb
10347
+
display_name: Oracle DB Receiver
10348
+
description: This receiver periodically queries an Oracle Database host to collect
10349
+
metrics.
10345
10350
status:
10346
10351
class: receiver
10347
10352
stability:
@@ -10959,6 +10964,9 @@ components:
10959
10964
- name: osqueryreceiver
10960
10965
metadata:
10961
10966
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.
10962
10970
status:
10963
10971
class: receiver
10964
10972
stability:
@@ -10972,6 +10980,10 @@ components:
10972
10980
- name: otelarrowreceiver
10973
10981
metadata:
10974
10982
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.
10975
10987
status:
10976
10988
class: receiver
10977
10989
stability:
@@ -10989,6 +11001,10 @@ components:
10989
11001
- name: otlpjsonfilereceiver
10990
11002
metadata:
10991
11003
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).
10992
11008
status:
10993
11009
class: receiver
10994
11010
stability:
@@ -11007,6 +11023,10 @@ components:
11007
11023
- name: podmanreceiver
11008
11024
metadata:
11009
11025
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).
0 commit comments