Skip to content

Not able to see metrics other than JVM in JDK 11 #67

@ealparslan

Description

@ealparslan

Hello all,
I have a simple Spring Boot application built as a jar which I am running with an embedded tomcat by command
java -jar app.jar (for sure with some java opts)
I used the agent jar and tried with javaagent option. I am able to see metrics on http://localhost:9404/metrics

My problem is, I am only seeing JVM metrics. But my application has hibernate and does JDBC etc. Is there any option or something that I have to enable to see Tomcat and JDBC metrics?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions