Skip navigation links

Package net.openhft.chronicle.core.analytics

Provides functionality for reporting analytics to an upstream receiver, primarily Google Analytics.

See: Description

Package net.openhft.chronicle.core.analytics Description

Provides functionality for reporting analytics to an upstream receiver, primarily Google Analytics.

The AnalyticsFacade is an interface which is designed to provide a means for libraries to report analytics to an upstream receiver. It provides a best-effort mechanism for propagating events to Google Analytics. This interface has methods for sending events with or without additional parameters and also for enabling or disabling analytics reporting.

Furthermore, it has an internal builder that can be used to build an instance of AnalyticsFacade with custom configurations like frequency limits, custom loggers for error and debug messages, custom URL for Google Analytics, and more.

This package is part of the Chronicle Core library which provides utilities and low-level support for higher-level components.

See Also:
AnalyticsFacade
Skip navigation links

Copyright © 2024. All rights reserved.