[Hawkular-commits] [hawkular/hawkular] 0d2616: Hawkular-854 Console work related to fixing GC ale...

Jay Shaughnessy jshaughn at redhat.com
Mon Dec 14 17:43:53 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hawkular/hawkular
  Commit: 0d2616cae2f9414f13447e112841d8b358e383e7
      https://github.com/hawkular/hawkular/commit/0d2616cae2f9414f13447e112841d8b358e383e7
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/html/directives/alert-summary.html
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts

  Log Message:
  -----------
  Hawkular-854 Console work related to fixing GC alerting

*** Requires HWKALERTS-111 work before it can be merged ***


  Commit: 76d5aba15ef189207ad9ff9e47263108f035e1c4
      https://github.com/hawkular/hawkular/commit/76d5aba15ef189207ad9ff9e47263108f035e1c4
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts

  Log Message:
  -----------
  Fix dampening issue. I noticed that when the user select "Alert on each
occurrence" we weren't really doing that.  We using STRICT_TIME(1ms), which
is a stupid thing to do as it forces *2* true evaluations, not just 1. The
first starts the timer and the second confirms that it's been true for over
the time setting (in this case 1ms).

Now we use Strict(1) which gives us true alerting on a single occurrence.


  Commit: 0c313ac66f24636c1438f3637a7199f142e3f1a0
      https://github.com/hawkular/hawkular/commit/0c313ac66f24636c1438f3637a7199f142e3f1a0
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M dist/src/main/resources/wildfly/patches/standalone.xsl

  Log Message:
  -----------
  Add the inifinispan caches now required for the alerts version needed
for this enhancement.


  Commit: b3877bd49d92f23d95c03e8bb763662b90aa8cc3
      https://github.com/hawkular/hawkular/commit/b3877bd49d92f23d95c03e8bb763662b90aa8cc3
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  - Move to alerts 0.7.0.Final to support fix to GC alerting (which depends on
the new RateCondition feature in Alerts).
- Move to bus 0.7.3.Final (from 0.7.3 srcdep) to support hawkular release


  Commit: 7ea768d9b51433b43457e1bc17f6d51e3a9ad49b
      https://github.com/hawkular/hawkular/commit/7ea768d9b51433b43457e1bc17f6d51e3a9ad49b
  Author: Jay Shaughnessy <jshaughn at redhat.com>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M console/src/main/scripts/plugins/metrics/html/directives/alert-summary.html
    M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/appServerDetails.ts
    M console/src/main/scripts/plugins/metrics/ts/services/alertsManager.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/availabilityTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeByPercentTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/rangeTrigger.ts
    M console/src/main/scripts/plugins/metrics/ts/triggers/thresholdTrigger.ts
    M dist/src/main/resources/wildfly/patches/standalone.xsl
    M pom.xml

  Log Message:
  -----------
  Merge pull request #714 from jshaughn/hawkular-854

Hawkular 854


Compare: https://github.com/hawkular/hawkular/compare/d0ae0acdc810...7ea768d9b514


More information about the hawkular-commits mailing list