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

[wip] JFR Event Streaming Support #22

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

eiiches
Copy link
Owner

@eiiches eiiches commented Oct 17, 2021

resolves #21

  • Support custom meters
  • Event sources
    • JMX notification I don't need this when I can just use JFR events. Maybe in another PR in future.
    • JFR event streaming (>= Java 14)
      • Subscribing to multiple event types at once in a single rule (Regex matching)
  • Add examples
    • ZGC Allocation Stall metrics (JFR Event)
    • ZGC pause time metrics (JFR Event)
    • GC time histogram (JMX Notification JFR Event)
    • Allocation Rate (JFR Event)
  • Reorganize commits
  • Update README

@eiiches eiiches changed the title [wip] JMX Notifications and JFR Event Streaming [wip] JFR Event Streaming Support Oct 20, 2021
@eiiches eiiches force-pushed the feature/20211018-jmx-notifs-and-jfr-events branch from c2fd404 to 45be9a3 Compare October 22, 2021 17:22
@eiiches eiiches force-pushed the feature/20211018-jmx-notifs-and-jfr-events branch from 4143131 to b9fb0f0 Compare October 23, 2021 14:42
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.

Support for NotificationEmitter MBeans?
1 participant