class |
BeanProviderType |
For accessing data sets generated directly from a bean class implementing the DataSetGenerator interface
|
class |
CSVProviderType |
For accessing data sets that are the result of loading all the rows of a CSV file.
|
class |
DefaultProviderType |
|
class |
ELSProviderType |
For accessing data sets that are the result of querying an elasticsearch server.
|
class |
KafkaProviderType |
For accessing data sets that are the result of Kafka metrics collection
|
class |
PrometheusProviderType |
For accessing data sets that are the result of a Prometheus Query
|
class |
SQLProviderType |
For accessing data sets defined as an SQL query over an existing data source.
|
class |
StaticProviderType |
For accessing statically registered data set which are created by calling directly to the data set API.
|