aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/jdisc
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0914-14/+14
* Random cleanupjonmv2023-09-072-2/+2
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-302-18/+5
|\
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-302-18/+5
* | - Update dependency org.jvnet.mimepull:mimepull to v1.10.0renovate[bot]2023-08-291-5/+6
|/
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-2/+8
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-0/+55
* Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-26/+11
* Don't add status_code and status_msg to metric packets. Remove unused service...Ola Aunronning2023-06-151-42/+0
* Sanitize label namesOla Aunronning2022-09-151-3/+3
* Omit max and average in PrometheusHelperOla Aunronning2022-09-151-6/+0
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-131-4/+4
* MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-121-0/+25
* Convert container-core to junit5Bjørn Christian Seime2022-07-2814-195/+196
* MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-1/+29
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+0
* Deprecate method leaking GuiceBjørn Christian Seime2022-02-081-5/+0
* Extend ThreadedHttpReqHndlr instead of deprecated LoggingReqHndlrgjoranv2022-01-171-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-272-2/+2
* Revert "Merge pull request #19686 from vespa-engine/jonmv/revert-streamed-vis...Jon Marius Venstad2021-10-211-3/+0
* Revert "Merge pull request #19664 from vespa-engine/jonmv/streaming-doc-v1-vi...Jon Marius Venstad2021-10-211-0/+3
* Limit to 16MB outstanding visit response dataJon Marius Venstad2021-10-201-3/+0
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-151-20/+3
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
* ensure the handler actually runs before checking what it didArne Juul2021-04-211-2/+2
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-141-1/+49
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-171-1/+1
* Clean up unused MetricsPresentationConfiggjoranv2021-02-033-5/+2
* Remove usage of org.jsonBjørn Christian Seime2021-02-023-49/+48
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-013-48/+49
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-293-49/+48
* Merge pull request #16227 from vespa-engine/gjoranv/remove-StateMetricConsumergjoranv2021-01-296-415/+175
|\
| * Remove irrelevant test (StateMonitor does not use threads anymore)gjoranv2021-01-262-98/+0
| * Remove metrics handling from the StateMonitor class.gjoranv2021-01-261-1/+1
| * Rewrite tests to not use the defunct StateMetricConsumer.gjoranv2021-01-254-317/+175
| * Revert "Access log optimizations [run-systemtest]"Morten Tokle2021-01-221-21/+61
* | Deprecate LoggingRequestHandler constructors taking AccessLogBjørn Christian Seime2021-01-211-8/+3
|/
* Replace AccessLogEntry with non-blocking RequestLogEntryBjørn Christian Seime2021-01-211-61/+21
* Avoid mock thread factory and simplify constructionHåkon Hallingstad2020-10-102-8/+2
* Take StateMonitor snapshot every 60sHåkon Hallingstad2020-10-103-32/+24
* 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
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-251-1/+1
* Update method and constant names to match new metric nameBjørn Christian Seime2020-03-131-1/+1
* Use plural ending in new metric namesBjørn Christian Seime2020-03-131-1/+1
* Add unit tests that verifies metric is propagatedBjørn Christian Seime2020-03-121-0/+57