Package com.mendix.metrics
Interface Timers
Deprecated.
Timers measure the amount of time an operation took to complete, in milliseconds.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
recordExecutionTime
(String bucket, long timeInMs) Deprecated.Records an execution time in milliseconds for the specified named operation.void
recordExecutionTime
(String bucket, long timeInMs, double sampleRate) Deprecated.Records an execution time in milliseconds for the specified named operation.void
recordExecutionTime
(String bucket, long timeInMs, double sampleRate, Map<String, String> tags) Deprecated.Records an execution time in milliseconds for the specified named operation.void
recordExecutionTime
(String bucket, long timeInMs, Map<String, String> tags) Deprecated.Records an execution time in milliseconds for the specified named operation.default void
Deprecated.Convenience method equivalent torecordExecutionTime(String, long)
.default void
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, double)
.default void
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, double, Map)
.default void
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, Map)
.
-
Method Details
-
recordExecutionTime
Deprecated.Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in milliseconds
-
recordExecutionTime
Deprecated.Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondssampleRate
- percentage of time metric to be sent
-
recordExecutionTime
Deprecated.Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondstags
- map of tags to be added to the data
-
recordExecutionTime
Deprecated.Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondssampleRate
- percentage of time metric to be senttags
- map of tags to be added to the data
-
time
Deprecated.Convenience method equivalent torecordExecutionTime(String, long)
. Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in milliseconds
-
time
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, double)
. Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondssampleRate
- percentage of time metric to be sent
-
time
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, Map)
. Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondstags
- map of tags to be added to the data
-
time
Deprecated.Convenience method equivalent torecordExecutionTime(String, long, double, Map)
. Records an execution time in milliseconds for the specified named operation.- Parameters:
bucket
- name of the timed operationtimeInMs
- time in millisecondssampleRate
- percentage of time metric to be senttags
- map of tags to be added to the data
-
Core.metrics()
.Metrics.createTimer(String)
. This interface will be removed in Mendix 11.