class GroovyDslMetricSet
A MetricSet
implementation that parses a Groovy DSL of Metric definitions.
The filename passed into the constructor is interpreted relative to the classpath.
Note that this class attempts to read the file and parse the Groovy from within the constructor.
Constructor and description |
---|
GroovyDslMetricSet
(String path) Construct a new instance on the specified Groovy DSL MetricSet file path |
Construct a new instance on the specified Groovy DSL MetricSet file path
path
- - the path to the Groovy DSL MetricSet definition file, relative to the classpath; must not be empty or null