Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/metrics/metrics-operators/fillmissing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ _sourceCategory=Labs/VMWare6.5/Metrics hostname=thisveryhost metric=cpu_ready
The chart in this section shows metric query results with the `fillmissing` operator with the `empty` option. Note that empty time slices are not filled with a derived data point. 

```sql
_sourcecategory=labs/aws/host/metrics metric=CPU_Idle
_sourceCategory=labs/aws/host/metrics metric=CPU_Idle
| avg by _sourcename
| fillmissing empty
```
Expand Down