Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
prometheus_metrics
Retrieve metrics from a Prometheus server.
Column | Type | Description |
---|---|---|
metric_name | text | Name of collected Prometheus metric |
metric_value | double | Value of collected Prometheus metric |
target_name | text | Address of prometheus target |
timestamp_ms | bigint | Unix timestamp of collected data in MS |