Skip to content
New issue

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

PAYARA-3850 Data collection API and sources #4121

Merged
merged 2 commits into from
Aug 6, 2019

Conversation

jbee
Copy link
Contributor

@jbee jbee commented Aug 2, 2019

Synopsis

Introduces a new API to collect monitoring data consisting of two interface:

  • MonitoringDataSource a @Contract implemented by @Service classes that have references to monitoring data in some form
  • MonitoringDataCollector is passed to the sources so they can add any number of data points.

Data points are added in in a collection context that is implicit for the MonitoringDataCollector and can be extended using its tag method to create a new extended collection context.

The majority of actual code are the implementations of the MonitoringDataSources where the different services add their information to the collection.

More details can be found in the design document https://payara.atlassian.net/wiki/spaces/PAYAR/pages/870055939/Payara+Monitoring+Console+Design

@jbee
Copy link
Contributor Author

jbee commented Aug 2, 2019

jenkins test please

@jbee
Copy link
Contributor Author

jbee commented Aug 2, 2019

jenkins test please

@jbee jbee merged commit 06120f6 into payara:master Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants