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

Add support for collectorNamePattern in config and JavaAgent #760

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 23, 2022

  1. JavaAgent now uses HttpServer.builder() instead of constructor. Allow…

    …s optional collectorNamePattern to set from Config file to filter metrics.
    
    Signed-off-by: scottselikoff <scott@selikoff.net>
    Selikoff committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    73aee9c View commit details
    Browse the repository at this point in the history
  2. Cleanup and added regex validation

    Signed-off-by: scottselikoff <scott@selikoff.net>
    Selikoff committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b425a01 View commit details
    Browse the repository at this point in the history