Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.services.MetricService Interface Reference

Service gives an ability to create and describe metrics, save metric values. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.services.MetricService:

Public Member Functions

void createMetric (MetricDescription metricDescription)
 Creates metric. More...
 
void flush ()
 Writes all values to file system. More...
 
void saveValue (String metricId, Number value)
 Saves metric value during test run. More...
 
void saveValue (String metricId, Number value, long timeStamp)
 Saves metric value with specific timestamp during test run. More...
 
- Public Member Functions inherited from com.griddynamics.jagger.engine.e1.services.JaggerService
boolean isAvailable ()
 Reports if service is available. More...
 

Detailed Description

Service gives an ability to create and describe metrics, save metric values.

Author
Gribov Kirill
Details:

Where this service is available you can find in chapter: Services

Definition at line 12 of file MetricService.java.


The documentation for this interface was generated from the following file: