We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8e9c commit 1f40cedCopy full SHA for 1f40ced
docs/reference/mapping/params/meta.asciidoc
@@ -48,5 +48,5 @@ metric_type::
48
The metric type of a numeric field: `"gauge"` or `"counter"`. A gauge is a
49
single-value measurement that can go up or down over time, such as a
50
temperature. A counter is a single-value cumulative counter that only goes
51
- up, such as the number of requests processed by a web server. By default,
52
- no metric type is associated with a field. Only valid for numeric fields.
+ up, such as the number of requests processed by a web server, or resets to 0 (zero).
+ By default, no metric type is associated with a field. Only valid for numeric fields.
0 commit comments