aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/jdisc/state/MetricsPacketsHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-301-3/+2
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-1/+7
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-8/+89
* Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-22/+5
* Use correct content-type header. Add whitespaceOla Aunronning2022-09-131-1/+8
* MetricsPacketsHandler supports Prometheus formatOla Aunronning2022-09-121-0/+14
* MetricsPacketsHandler adds hostname dimension if absentOla Aunrønning2022-07-041-10/+12
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-091-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-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-7/+6
* Clean up unused MetricsPresentationConfiggjoranv2021-02-031-2/+1
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-31/+37
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-33/+28
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-28/+33
* Remove metrics handling from the StateMonitor class.gjoranv2021-01-261-1/+2
* Handle null dimensions without throwing NPE.gjoranv2021-01-251-0/+2
* Non-functional-changes-onlyJon Bratseth2020-11-181-0/+1
* Added metrics for cfgOla Aunrønning2019-10-241-0/+1
* Support array formatted metrics responseOla Aunrønning2019-09-191-5/+20
* 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-311-1/+0
* 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-311-0/+188