From 6a03a0cfece5af5c048662aa1438cd9ceb227e47 Mon Sep 17 00:00:00 2001 From: Gian Merlino Date: Wed, 13 Jul 2016 21:56:28 -0700 Subject: [PATCH] Fix ingest/persist/backPressure docs. (#3243) --- docs/content/operations/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/operations/metrics.md b/docs/content/operations/metrics.md index 451533254bf..2277e67eb96 100644 --- a/docs/content/operations/metrics.md +++ b/docs/content/operations/metrics.md @@ -103,7 +103,7 @@ These metrics are only available if the RealtimeMetricsMonitor is included in th |`ingest/persists/count`|Number of times persist occurred.|dataSource.|Depends on configuration.| |`ingest/persists/time`|Milliseconds spent doing intermediate persist.|dataSource.|Depends on configuration. Generally a few minutes at most.| |`ingest/persists/cpu`|Cpu time in Nanoseconds spent on doing intermediate persist.|dataSource.|Depends on configuration. Generally a few minutes at most.| -|`ingest/persists/backPressure`|Number of persists pending.|dataSource.|0| +|`ingest/persists/backPressure`|Milliseconds spent creating persist tasks and blocking waiting for them to finish.|dataSource.|0 or very low| |`ingest/persists/failed`|Number of persists that failed.|dataSource.|0| |`ingest/handoff/failed`|Number of handoffs that failed.|dataSource.|0| |`ingest/merge/time`|Milliseconds spent merging intermediate segments|dataSource.|Depends on configuration. Generally a few minutes at most.|