Package com.mendix.metrics
Interface Counters
public interface Counters
Counters count occurrences of an event.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.voidAdjusts the specified counter by a given delta.
-
Method Details
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter by
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be sent
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bytags- map of tags to be added to the data
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be senttags- map of tags to be added to the data
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter by
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be sent
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bytags- map of tags to be added to the data
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be senttags- map of tags to be added to the data
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter by
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be sent
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bytags- map of tags to be added to the data
-
count
Adjusts the specified counter by a given delta.- Parameters:
bucket- name of the counter to adjustdelta- amount to adjust the counter bysampleRate- percentage of count metric to be senttags- map of tags to be added to the data
-