summaryrefslogtreecommitdiffstats
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Remove declaration of unused plugin.gjoranv2018-08-241-17/+0
|
* Use anonymous namespaceHenning Baldersheim2018-08-151-1/+3
|
* Avoid gcc 8 var-tracking-size-limit exceed warningHenning Baldersheim2018-08-151-12/+10
|
* Remove whitespaceHenning Baldersheim2018-08-121-1/+1
|
* Remove extra whitespaceHenning Baldersheim2018-08-123-6/+6
|
* Pass stringref by valueHenning Baldersheim2018-08-1113-28/+28
|
* Pass stringref by valueHenning Baldersheim2018-08-101-1/+1
|
* Remove stringref::c_str()Tor Brede Vekterli2018-07-252-2/+2
| | | | | | | | | | | | | The expected semantics of c_str() (a null-terminated string) cannot be satisfied with a string reference, so remove the function entirely to prevent people from using it in buggy ways. Replaces c_str() with data() in places where it is presumed safe, otherwise constructs temporary string instances. Certain callsites have been de-stringref'd in favor of regular strings, in particular where C APIs have been transitively called. The vast majority of these were called with string parameters anyway, so should not cause much extra allocation.
* Fix author tag for SimonBjørn Christian Seime2018-07-054-4/+4
|
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Remove usage of junit.frameworkJon Bratseth2018-04-304-46/+69
|
* preserve min/max values for time-related matching statsHåvard Pettersen2018-04-263-14/+25
|
* Add and use getTotalHenning Baldersheim2018-04-111-0/+2
|
* Add back the original avgerage queue wait time metricHenning Baldersheim2018-04-101-0/+1
|
* stop can be constHenning Baldersheim2018-04-091-3/+2
|
* Prefer static_cast of C-style cast.Henning Baldersheim2018-02-061-1/+1
|
* Metric manager must be initialized too, not only metric engine.Henning Baldersheim2018-02-052-5/+11
|
* Do not include the world.Henning Baldersheim2017-12-291-1/+1
|
* 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 "Havardpe/avoid reading past json value in slime json parser""Arnstein Ressem2017-10-021-1/+1
|
* Revert "Havardpe/avoid reading past json value in slime json parser"Arnstein Ressem2017-10-021-1/+1
|
* avoid implicit cast to boolHåvard Pettersen2017-09-291-1/+1
|
* avoid requiring that json parsing consumes all inputHåvard Pettersen2017-09-291-1/+1
| | | | (the input could end with \n if human readable)
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-1/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+1
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-1/+1
|
* Reduce need to rename config definition files in post install step.Tor Egge2017-09-181-1/+1
|
* 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
|
* Include what you need.Henning Baldersheim2017-08-185-2/+6
|
* Include only what you need.Henning Baldersheim2017-08-188-16/+23
|
* Don't use unnecessary specific namingJon Bratseth2017-07-051-1/+1
|
* Update copyright headersJon Bratseth2017-06-1498-98/+98
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1498-98/+98
|
* Update copyright headersJon Bratseth2017-06-1498-98/+98
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Revert "Copyright header"Jon Bratseth2017-06-1398-100/+100
|
* Copyright headerJon Bratseth2017-06-1398-100/+100
|
* split log and bufferedlogHenning Baldersheim2017-06-071-1/+2
|
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-6/+7
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-067-2/+7
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-015-5/+0
|
* remove empty linesArne Juul2017-05-191-1/+0
|
* Deinline for gcc 7Henning Baldersheim2017-05-052-0/+7
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-10/+18
| | | | includes