Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
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:
Inheritance graph
[legend]

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

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