[hawkular/hawkular-metrics] 27d038: Development 0.23.0-SNAPSHOT
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: 27d038df429f4056141f4d67bd51376659b3bde2
https://github.com/hawkular/hawkular-metrics/commit/27d038df429f4056141f4...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M alerting/alerter-war/pom.xml
M alerting/alerting-jar/pom.xml
M alerting/pom.xml
M api/metrics-api-jaxrs/pom.xml
M api/metrics-api-util/pom.xml
M bus/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/hawkular-openshift-security-filter/pom.xml
M containers/pom.xml
M core/configuration-service/pom.xml
M core/datetime-service/pom.xml
M core/metrics-core-service/pom.xml
M core/metrics-model/pom.xml
M core/rx-java-driver/pom.xml
M core/schema/pom.xml
M data-generator/pom.xml
M dist/component/component-ear/pom.xml
M dist/component/component-war/pom.xml
M dist/containers/hawkular-metrics-openshift-alerting/pom.xml
M dist/containers/hawkular-metrics-openshift-dist/pom.xml
M dist/containers/hawkular-metrics-openshift/pom.xml
M dist/pom.xml
M dist/standalone/standalone-ear/pom.xml
M dist/standalone/standalone-war/pom.xml
M dist/standalone/wildfly-standalone/pom.xml
M integration-tests/jmh-benchmark/pom.xml
M integration-tests/load-tests/pom.xml
M integration-tests/metrics-api-jaxrs-test/pom.xml
M integration-tests/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs/pom.xml
M job-scheduler/pom.xml
M pom.xml
Log Message:
-----------
Development 0.23.0-SNAPSHOT
8 years, 10 months
[hawkular/hawkular-metrics] 43cdb1: Release 0.22.0.Final
by Stefan Negrea
Branch: refs/heads/release/0.22.0
Home: https://github.com/hawkular/hawkular-metrics
Commit: 43cdb1526cc213bf55243c100c58070fd4a45bce
https://github.com/hawkular/hawkular-metrics/commit/43cdb1526cc213bf55243...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2016-12-05 (Mon, 05 Dec 2016)
Changed paths:
M alerting/alerter-war/pom.xml
M alerting/alerting-jar/pom.xml
M alerting/pom.xml
M api/metrics-api-jaxrs/pom.xml
M api/metrics-api-util/pom.xml
M bus/pom.xml
M clients/common/pom.xml
M clients/pom.xml
M clients/ptranslator/pom.xml
M containers/hawkular-openshift-security-filter/pom.xml
M containers/pom.xml
M core/configuration-service/pom.xml
M core/datetime-service/pom.xml
M core/metrics-core-service/pom.xml
M core/metrics-model/pom.xml
M core/rx-java-driver/pom.xml
M core/schema/pom.xml
M data-generator/pom.xml
M dist/component/component-ear/pom.xml
M dist/component/component-war/pom.xml
M dist/containers/hawkular-metrics-openshift-alerting/pom.xml
M dist/containers/hawkular-metrics-openshift-dist/pom.xml
M dist/containers/hawkular-metrics-openshift/pom.xml
M dist/pom.xml
M dist/standalone/standalone-ear/pom.xml
M dist/standalone/standalone-war/pom.xml
M dist/standalone/wildfly-standalone/pom.xml
M integration-tests/jmh-benchmark/pom.xml
M integration-tests/load-tests/pom.xml
M integration-tests/metrics-api-jaxrs-test/pom.xml
M integration-tests/pom.xml
M integration-tests/rest-tests-jaxrs-dist/pom.xml
M integration-tests/rest-tests-jaxrs/pom.xml
M job-scheduler/pom.xml
M pom.xml
Log Message:
-----------
Release 0.22.0.Final
8 years, 10 months
[hawkular/hawkular-metrics] e787cc: [HWKMETRICS-550] persist internally collected metr...
by Stefan Negrea
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular-metrics
Commit: e787ccebd0f4f66d0c1fe4936b7047c64ea80af0
https://github.com/hawkular/hawkular-metrics/commit/e787ccebd0f4f66d0c1fe...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-11-28 (Mon, 28 Nov 2016)
Changed paths:
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M api/metrics-api-util/src/main/java/org/hawkular/metrics/api/jaxrs/config/ConfigurationKey.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/DropWizardReporter.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricNameService.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricsInitializer.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
M core/metrics-model/src/main/java/org/hawkular/metrics/model/Metric.java
Log Message:
-----------
[HWKMETRICS-550] persist internally collected metrics
THis commit adds support for persisting internally collected metrics provided
that they follow the naming scheme specified in MetricNameService.
Commit: eb00ca02ea6aac9f63b120cc952765f26c447e26
https://github.com/hawkular/hawkular-metrics/commit/eb00ca02ea6aac9f63b12...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-11-28 (Mon, 28 Nov 2016)
Changed paths:
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/DropWizardReporter.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricNameService.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricsInitializer.java
Log Message:
-----------
[HWKMETRICS-550] license header
Commit: 16ff72b544ea77bf301151ba7242668795e775a7
https://github.com/hawkular/hawkular-metrics/commit/16ff72b544ea77bf30115...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-11-28 (Mon, 28 Nov 2016)
Changed paths:
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
Log Message:
-----------
[HWKMETRICS-550] checkstyle fix
Commit: c474d6c1d02eaedc73bf1322d87621362c835972
https://github.com/hawkular/hawkular-metrics/commit/c474d6c1d02eaedc73bf1...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-11-28 (Mon, 28 Nov 2016)
Changed paths:
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricNameService.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricsInitializer.java
Log Message:
-----------
[HWKMETRICS-550] change tenant id and add component tag
The idea with the component tag is to be able to identify and group metrics
belonging to different components such as hawkular-metrics, hawkular-alerts, or
the datastax driver.
Commit: 3180eb58c50c76487a546ac7a8b2d1e6c9cae506
https://github.com/hawkular/hawkular-metrics/commit/3180eb58c50c76487a546...
Author: John Sanda <jsanda(a)redhat.com>
Date: 2016-11-28 (Mon, 28 Nov 2016)
Changed paths:
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
Log Message:
-----------
[HWKMETRICS-550] checkstyle
Commit: 21ce69b7cfb9cbb24340eb4633373c51b7a1a37a
https://github.com/hawkular/hawkular-metrics/commit/21ce69b7cfb9cbb24340e...
Author: Stefan Negrea <stefannegrea(a)users.noreply.github.com>
Date: 2016-12-02 (Fri, 02 Dec 2016)
Changed paths:
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/MetricsServiceLifecycle.java
M api/metrics-api-util/src/main/java/org/hawkular/metrics/api/jaxrs/config/ConfigurationKey.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/DropWizardReporter.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricNameService.java
A core/metrics-core-service/src/main/java/org/hawkular/metrics/core/dropwizard/MetricsInitializer.java
M core/metrics-core-service/src/main/java/org/hawkular/metrics/core/service/MetricsServiceImpl.java
M core/metrics-model/src/main/java/org/hawkular/metrics/model/Metric.java
Log Message:
-----------
Merge pull request #698 from jsanda/hwkmetrics-550
[HWKMETRICS-550] persist internally collected metrics
Compare: https://github.com/hawkular/hawkular-metrics/compare/4ad3f3a1417d...21ce6...
8 years, 10 months