Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

OpenTelemetry Collector eBPF Profiling Distribution

This distribution is made specifically to be used as a node agent to gather profiles on all processes running on the system.

It contains the eBPF profiler receiver as well as a subset of components from OpenTelemetry Collector Core and OpenTelemetry Collector Contrib.

Components

The full list of components is available in the manifest.

Rules for Component Inclusion

  • Only includes components from Contrib and Core, except for the ebpf-profiler receiver.
  • Only components that are Alpha or higher.
  • All processors, connectors, and extensions must facilitate the collection and processing of data that is generated by the eBPF profiler.
  • All components must be vendor-neutral.
  • Only exporters that use OTLP are allowed.
  • To facilitate troubleshooting, the nop, debug, and file exporters are exceptions.