Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.MetricDescription.MetricDescription ( String  metricId)

Constructor.

Parameters
metricId- main ID of the metric. Metric will be stored under this ID in DB

Definition at line 27 of file MetricDescription.java.

27  {
28  this.id = metricId;
29  }