Tags: galarragas/servo
Tags
Release of 0.10.0 - df0a5aa: Merge pull request Netflix#337 from dmuino/dstypeGauge - 08d2597: Do not set atlas.dstype=gauge for normalized counters - 3ee561b: Merge pull request Netflix#336 from dmuino/formatAtlas - 2edddb7: Indent with 4 spaces
Release of 0.9.4 - 1d1cda8: Merge pull request Netflix#333 from dmuino/fasterSanitation - 4eb48a7: Merge pull request Netflix#334 from dmuino/tomcat - ade64d4: Add bytesReceived to tomcat metrics - e31b908: Only run findbugs for main - ee37ead: Replace regex replaceAll with hand crafted version
Release of 0.9.4-rc.1 - 1d1cda8: Merge pull request Netflix#333 from dmuino/fasterSanitation - 4eb48a7: Merge pull request Netflix#334 from dmuino/tomcat - ade64d4: Add bytesReceived to tomcat metrics - e31b908: Only run findbugs for main - ee37ead: Replace regex replaceAll with hand crafted version
Release of 0.9.3 - f8b996a: Merge pull request Netflix#332 from dmuino/bucketConfig - 067baed: fix formatting - 75c2488: Adds documentation for BucketTimers. Fixes Netflix#321 - 480205d: Merge pull request Netflix#330 from brharrington/guava-16 - 0c74294: update to guava 16 - 2713e13: Merge pull request Netflix#329 from dmuino/jmxPoller - 2169601: JmxMetricPoller uses BasicTagList. - a630ff3: Merge pull request Netflix#328 from samhendley/jmx_metrics_poller_support_tabular_data - 32f9066: wrapping and style fixes - b56b56a: added defaultTags and onlyNumericMetrics flags to JmxMetricPoller - 8b2bc53: add javax.management.openmbean.TabularData support to JmxMetricPoller (Map key is used for tag JmxCompositePath) - 4f348bf: Merge pull request Netflix#327 from dmuino/checks - 7b23e9a: Make PMD and checkstyle fail the build. Fixes for some PMD and checkstyle violations. - c6200df: Merge pull request Netflix#326 from brharrington/example-javadoc - baf4e5f: add verbose flag to javadoc - 5024e05: Update check tasks: avoid running pmd and checkstlye on tests and jsr166e code. - 11a560a: Merge pull request Netflix#325 from brharrington/atlas-example - b48f2e9: update readme on running example - 1dd3bee: Merge remote-tracking branch 'nflx/master' into atlas-example - 8cc3e99: update example to support atlas observer - ed76308: Merge pull request Netflix#324 from dmuino/servoAtlas - bf62e42: Sanitize metric values. - 8cd64bf: Merge pull request Netflix#323 from dmuino/servoAtlas - fd1f4ab: Remove the step parameter since the atlas backend will ignore it. - 39c994a: Add a servo-atlas project providing an observer that can send metrics to atlas.
Release of 0.9.3-rc.2 - 480205d: Merge pull request Netflix#330 from brharrington/guava-16 - 0c74294: update to guava 16 - 2713e13: Merge pull request Netflix#329 from dmuino/jmxPoller - 2169601: JmxMetricPoller uses BasicTagList. - a630ff3: Merge pull request Netflix#328 from samhendley/jmx_metrics_poller_support_tabular_data - 32f9066: wrapping and style fixes - b56b56a: added defaultTags and onlyNumericMetrics flags to JmxMetricPoller - 8b2bc53: add javax.management.openmbean.TabularData support to JmxMetricPoller (Map key is used for tag JmxCompositePath) - 4f348bf: Merge pull request Netflix#327 from dmuino/checks - 7b23e9a: Make PMD and checkstyle fail the build. Fixes for some PMD and checkstyle violations. - c6200df: Merge pull request Netflix#326 from brharrington/example-javadoc - baf4e5f: add verbose flag to javadoc - 5024e05: Update check tasks: avoid running pmd and checkstlye on tests and jsr166e code. - 11a560a: Merge pull request Netflix#325 from brharrington/atlas-example - b48f2e9: update readme on running example - 1dd3bee: Merge remote-tracking branch 'nflx/master' into atlas-example - 8cc3e99: update example to support atlas observer - ed76308: Merge pull request Netflix#324 from dmuino/servoAtlas - bf62e42: Sanitize metric values. - 8cd64bf: Merge pull request Netflix#323 from dmuino/servoAtlas - fd1f4ab: Remove the step parameter since the atlas backend will ignore it. - 39c994a: Add a servo-atlas project providing an observer that can send metrics to atlas.
Release of 0.9.3-rc.1 - 4f348bf: Merge pull request Netflix#327 from dmuino/checks - 7b23e9a: Make PMD and checkstyle fail the build. Fixes for some PMD and checkstyle violations. - c6200df: Merge pull request Netflix#326 from brharrington/example-javadoc - baf4e5f: add verbose flag to javadoc - 5024e05: Update check tasks: avoid running pmd and checkstlye on tests and jsr166e code. - 11a560a: Merge pull request Netflix#325 from brharrington/atlas-example - b48f2e9: update readme on running example - 1dd3bee: Merge remote-tracking branch 'nflx/master' into atlas-example - 8cc3e99: update example to support atlas observer - ed76308: Merge pull request Netflix#324 from dmuino/servoAtlas - bf62e42: Sanitize metric values. - 8cd64bf: Merge pull request Netflix#323 from dmuino/servoAtlas - fd1f4ab: Remove the step parameter since the atlas backend will ignore it. - 39c994a: Add a servo-atlas project providing an observer that can send metrics to atlas.
Release of 0.9.1 - bf91263: remove redundant throws. no longer supported in checkstlye 6.2 - 15060a3: Merge pull request Netflix#317 from dmuino/tagList - ac39873: Use binarySearch over the sorted array instead of hash lookup for SmallTagMap - 9906be9: Better implementation of SmallTagMap that avoids creating a HashSet when equals is called. - 3e6ebfc: This fixes Netflix#316. SmallTagMap#equals was not thread safe - a132024: Merge pull request Netflix#314 from copperlight/patch-readme - 67d9949: RATEs are really COUNTERs - d72cdc3: Merge pull request Netflix#313 from copperlight/add-poller-readmes - eb124c3: add READMEs
Release of 0.9.0 - 71203a4: Merge pull request Netflix#312 from dmuino/tomcat - 4e80a27: Only add metrics if the threadpool/executor is used. Better naming - d42ee9c: Add extra executor attributes. Normalize metric names - c1e4f07: Fix some pmd and checkstyle warnings - 35083fc: Add servo-tomcat subproject: generate metrics related to tomcat - 18023cc: Merge pull request Netflix#309 from kafkapre/kafkapre-graphiteMonitorConsidersStatisticTag - 1a7e7c1: Tag with key "statistic" is propagated in namespace - e48ce32: Revert to original GraphiteMetricObserver - 392ae60: Merge pull request Netflix#311 from sslavic/310 - 7e58a94: Logging warning when mbean query doesn't match any mbeans in JmxMetricPoller poll - 6ff59f7: Tag with key "statistic" is propagated in namespace of grapthite when data are sent - 46e8003: Merge pull request Netflix#306 from adriancole/adrian.jmx-race - 4556673: Removes race condition in JmxMonitorRegistry.register
PreviousNext