summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/state/StateHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-231-2/+3
* Non-functional changes onlyJon Bratseth2023-10-181-6/+6
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add enums for infrastructure and add to vespametricsset as needed for infrast...yngveaasheim2023-07-311-1/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-2/+3
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-3/+2
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-2/+3
* Require capabilities for built-in request handlersBjørn Christian Seime2023-02-141-3/+7
* remove runLogctl from this APIArne Juul2023-01-051-45/+0
* add hook in /state/v1 API alsoArne Juul2022-12-091-59/+113
* Put deprecation comment on the right option and add todoJon Bratseth2022-10-071-24/+13
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-9/+5
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* No periods in exception messagesJon Bratseth2022-04-061-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Non-functional changes onlyJon Bratseth2021-03-041-1/+1
* Fix ToDos. The snapshotProvider is null checked in the ctor.gjoranv2021-02-031-6/+1
* Throw if no snapshot provider is given.gjoranv2021-02-031-10/+13
* Clean up unused MetricsPresentationConfiggjoranv2021-02-031-3/+3
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-53/+67
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-55/+43
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-43/+55
* Remove usage of MetricsPresentationConfig.slidingwindowgjoranv2021-01-261-5/+1
* Remove metrics handling from the StateMonitor class.gjoranv2021-01-261-1/+2
* Handle null dimensions without throwing NPE.gjoranv2021-01-251-7/+9
* Merge pull request #8944 from vespa-engine/jvenstad/more-general-rolesJon Marius Venstad2019-04-011-1/+5
|\
| * Non-wildcard import in random classJon Marius Venstad2019-03-281-1/+5
* | add "sum" output for gauge metricsArne Juul2019-03-221-0/+1
|/
* Move JSONObjectWithLegibleException to a separate file.gjoranv2018-10-311-72/+0
* Add new handler for obtaining metrics snapshot in "packets" formatgjoranv2018-10-311-4/+8
* Make it possible to configure and change status code in /state/v1/health APIHarald Musum2017-12-081-1/+5
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Add state/v1/version path returning the Vespa versionJon Bratseth2017-04-241-16/+31
* Whitespace changes onlyJon Bratseth2016-08-231-26/+25
* PublishJon Bratseth2016-06-151-0/+389