You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add option to display partition stats
* Sonarcloud updates
* Add view cache on Cache tab
* Initial version of tracer support
* Add service and proxy probes
* add federation and elastic data probes
***Commercial Editions**: 14.1.1.2206.x, 14.1.1.0.x, 12.2.1.5.x, 12.2.1.4.x 12.1.3.x and 12.1.2.x
38
39
@@ -192,6 +193,57 @@ Depending upon the edition and functionality you are using, the following option
192
193
***gRPC Proxies** – If your cluster is configured with gRPC Proxies, this tab displays information about the requests sent and received as well as successful and failed requests. A Graph of message rates and durations is also displayed. This tab will only show when connected via JMX and is not supported for REST connections. See [here](https://github.com/oracle/coherence-visualvm/blob/main/help/help.adoc#GrpcProxyTableModel) for more details.
193
194
***Health** – If your cluster supports the Health Check API, this tab displays information regarding the status of all health endpoints. See [here](https://github.com/oracle/coherence-visualvm/blob/main/help/help.adoc#HealthSummaryTableModel) for more details.
194
195
196
+
## <aid="tracer"></a> Using Coherence with the Tracer framework
197
+
198
+
Version 1.7.0 of the Coherence VisualVM Plugin introduces initial integration with the VisualVM Tracer framework.
199
+
200
+
From the VisualVM website
201
+
202
+
> The VisualVM Tracer framework provides detailed monitoring and analyzing Java applications. Using various probes,
203
+
> the Tracer gathers metrics from an application and displays the data in a timeline. The data are
204
+
> displayed both graphically and in a table and can be exported to common formats for further processing
205
+
> by external tools.
206
+
207
+
When you connect to a cluster via JMX, you will see the `Tracer` tab as shown below:
0 commit comments