This is an automated email from the ASF dual-hosted git repository.
abudnikov pushed a change to branch IGNITE-7595
in repository https://gitbox.apache.org/repos/asf/ignite.git.
from 12fc8a2 update metrics pages
new d94ad87 add initial documentation on tracing
new 6c28f14 add running nodes behind nat page
new 9cc04bb update toc and setup page
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/_config.yml | 4 +-
docs/_data/toc.yaml | 8 +-
.../running-client-nodes-behind-nat.adoc | 33 ++++++++
.../java/org/apache/ignite/snippets/Discovery.java | 26 +++++++
.../java/org/apache/ignite/snippets/Tracing.java | 42 ++++++++++
.../{on-heap-cache.xml => client-behind-nat.xml} | 8 +-
.../code-snippets/xml/{mvcc.xml => tracing.xml} | 9 +--
docs/_docs/images/trace_in_zipkin.png | Bin 0 -> 120344 bytes
docs/_docs/monitoring-metrics/tracing.adoc | 86 +++++++++++++++++++++
docs/_docs/setup.adoc | 25 ++++--
10 files changed, 223 insertions(+), 18 deletions(-)
create mode 100644 docs/_docs/clustering/running-client-nodes-behind-nat.adoc
create mode 100644
docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/Discovery.java
create mode 100644
docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/Tracing.java
copy docs/_docs/code-snippets/xml/{on-heap-cache.xml => client-behind-nat.xml}
(83%)
copy docs/_docs/code-snippets/xml/{mvcc.xml => tracing.xml} (81%)
create mode 100644 docs/_docs/images/trace_in_zipkin.png
create mode 100644 docs/_docs/monitoring-metrics/tracing.adoc