You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2018/01/22 22:00:24 UTC

[2/3] storm git commit: keep metrics v1 docs but mark as deprecated

keep metrics v1 docs but mark as deprecated


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/8c23fe0b
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/8c23fe0b
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/8c23fe0b

Branch: refs/heads/1.x-branch
Commit: 8c23fe0be4b15fd6d3d332468bd4677de5064d41
Parents: 7239bbd
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Mon Jan 22 16:32:11 2018 -0500
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Mon Jan 22 16:32:11 2018 -0500

----------------------------------------------------------------------
 docs/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/8c23fe0b/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 6ac5fd6..6453a8a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -80,7 +80,8 @@ But small change will not affect the user experience. We will notify the user wh
 * [Distributed RPC](Distributed-RPC.html)
 * [Transactional topologies](Transactional-topologies.html)
 * [Hooks](Hooks.html)
-* [Metrics](metrics_v2.html)
+* [Metrics (Deprecated)](Metrics.html)
+* [Metrics V2](metrics_v2.html)
 * [State Checkpointing](State-checkpointing.html)
 * [Windowing](Windowing.html)
 * [Joining Streams](Joins.html)