aboutsummaryrefslogtreecommitdiffstats
path: root/simplemetrics
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-292-7/+3
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* fix merge bugArne Juul2019-05-162-4/+41
| | | | * avoid using empty metric's value as input to max() and min()
* Nonfunctional changes onlyJon Bratseth2019-03-268-17/+17
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+308
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-308/+0
|
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+320
|
* Move all importing to model-integrationJon Bratseth2018-11-221-1/+1
|
* Nonfunctional changes onlyJon Bratseth2018-10-051-1/+1
|
* Add bundleJon Bratseth2018-08-301-1/+3
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+4
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-4/+0
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-3/+1
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+6
|
* Merge pull request #3382 from vespa-engine/bratseth/support-error-removalArne H Juul2017-09-132-22/+25
|\ | | | | Bratseth/support error removal
| * Nonfunctional changes onlyJon Bratseth2017-09-112-22/+25
| |
* | Expose HdrHistogram in test scope instead of provided for users.gjoranv2017-09-111-1/+0
|/ | | | | | - It's not provided runtime, but we should consider doing so, as simplemetric:UntypedMetric exposes a public method that returns an org.HdrHistogram.DoubleHistogram.
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* add minimal README filesArne H Juul2017-06-191-0/+1
|
* Update copyright headersJon Bratseth2017-06-1433-31/+33
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1433-33/+31
|
* Update copyright headersJon Bratseth2017-06-1433-31/+33
|
* Revert "Copyright header"Jon Bratseth2017-06-1333-33/+31
|
* Copyright headerJon Bratseth2017-06-1333-31/+33
|
* forget metrics more than 4 hours oldArne H Juul2017-05-252-11/+44
|
* disallow warningsArne H Juul2017-04-241-3/+2
|
* Accidental checking of file.Arnstein Ressem2017-02-241-2/+0
|
* Remove references to non public api packages.Arnstein Ressem2017-02-242-6/+6
|
* add logging of key clashesArne H Juul2016-11-081-2/+14
|
* simplifyArne H Juul2016-11-081-7/+4
|
* use emptyPoint instead of null where applicable.Arne H Juul2016-11-081-3/+3
| | | | | * also, expected sizes should reflect that we probably want to add a dimension or two when creating a PointBuilder.
* avoid keeping null Point around, use emptyPoint insteadArne H Juul2016-11-084-19/+11
|
* add canonical empty PointArne H Juul2016-11-081-0/+5
|
* add unit test exposing bug in conversion, and a minimal fixArne H Juul2016-11-082-3/+57
|
* use simpler MockReceiver in unit testsArne H Juul2016-11-032-14/+16
|
* make a simple mock for unit testingArne H Juul2016-11-031-0/+23
|
* make available map for a metric name (for unit testing)Arne H Juul2016-11-031-0/+10
|
* if something is wrong, log warning about the problematic objectArne H Juul2016-11-031-2/+2
|
* better toString for debuggingArne H Juul2016-11-031-0/+20
|
* change default report period to 60sArne H Juul2016-09-301-1/+1
|
* Added NullGauge in metrics.simple to avoid having to re-create null ↵valerijf2016-09-292-3/+22
| | | | implementation in wrappers
* Treat null context and empty context the sameJon Bratseth2016-08-241-5/+4
|