We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IStatisticsProvider
getName()
getGroup()
getStatistics()
StatisticsService
registerStatisticsProvider(IStatisticsProvider)
IStatisticsProvider[] getStatisticsProviders()
StatisticsProvider->getStatisticsProviders()
This cleantup and enhancement would also open the door to allowing third party apps to register their own statistics providers in the future.
The text was updated successfully, but these errors were encountered:
getAppsInfo()
serverinfo
No branches or pull requests
IStatisticsProvider
interfacegetName()
to retrieve the name of the key to publish the statistics undergetGroup()
to retrieve the name of the group key to publish the statistics undergetStatistics()
returns the stats to retrieveStatisticsService
registerStatisticsProvider(IStatisticsProvider)
IStatisticsProvider[] getStatisticsProviders()
StatisticsProvider->getStatisticsProviders()
and iterate and compile the statsIStatisticsProvider
This cleantup and enhancement would also open the door to allowing third party apps to register their own statistics providers in the future.
The text was updated successfully, but these errors were encountered: