Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-6687

JFR extension not capturing Quarkus application runtime data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • 3.27.NEXT
    • 3.26.0.ER1, 3.26.3.ER2, 3.27.0.ER1
    • team/eng
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • Hide
      1. git clone -b jfr-reproducer git@github.com:jedla97/quarkus-reproducers.git -Dmaven.repo.local=/home/jjedlick/work/quarkus-reproducers/rh-quarkus-platform-3.27.0.GA-maven-repository/maven-repository -Dquarkus.platform.group-id=com.redhat.quarkus.platform -Dquarkus.platform.version=3.27.0.temporary-redhat-00003
      2. quarkus dev -Djvm.args="-XX:StartFlightRecording=filename=myrecording.jfr"
      3. jfr summary myrecording.jfr | grep quarkus.

      The result should be:

       quarkus.runtime                             0             0
       quarkus.application                         0             0
       quarkus.extension                           0             0

      Show
      git clone -b jfr-reproducer git@github.com:jedla97/quarkus-reproducers.git -Dmaven.repo.local=/home/jjedlick/work/quarkus-reproducers/rh-quarkus-platform-3.27.0.GA-maven-repository/maven-repository -Dquarkus.platform.group-id=com.redhat.quarkus.platform -Dquarkus.platform.version=3.27.0.temporary-redhat-00003 quarkus dev -Djvm.args="-XX:StartFlightRecording=filename=myrecording.jfr" jfr summary myrecording.jfr | grep quarkus. The result should be:  quarkus.runtime                             0             0  quarkus.application                         0             0  quarkus.extension                           0             0
    • ---

      The QUARKUS-6552 introduced the ability to capture the quarkus.extension , quarkus.runtime , quarkus.application values. These values should be captured at the start of the application or at least before the end of application. This is not happening and the quarkus.extension , quarkus.runtime , quarkus.application are registered, but the values are not captured.

      More deep dive information are described on upstream Quarkus issue https://github.com/quarkusio/quarkus/issues/50392

              paul.robinson@redhat.com Paul Robinson
              jjedlick@redhat.com Jakub Jedlicka
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: