[hawkular/hawkular-metrics] 8f88d2: [HWKMETRICS-317] Fix method names to match purpose...
by Stefan Negrea
Branch: refs/heads/HWKMETRICS-317
Home: https://github.com/hawkular/hawkular-metrics
Commit: 8f88d28c913f867ef74f9f1c65620850395e8a62
https://github.com/hawkular/hawkular-metrics/commit/8f88d28c913f867ef74f9...
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M api/diff.txt
M api/metrics-api-jaxrs-1.1/src/main/java/org/hawkular/metrics/api/jaxrs/handler/AvailabilityHandler.java
M api/metrics-api-jaxrs-1.1/src/main/java/org/hawkular/metrics/api/jaxrs/handler/CounterHandler.java
M api/metrics-api-jaxrs-1.1/src/main/java/org/hawkular/metrics/api/jaxrs/handler/GaugeHandler.java
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/AvailabilityHandler.java
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/CounterHandler.java
M api/metrics-api-jaxrs/src/main/java/org/hawkular/metrics/api/jaxrs/handler/GaugeHandler.java
Log Message:
-----------
[HWKMETRICS-317] Fix method names to match purpose.
10 years, 6 months
[hawkular/hawkular] 39f282: Move calls to (bucketed) metrics all to MetricsSer...
by Mike Thompson
Branch: refs/heads/master
Home: https://github.com/hawkular/hawkular
Commit: 39f282853f5f33e2ef3da65220c69d1584643e57
https://github.com/hawkular/hawkular/commit/39f282853f5f33e2ef3da65220c69...
Author: Alexandre Mendonça <amendonca(a)redhat.com>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerWebDetails.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAvailability.ts
M console/src/main/scripts/plugins/metrics/ts/services/metricsService.ts
M console/src/main/scripts/plugins/metrics/ts/urlList.ts
Log Message:
-----------
Move calls to (bucketed) metrics all to MetricsService
Non-bucketed calls are still not moved as it needs further changes. Also
moved all calls to formatBucketedChartOutput to use method from service.
Commit: 59fda54b121669f5b8343858adfe2bea29ba5af6
https://github.com/hawkular/hawkular/commit/59fda54b121669f5b8343858adfe2...
Author: Mike Thompson <mtho11(a)users.noreply.github.com>
Date: 2015-10-20 (Tue, 20 Oct 2015)
Changed paths:
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerDatasourcesDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerJvmDetails.ts
M console/src/main/scripts/plugins/metrics/ts/app-details/appServerWebDetails.ts
M console/src/main/scripts/plugins/metrics/ts/metricsAvailability.ts
M console/src/main/scripts/plugins/metrics/ts/services/metricsService.ts
M console/src/main/scripts/plugins/metrics/ts/urlList.ts
Log Message:
-----------
Merge pull request #586 from ammendonca/HWK-METRICS-SERVICE
Move calls to (bucketed) metrics all to MetricsService
Compare: https://github.com/hawkular/hawkular/compare/adde8817ce82...59fda54b1216
10 years, 6 months