Skip to content

Commit

Permalink
[prometheus.exporter.windows] Add missing physical_disk block (#1865) (
Browse files Browse the repository at this point in the history
…#1882)

* Add missing physical_disk block

* Update docs/sources/reference/components/prometheus/prometheus.exporter.windows.md

Co-authored-by: Clayton Cornell <[email protected]>

---------

Co-authored-by: Clayton Cornell <[email protected]>
(cherry picked from commit 6b1efe3)

Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
github-actions[bot] and ptodev authored Oct 14, 2024
1 parent 00cac7b commit 5a70fc8
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ logical_disk | [logical_disk][] | Configures the logical_disk collector. |
msmq | [msmq][] | Configures the msmq collector. | no
mssql | [mssql][] | Configures the mssql collector. | no
network | [network][] | Configures the network collector. | no
physical_disk | [physical_disk][] | Configures the physical_disk collector. | no
printer | [printer][] | Configures the printer collector. | no
process | [process][] | Configures the process collector. | no
scheduled_task | [scheduled_task][] | Configures the scheduled_task collector. | no
Expand All @@ -66,13 +67,14 @@ text_file | [text_file][] | Configures the text_file collector. |
[dfsr]: #dfsr-block
[exchange]: #exchange-block
[iis]: #iis-block
[logical_disk]: #logicaldisk-block
[logical_disk]: #logical_disk-block
[msmq]: #msmq-block
[mssql]: #mssql-block
[network]: #network-block
[physical_disk]: #physical_disk-block
[printer]: #printer-block
[process]: #process-block
[scheduled_task]: #scheduledtask-block
[scheduled_task]: #scheduled_task-block
[service]: #service-block
[smb]: #smb-block
[smb_client]: #smb_client-block
Expand Down Expand Up @@ -152,6 +154,12 @@ Name | Type | Description | Default | Requi

NIC names must match the regular expression specified by `include` and must _not_ match the regular expression specified by `exclude` to be included.

### physical_disk block

Name | Type | Description | Default | Required
----------|----------|-------------------------------------------------|---------|---------
`exclude` | `string` | Regular expression of physical disk to exclude. | `""` | no
`include` | `string` | Regular expression of physical disk to include. | `".*"` | no

### printer block

Expand Down

0 comments on commit 5a70fc8

Please sign in to comment.