owit profiles
Query CPU, memory, and other profiling data across all configured backends that support the profiles signal type.
owit profiles [filters] [flags]Examples
Section titled “Examples”# CPU profiles for a serviceowit profiles type=cpu service=api-gateway --last 1h
# Top memory consumersowit profiles type=memory --summarize "avg(value) by function" --last 30m --limit 10
# High CPU functionsowit profiles type=cpu value gt 80 --last 15mCanonical fields
Section titled “Canonical fields”| Field | Description |
|---|---|
timestamp | RFC 3339 timestamp |
_source | Backend name |
service | Service name |
type | Profile type (cpu, memory, goroutine, etc.) |
function | Function name |
value | Profiling value (unit depends on type) |