All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.engineblock.extensions.scriptingmetrics.scriptingmetrics.md Maven / Gradle / Ivy

There is a newer version: 2.12.65
Show newest version
scriptingmetrics extension
==========================

This extensions allows you to create and update metrics
that are visible to engineblock from your scripting environment.

### Example
~~~
var mygauge= scriptingmetrics.newGauge("mygaugename", 1.0);
...
mygauge.update(5.3);
...
~~~

Any such metric will be available in the runtime as a standard metric. For now, only gauges are supported, but others may be added as needed.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy