Hello,

I am happy to announce release 0.24.0 of Hawkular Metrics. This release is anchored by a new tag query language and general stability improvements.

Here is a list of major changes:

           a1 = 'bcd' OR a2 != 'efg'
           a1='bcd' OR a2!='efg'
           a1 = efg AND ( a2 = 'hijk' OR a2 = 'xyz' )
           a1 = 'efg' AND ( a2 IN ['hijk', 'xyz'] )
           a1 = 'efg' AND a2 NOT IN ['hijk']
           a1 = 'd' OR ( a1 != 'ab' AND ( c1 = '*' ) )
           a1 OR a2
           NOT a1 AND a2
           a1 = 'a' AND NOT b2
           a1 = a AND NOT b2

Hawkular Alerting - Included

Hawkular Metrics Clients


Release Links

Github Release: https://github.com/hawkular/hawkular-metrics/releases/tag/0.24.0

JBoss Nexus Maven artifacts:
http://origin-repository.jboss.org/nexus/content/repositories/public/org/hawkular/metrics/

Jira release tracker:
https://issues.jboss.org/projects/HWKMETRICS/versions/12332966


A big "Thank you" goes to John Sanda, Matt Wringe, Michael Burman, Joel Takvorian, Jay Shaughnessy, Lucas Ponce, and Heiko Rupp for their project contributions.

Thank you,
Stefan Negrea