Created
December 6, 2019 10:44
-
-
Save koduki/c222303603ac66cf2e09a3646e2c0f1e to your computer and use it in GitHub Desktop.
Micro Profile Metricsの値をプログラムで取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://download.eclipse.org/microprofile/microprofile-metrics-2.2/microprofile-metrics-spec-2.2.html#_application_metric_registry | |
@Inject | |
@RegistryType(type = MetricRegistry.Type.BASE) | |
MetricRegistry baseRegistry; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment