Documentation ¶
Overview ¶
Package eventplatform contains the logic for forwarding events to the event platform
Index ¶
Constants ¶
View Source
const ( // EventTypeNetworkDevicesMetadata is the event type for network devices metadata EventTypeNetworkDevicesMetadata = "network-devices-metadata" // EventTypeSnmpTraps is the event type for snmp traps EventTypeSnmpTraps = "network-devices-snmp-traps" // EventTypeNetworkDevicesNetFlow is the event type for network devices NetFlow data EventTypeNetworkDevicesNetFlow = "network-devices-netflow" // EventTypeNetworkPath is the event type for network devices Network Path data EventTypeNetworkPath = "network-path" // EventTypeContainerLifecycle represents a container lifecycle event EventTypeContainerLifecycle = "container-lifecycle" // EventTypeContainerImages represents a container images event EventTypeContainerImages = "container-images" // EventTypeContainerSBOM represents a container SBOM event EventTypeContainerSBOM = "container-sbom" // EventTypeServiceDiscovery represents an instrumentation-telemetry event EventTypeServiceDiscovery = "service-discovery" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package eventplatformimpl contains the logic for forwarding events to the event platform
|
Package eventplatformimpl contains the logic for forwarding events to the event platform |
Click to show internal directories.
Click to hide internal directories.