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 JFR streaming metrics gatherer #7886

Merged
merged 18 commits into from
Mar 29, 2023

Commits on Feb 22, 2023

  1. library

    roberttoyonaga committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0796b0d View commit details
    Browse the repository at this point in the history
  2. rename and add tests

    roberttoyonaga committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    954a34a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. minor cleanup

    roberttoyonaga committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    58164d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. undo rename

    roberttoyonaga committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b3252a0 View commit details
    Browse the repository at this point in the history
  2. rename jfr module

    roberttoyonaga committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    43552f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69a914d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    3c5f930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ff711 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. remove groovy tests and use JUnit for agent. Set agent default disabl…

    …ed. Remove test fixtures and put GC tests in test dir
    roberttoyonaga committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    0c631ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb9e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d6c0b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    ef1c054 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. remove unused code

    roberttoyonaga committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    11dd5ad View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update instrumentation/runtime-telemetry-jfr/library/src/test/java/io…

    …/opentelemetry/instrumentation/runtimetelemetryjfr/GenerateDocs.java
    
    Co-authored-by: Mateusz Rzeszutek <[email protected]>
    roberttoyonaga and Mateusz Rzeszutek authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    1473a57 View commit details
    Browse the repository at this point in the history
  2. Update instrumentation/runtime-telemetry-jfr/library/src/main/java/io…

    …/opentelemetry/instrumentation/runtimetelemetryjfr/JfrTelemetryBuilder.java
    
    Co-authored-by: Mateusz Rzeszutek <[email protected]>
    roberttoyonaga and Mateusz Rzeszutek authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    91fefb5 View commit details
    Browse the repository at this point in the history
  3. Update instrumentation/runtime-telemetry-jfr/library/src/main/java/io…

    …/opentelemetry/instrumentation/runtimetelemetryjfr/internal/DurationUtil.java
    
    Co-authored-by: Mateusz Rzeszutek <[email protected]>
    roberttoyonaga and Mateusz Rzeszutek authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f9ccadb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d6eec View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jfr-runtime-metrics-gatherer' of github.com:roberttoyon…

    …aga/opentelemetry-java-instrumentation into jfr-runtime-metrics-gatherer
    roberttoyonaga committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ad9c30e View commit details
    Browse the repository at this point in the history