Expand description
Workload provider.
This modules provides the WorkloadProvider trait, which deals with providing information about workloads running
on the process host.
A number of building blocks are included: generic entity identifiers, tag storage, metadata collection and aggregation.
Re-exports§
pub use self::entity::EntityId;
Modules§
- aggregator
- Workload metadata aggregation.
- collectors
- Workload metadata collection.
- entity
- Entity identifiers.
- origin
- Origin detection and resolution.
- providers
- Workload provider implementations.
- stores
- Workload data stores.
Structs§
- Metadata
Operation - A metadata operation.
- OnDemandPID
Resolver - A resolver for mapping process IDs to their container IDs based on querying the underlying host.
Enums§
- Metadata
Action - A metadata action.
Traits§
- Capture
Entity Resolver - Resolves live process IDs observed during traffic capture to workload entities.
- Workload
Provider - Provides information about workloads running on the process host.