Skip to content

Coherence CLI - 1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 06:05
8c50b33

Coherence CLI Release 1.10.0

This is release 1.10.0 of the Coherence Command Line Interface (CLI).

For more information, see the README.

Installing

See here for installation instructions.

Upgrading

If you already have the CLI installed, you can run cohctl version -u to see if you have the latest version.

Getting Started

To get started, visit the Coherence CLI documentation and follow the instructions to install and start using the CLI.

Major New Feature - Start Local Grafana/Prometheus Monitoring Stack

In this release we added the ability to initialize, start and stop a local monitoring stack using Grafana, Prometheus and the latest
Coherence Dashboards. This stack automatically registers clusters running with metrics enabled on ports 9612-> 9619 on your local machine.

Note: You must have docker running on your machine to use this.

To get started:

  • cohctl init monitoring - download the Grafana and Prometheus images, download the Grafana dashboards and intialize the docker compose environment under ~/.cohctl/monitoring directory
  • cohctl start monitoring - Start the monitoring stack and provides you the link to open the dashboards locally
  • To start a local cluster with metrics enabled, run the following: cohctl create cluster -t 9612
  • See the documentation for more details.

Note: If you are running a Coherence version before 14.1.2-0-0 or 25.03, you must set the following
property on each cluster member to emit the new style metrics used by the latest dashboards
-Dcoherence.metrics.legacy.names=false

Other New Features

  • Added the ability to display the node id from cohctl monitor healthwhen using latest coherence patches
  • Added the ability to use -c clusterhost:port to lookup management connection
  • Added the cohctl set cluster command to set attributes across all members of a cluster
  • Added the cohctl get federation-outgoing command to display outgoing connection members

Other Changes / Bugs Fixes

  • Updated to be compatible with latest CE and commercial patches
  • Updated to build with go 1.24.4 as a minimum

Breaking Changes

  • N/A

What's Changed

Full Changelog: 1.9.1...1.10.0