diff --git a/doc/source/index.rst b/doc/source/index.rst index 0b3da28..335a150 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,6 +15,7 @@ reasons (for example in isolating cross-project performance issues). background api integration + similar_projects Release Notes ============= diff --git a/doc/source/similar_projects.rst b/doc/source/similar_projects.rst new file mode 100644 index 0000000..222bf53 --- /dev/null +++ b/doc/source/similar_projects.rst @@ -0,0 +1,18 @@ +================ +Similar projects +================ + +Other projects (some alive, some abandoned, some research prototypes) +that are similar (in idea and ideal to OSprofiler). + +* `Zipkin`_ +* `Dapper`_ +* `Tomograph`_ +* `HTrace`_ +* `OpenTracing`_ + +.. _Zipkin: https://twitter.github.io/zipkin/ +.. _Dapper: http://research.google.com/pubs/pub36356.html +.. _Tomograph: https://github.com/stackforge/tomograph +.. _HTrace: https://htrace.incubator.apache.org/ +.. _OpenTracing: http://opentracing.io/