Package com.mendix.metrics
Interface Sets
Deprecated.
We don't support Sets anymore. This interface will be removed in Mendix 11.
Sets report the number of unique elements that are received in a flush period.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.void
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.void
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.void
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.
-
Method Details
-
insert
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.- Parameters:
bucket
- name of the setvalue
- value to track
-
insert
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.- Parameters:
bucket
- name of the setvalue
- value to tracksampleRate
- percentage of set metric to be sent
-
insert
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.- Parameters:
bucket
- name of the setvalue
- value to tracktags
- map of tags to be added to the data
-
insert
Deprecated.Inserts the value into a set of unique values until the underlying implementation flushes again.- Parameters:
bucket
- name of the setvalue
- value to tracksampleRate
- percentage of set metric to be senttags
- map of tags to be added to the data
-