pub const ALIEN_SYSTEM_RESOURCE_ATTRIBUTE: &str = "alien.system";Expand description
Resource-attribute key marking OTLP telemetry as Alien system-component
output (infrastructure daemons and internal runtimes) rather than user
workload. Log consumers — the CLI log viewer and the dashboard — hide
telemetry carrying this attribute by default. The value is the string
"true".
System components set this on their own telemetry’s resource attributes so consumers can filter generically, without enumerating component names.