Skip to content

Commit

Permalink
[Metricbeat] Add FailOnRequired when applying schema (#14143)
Browse files Browse the repository at this point in the history
* Add FailOnRequired when applying schema
  • Loading branch information
kaiyan-sheng authored Oct 22, 2019
1 parent 694dac8 commit 09bc35a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix `docker.cpu.system.pct` calculation by using the reported number online cpus instead of the number of metrics per cpu. {pull}13691[13691]
- Fix rds metricset dashboard. {pull}13721[13721]
- Ignore prometheus untyped metrics with NaN value. {issue}13750[13750] {pull}13790[13790]
- Change kubernetes.event.message to text {pull}13964[13964]
- Fix performance counter values for windows/perfmon metricset.{issue}14036[14036] {pull}14039[14039]
- Change kubernetes.event.message to text. {pull}13964[13964]
- Fix performance counter values for windows/perfmon metricset. {issue}14036[14036] {pull}14039[14039]
- Add FailOnRequired when applying schema and fix metric names in mongodb metrics metricset. {pull}14143[14143]

*Packetbeat*

Expand Down
8 changes: 4 additions & 4 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20014,7 +20014,7 @@ Reports data from the query execution system.
*`mongodb.metrics.query_executor.scanned_indexes`*::
*`mongodb.metrics.query_executor.scanned_indexes.count`*::
+
--
The total number of index items scanned during queries and query-plan evaluation.
Expand All @@ -20024,7 +20024,7 @@ type: long
--
*`mongodb.metrics.query_executor.scanned_documents`*::
*`mongodb.metrics.query_executor.scanned_documents.count`*::
+
--
The total number of documents scanned during queries and query-plan evaluation.
Expand Down Expand Up @@ -20468,7 +20468,7 @@ Reports on the operation of the resource use of the ttl index process.
*`mongodb.metrics.ttl.deleted_documents`*::
*`mongodb.metrics.ttl.deleted_documents.count`*::
+
--
The total number of documents deleted from collections with a ttl index.
Expand All @@ -20478,7 +20478,7 @@ type: long
--
*`mongodb.metrics.ttl.passes`*::
*`mongodb.metrics.ttl.passes.count`*::
+
--
The number of times the background process removes documents from collections with a ttl index.
Expand Down
Loading

0 comments on commit 09bc35a

Please sign in to comment.