Daily Hack #day83 - Retrieving Filtered Metrics from SpringBoot actuator
To retrieve metrics matching specific names, make a GET request to /actuator/prometheus with the includedNames query parameter, as shown in the following curl-based example:
$ curl 'http://localhost:8080/actuator/prometheus?includedNames=jvm_memory_u...
cloudtuned.hashnode.dev1 min read