com.dynatrace.diagnostics.pdk
Interface Metric


public interface Metric

The Interface to define a Metric.


Method Summary
 java.lang.String getDescription()
          Returns the description of the metric.
 java.lang.String getGroup()
          Returns the group of the metric.
 java.lang.String getName()
          Returns the name of the metric.
 java.lang.String getUnit()
          Returns the unit of the metric.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the metric.

Returns:
the name of the metric.

getDescription

java.lang.String getDescription()
Returns the description of the metric.

Returns:
the description of the metric.

getGroup

java.lang.String getGroup()
Returns the group of the metric.

Returns:
the group of the metric.

getUnit

java.lang.String getUnit()
Returns the unit of the metric.

Returns:
the unit of the metric.


Copyright © 2004-2012 dynaTrace software GmbH