Skip to content
  • There are no suggestions because the search field is empty.

Exposing DataHub tunnel usage as a data point

Is it possible to expose the Tunnel usage statistics seen in the "View Connections" Dialog as data points in the DataHub?

Yes, in newer versions of the DataHub (starting with 7.3), there is a get_clients_stats() method available to expose the statistics information via a DataHub script.

The attached ClientInfo.g script shows a sample of how this can be done.