Jonathan Wei
|
80419752b5
|
Add metamx emitter, http clients, and metrics packages to druid java-util (#5289)
* Add metamx java-util emitter, http clients, and metrics packages to druid java-util
* Remove metamx java-util from pom.xml files
* Checkstyle fixes
* Import fix
* TeamCity inspection fixes
* Use slf4j, move some version defs to master pom.xml
* Use parent jvm-attach-api and maven-surefire-plugin versions
* Add ] to log msg, suppress inspection
|
2018-01-24 22:10:36 +01:00 |
|
Roman Leventov
|
8877ce38d6
|
Enforce modifier order with Checkstyle (#5246)
|
2018-01-11 09:50:42 +01:00 |
|
chaoqiang
|
b34d471aa2
|
Fix StatsD Emitter with blank character (#5044)
* fix equalDistribution worker select strategy
* replace anonymous Comparator
* keep previous version sorting comment
* fix code style
* update comment
* move JsonProperty
* fix statsD emitter with blank character
|
2017-11-16 11:12:24 -08:00 |
|
Roman Leventov
|
e267f3901b
|
Enforce Indentation with Checkstyle (#4799)
|
2017-09-21 13:06:48 -07:00 |
|
Roman Leventov
|
cbd1902db8
|
Add forbidden-apis plugin; prohibit using system time zone (#4611)
* Forbidden APIs WIP
* Remove some tests
* Restore io.druid.math.expr.Function
* Integration tests fix
* Add comments
* Fix in SimpleWorkerProvisioningStrategy
* Formatting
* Replace String.format() with StringUtils.format() in RemoteTaskRunnerTest
* Address comments
* Fix GroupByMultiSegmentTest
|
2017-08-21 13:02:42 -07:00 |
|
Jason Banich
|
117c698c59
|
Update StatsDEmitter.java (#4111)
This was mentioned in the original pull (https://github.com/druid-io/druid/pull/2410) by @sascha-coenen, and the original author (@michaelschiff) agreed that it seemed reasonable
This commit fixes issue https://github.com/druid-io/druid/issues/3960
|
2017-03-27 10:32:21 -07:00 |
|
michaelschiff
|
e5fb0e1ff5
|
New property for each metric that tells the StatsDEmitter to convert metric values from range 0-1 to 0-100. This (#3936)
prevents rates and percentages expressed as Doubles (0.xx) from being rounded down to 0.
|
2017-02-16 13:55:56 -08:00 |
|
Jihoon Son
|
d80bec83cc
|
Enable auto license checking (#3836)
* Enable license checking
* Clean duplicated license headers
|
2017-01-10 18:13:47 -08:00 |
|
Akash Dwivedi
|
4b3bd8bd63
|
Migrating java-util from Metamarkets. (#3585)
* Migrating java-util from Metamarkets.
* checkstyle and updated license on java-util files.
* Removed unused imports from whole project.
* cherry pick metamx/java-util@826021f.
* Copyright changes on java-util pom, address review comments.
|
2016-10-21 14:57:07 -07:00 |
|
michaelschiff
|
2203a812bc
|
statsd-emitter (#2410)
|
2016-04-28 18:41:02 -07:00 |
|