summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc
Commit message (Collapse)AuthorAgeFilesLines
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
|
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-1/+1
|
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-2/+2
|
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-3/+3
|
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-251-1/+1
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-3/+3
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-252-3/+3
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-255-5/+5
|
* Update method and constant names to match new metric nameBjørn Christian Seime2020-03-131-2/+2
|
* Use plural ending in new metric namesBjørn Christian Seime2020-03-131-1/+1
|
* Introduce metric for unhandled exceptions from request handlersBjørn Christian Seime2020-03-121-0/+3
|
* Share common metric dimensions with package-local subclassesBjørn Christian Seime2020-03-121-1/+4
|
* Add scheme, port and handler-name as dimensionsBjørn Christian Seime2020-02-201-0/+6
|
* If debugging of SearchHandler is turned on, the 1k first request will have ↵Henning Baldersheim2020-02-111-2/+2
| | | | | | trace and timing information. The 1k number is configurable in the container-http config.
* Merge pull request #12056 from vespa-engine/balder/default-initializingHenning Baldersheim2020-02-041-11/+14
|\ | | | | Default state is 'initializing', not 'up'.
| * Default state is 'initializing', not 'up'.Henning Baldersheim2020-02-031-11/+14
| |
* | Require all up when going up, but require all down to go down.Henning Baldersheim2020-02-031-2/+8
|/
* Adding endpoint as a dimension to handled.requests and handled.latencyBjorn Meland2020-01-061-12/+12
|
* Remove TODO and refactor control flowBjørn Christian Seime2019-12-131-22/+18
|
* Don't print full URI to logBjørn Christian Seime2019-12-131-1/+11
| | | | The port printed is the local listen port, not the port used by client.
* Close streamOla Aunrønning2019-10-251-2/+3
|
* Reuse same coredump/host-life gatherersOla Aunrønning2019-10-254-14/+39
|
* Added metrics for cfgOla Aunrønning2019-10-244-0/+121
|
* Support array formatted metrics responseOla Aunrønning2019-09-191-5/+20
|
* Remove findbugs annotations from code and build path.gjoranv2019-09-091-4/+4
| | | | | - jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
* Handle inherited variants with different dimensionsJon Bratseth2019-08-221-15/+7
|
* Merge pull request #8944 from vespa-engine/jvenstad/more-general-rolesJon Marius Venstad2019-04-011-1/+5
|\ | | | | Jvenstad/more general roles
| * Non-wildcard import in random classJon Marius Venstad2019-03-281-1/+5
| |
* | add "sum" output for gauge metricsArne Juul2019-03-221-0/+1
|/
* Set healt status to down when we decide to go out of rotationJon Bratseth2019-02-251-0/+6
|
* Nonfunctional changes onlyJon Bratseth2019-01-241-1/+1
|
* Generate html5 javadocgjoranv2019-01-211-1/+1
|
* Turn softtimeout on by defaultJon Bratseth2019-01-211-2/+2
|
* Remove AccessLogEntry.setURI/getURIBjørn Christian Seime2019-01-211-6/+0
|
* Vespa 7: remove FreezeDetector and Watchdog.gjoranv2019-01-211-1/+0
|
* Provision infrastructure nodes ASAP on bootstrapHåkon Hallingstad2018-12-041-2/+4
|
* Use second resoultion for timestamp (instead of millis).gjoranv2018-11-151-1/+2
|
* Add a trailing newline to the output.gjoranv2018-11-051-1/+1
|
* Improve class comment.gjoranv2018-11-051-3/+5
|
* Move JSONObjectWithLegibleException to a separate file.gjoranv2018-10-313-73/+86
|
* Add comment about network protocols.gjoranv2018-10-311-0/+3
|
* Use a constant for the packet separator.gjoranv2018-10-311-1/+3
|
* Remove another extra newline.gjoranv2018-10-311-1/+0
|
* Remove extra newline.gjoranv2018-10-311-1/+0
|
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-312-4/+196
|
* Fix author tag for SimonBjørn Christian Seime2018-07-059-9/+9
|
* POST-queries seems to be working and tests and maven builds are successful.Henrik2018-06-251-0/+18
|
* Avoid import by *Henning Baldersheim2018-02-031-1/+0
|
* Try to differentiate between client and server errors.Henning Baldersheim2018-02-031-0/+3
|