Branch: refs/heads/counter-rates
Home:
https://github.com/hawkular/hawkular-metrics
Commit: 3523ac466023ae8b3d7847252734766ffd52e26e
https://github.com/hawkular/hawkular-metrics/commit/3523ac466023ae8b3d784...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2015-06-17 (Wed, 17 Jun 2015)
Changed paths:
M
core/metrics-core-impl/src/main/java/org/hawkular/metrics/core/impl/MetricsServiceImpl.java
M
core/metrics-core-impl/src/test/java/org/hawkular/metrics/core/impl/MetricsServiceITest.java
M task-queue/src/main/java/org/hawkular/metrics/tasks/api/TaskType.java
Log Message:
-----------
[HWKMETRICS-130] do not use hard coded values for task interval/window
Technically hard coded values are still being used, but it is possible to
change them by accessing and modifying MetricsServiceImpl.taskTypes. In the
future we ought to make them configurable vi tenant as well as per metric
configuration settings.