Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
<suppress checks="org.apache.ignite.tools.checkstyle.ClassUsageRestrictionRule"
files="[\\/]internal[\\/]client[\\/]"/>

<suppress checks="org.apache.ignite.tools.checkstyle.ClassUsageRestrictionRule"
files="[\\/]io[\\/]opencensus[\\/]"/>

<suppress checks="org.apache.ignite.tools.checkstyle.ClassUsageRestrictionRule"
files="[\\/]test[\\/]|[\\/]tests[\\/]||[\\/]testframework[\\/]"/>

Expand Down
2 changes: 0 additions & 2 deletions docs/_data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@
url: monitoring-metrics/system-views
- title: Performance Statistics
url: monitoring-metrics/performance-statistics
- title: Tracing
url: monitoring-metrics/tracing
- title: Working with Events
items:
- title: Enabling and Listenting to Events
Expand Down
5 changes: 0 additions & 5 deletions docs/_docs/code-snippets/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>ignite-opencensus</artifactId>
</dependency>
<dependency>
<groupId>io.opencensus</groupId>
<artifactId>opencensus-exporter-trace-zipkin</artifactId>
<version>0.31.1</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

This file was deleted.

45 changes: 0 additions & 45 deletions docs/_docs/code-snippets/xml/tracing.xml

This file was deleted.

2 changes: 0 additions & 2 deletions docs/_docs/key-value-api/transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,4 @@ tab:C++[unsupported]

Refer to the link:monitoring-metrics/new-metrics-system#monitoring-transactions[Monitoring Transactions] section for the list of metrics that expose some transaction-related information.

For the information on how to trace transactions, refer to the link:monitoring-metrics/tracing[Tracing] section.

You can also use the link:tools/control-script#transaction-management[control script] to get information about, or cancel, specific transactions being executed in the cluster.
Loading
Loading