Documentation
¶
Index ¶
Constants ¶
View Source
const ( GroupPromProcess = attributes.AttrGroups(iota + 1000) GroupProcess )
Variables ¶
View Source
var ( ProcessCPUTime = attributes.Name{ Section: "process.cpu.time", Prom: "process_cpu_time_seconds_total", OTEL: "process.cpu.time", } ProcessCPUUtilization = attributes.Name{ Section: "process.cpu.utilization", Prom: "process_cpu_utilization_ratio", OTEL: "process.cpu.utilization", } ProcessMemoryUsage = attributes.Name{ Section: "process.memory.usage", Prom: "process_memory_usage_bytes", OTEL: "process.memory.usage", } ProcessMemoryVirtual = attributes.Name{ Section: "process.memory.virtual", Prom: "process_memory_virtual_bytes", OTEL: "process.memory.virtual", } ProcessDiskIO = attributes.Name{ Section: "process.disk.io", Prom: "process_disk_io_bytes_total", OTEL: "process.disk.io", } ProcessNetIO = attributes.Name{ Section: "process.network.io", Prom: "process_network_io_bytes_total", OTEL: "process.network.io", } )
Functions ¶
func NewBeylaAttrSelector ¶
func NewBeylaAttrSelector( groups attributes.AttrGroups, cfg *attributes.SelectorConfig, ) (*attributes.AttrSelector, error)
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package attr contains definition of the attribute names of for the metrics, especially for the metrics whose reported attributes are selected in the attributes.select YAML option
|
Package attr contains definition of the attribute names of for the metrics, especially for the metrics whose reported attributes are selected in the attributes.select YAML option |
Click to show internal directories.
Click to hide internal directories.