Skip to content

Scriptable JMX Exporter 0.0.7

Latest
Compare
Choose a tag to compare
@eiiches eiiches released this 24 Jul 00:38
· 153 commits to develop since this release

UPDATE(2020-08-17): 1.0.0-alpha2 is released.
UPDATE(2020-08-10): This release was actually more like a 1.0.0-alpha0 for !java scripting feature. Please use 1.0.0-alpha1 instead.

https://repo1.maven.org/maven2/net/thisptr/scriptable-jmx-exporter/0.0.7/scriptable-jmx-exporter-0.0.7.jar

Features

  • Scripting with Java, powered by Janino compiler.
  • Improved performance.

Incompatible changes since 0.0.5

  • Default port is changed to 9639 from 18090.
  • Default rule (when no other rule is matched) is now !java V1.transform(in, out, "type", V1.snakeCase()) instead of !jq default_transform_v1.

Deprecations

  • jq scripting feature is now deprecated in favor of Java.