runtimeInfo

Runtime information including eBPF loading status and cloud contexts.

Examples

type RuntimeInfo {
  runtimeStatus: String
  cloudContexts: [RuntimeContext]
}

Fields

Field
Description
Supported fields

runtimeStatus String

Runtime status of the library indicating eBPF loading state

cloudContexts [RuntimeContext]

List of cloud contexts where the library was observed

provider String accountId String region String clusterName String namespace String containerRuntime String

References

Fields with this object:

Last updated