-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Description
Refactor
Component(s) to be refactored
TelemetryPageComponent
Explanation
The agent no longer publishes telemetry; it publishes events instead. Reimplement/refactor the TelemetryPageComponent
to use events instead of telemetry.
Tasks
- Rename
TelemetryPageComponent
- @shreyamalviya - Replace all reference to "telemetry" with "event" - @shreyamalviya
- Query "/api/events" instead of telemetries - @ilija-lazoroski
- Modify columns to show fields from
AbstractAgentEvent
@shreyamalviya- Resolve
AgentID
s to IP/hostname or something human readable - Resolve target IPs to hostname if possible
- Resolve
- Modify final column to show type-specific fields @ilija-lazoroski
- Enable filtering on all fields from
AbstractAgentEvent
@ilija-lazoroski - Add a loading icon while waiting for API response @ilija-lazoroski
- Fix code duplication for getting hostname from AgentID @ilija-lazoroski