Skip to content

Instantly share code, notes, and snippets.

@koduki
Created December 6, 2019 10:44
Show Gist options
  • Save koduki/c222303603ac66cf2e09a3646e2c0f1e to your computer and use it in GitHub Desktop.
Save koduki/c222303603ac66cf2e09a3646e2c0f1e to your computer and use it in GitHub Desktop.
Micro Profile Metricsの値をプログラムで取得
// 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