Skip to content

Commit f261d3d

Browse files
committed
Remove type for metrics.*.*
1 parent 0072cca commit f261d3d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/windows/data_stream/perfmon/fields/fields.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
description: |
1111
Instance value.
1212
- name: metrics.*.*
13-
type: object
14-
object_type: object
1513
description: |
1614
Metric values returned.

packages/windows/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3247,6 +3247,6 @@ The Windows `perfmon` data stream provides performance counter values.
32473247
| host.os.version | Operating system version as a raw string. | keyword |
32483248
| host.type | Type of host. For Cloud providers this can be the machine type like `t2.medium`. If vm, this could be the container, for example, or other information meaningful in your environment. | keyword |
32493249
| windows.perfmon.instance | Instance value. | keyword |
3250-
| windows.perfmon.metrics.\*.\* | Metric values returned. | object |
3250+
| windows.perfmon.metrics.\*.\* | Metric values returned. | |
32513251
| windows.perfmon.object | Object value. | keyword |
32523252

0 commit comments

Comments
 (0)