aboutsummaryrefslogtreecommitdiffstats
path: root/logd
Commit message (Collapse)AuthorAgeFilesLines
* Check return value from write() in logd.Tor Egge2019-01-282-2/+9
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* GC unused code and update includesHenning Baldersheim2019-01-051-0/+1
|
* Add missing reference &Henning Baldersheim2018-10-091-1/+1
|
* Parse logctlname correctly in non dotted case.Henning Baldersheim2018-10-092-1/+2
|
* Add test for correct logctlname parsingHenning Baldersheim2018-10-091-0/+8
|
* Expose exception information. If totally unknown, generate core.Henning Baldersheim2018-10-091-2/+2
|
* Add copyright headerJon Bratseth2018-10-011-0/+1
|
* Remove lines commented out.Henning Baldersheim2018-09-281-3/+0
|
* Use std::string to simplify ownership and unify on one type.Henning Baldersheim2018-09-287-64/+57
|
* Modernise code and use smart pointers and favor std containers over ↵Henning Baldersheim2018-09-2714-289/+183
| | | | homegrown specialized classes.
* NULL -> nullptrHenning Baldersheim2018-09-272-12/+12
|
* - NULL -> nullptrHenning Baldersheim2018-09-2711-91/+87
| | | | | | - forward declaration. - Move from header to implementation. - use std::unordered_set
* add some comments, adjust timestamp extensionArne Juul2018-09-101-1/+12
|
* reorder functionsArne Juul2018-09-101-4/+4
|
* refactor, add support for compressed filesArne Juul2018-09-101-25/+36
|
* enforce log retention policiesArne Juul2018-09-062-0/+117
| | | | | | | | | | | * for access logs, save meta-data about the log file itself in a simple format. * implement a proof-of-concept shell script that removes log files after one month. * ensure retention enforcer is started when services start * note that retention enforcer will continue running even after services stop, but it has protection to ensure that it won't multiply endlessly.
* add compulsory description for metricsArne Juul2017-12-071-1/+2
|
* use more shared_ptrArne Juul2017-12-043-8/+10
|
* wire in a counter metricArne Juul2017-12-049-22/+69
|
* add metrics engineArne Juul2017-12-042-3/+22
|
* fix config generation reportingArne Juul2017-12-043-10/+27
| | | | | | * check if a new generation is available, and if so do full reconfiguration including updating the generation reported via /state/v1/config API.
* 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.
* skeleton for state reporting in logdArne Juul2017-11-218-3/+71
| | | | | | * allocate port in config model for logd state reporting * add state port to logd configuration * add a state server with no metrics production
* use vespalib::SigCatchArne Juul2017-10-095-53/+13
|
* 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
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-183-14/+9
|
* Include only what you need.Henning Baldersheim2017-08-182-3/+7
|
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-1/+2
|
* Update copyright headersJon Bratseth2017-06-1432-32/+32
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1432-32/+32
|
* Update copyright headersJon Bratseth2017-06-1432-32/+32
|
* Revert "Copyright header"Jon Bratseth2017-06-1332-32/+32
|
* Copyright headerJon Bratseth2017-06-1332-32/+32
|
* Rename logd programs to have vespa- prefix.Tor Egge2017-06-133-3/+3
| | | | Temporarily add symlinks from old name to new name.
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-072-2/+3
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Add back explicit include of log.hHenning Baldersheim2017-05-031-0/+1
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-19/+14
| | | | includes
* add override in logd moduleArne H Juul2017-04-102-3/+3
|
* Optimize includes.Henning Baldersheim2017-02-061-14/+4
|
* We only need one vtagHenning Baldersheim2016-10-215-39/+7
|
* Fixed benchmarks to run out of source (except those not working in source).Arnstein Ressem2016-08-241-1/+2
|