Skip to content

Commit

Permalink
[FLINK-6051] [metrics] [docs] Fix scope keys on Configuration page
Browse files Browse the repository at this point in the history
This closes apache#3538.
  • Loading branch information
Joshua Griffith authored and p16i committed Apr 16, 2017
1 parent 81483c1 commit 215e906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/config.md
Expand Up @@ -574,9 +574,9 @@ Previously this key was named `recovery.mode` and the default value was `standal

- `metrics.scope.tm.job`: (Default: <host>.taskmanager.<tm_id>.<job_name>) Defines the scope format string that is applied to all metrics scoped to a job on a TaskManager.

- `metrics.scope.tm.task`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<task_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to a task.
- `metrics.scope.task`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<task_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to a task.

- `metrics.scope.tm.operator`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<operator_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to an operator.
- `metrics.scope.operator`: (Default: <host>.taskmanager.<tm_id>.<job_name>.<operator_name>.<subtask_index>) Defines the scope format string that is applied to all metrics scoped to an operator.

- `metrics.latency.history-size`: (Default: 128) Defines the number of measured latencies to maintain at each operator

Expand Down

0 comments on commit 215e906

Please sign in to comment.