aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container/jdisc/metric/MetricUpdater.java
Commit message (Collapse)AuthorAgeFilesLines
* Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+3
|
* Add metrics for capability checksBjørn Christian Seime2023-02-161-0/+10
|
* Use ContainerMetrics enumYngve Aasheim2023-01-201-12/+13
|
* Add metric for total number of threads in JVMBjørn Christian Seime2022-07-261-0/+4
|
* Add metric 'jdisc.jvm' to report runtime version++Bjørn Christian Seime2022-06-131-0/+11
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Report metrics for the size of the native heap.Henning Baldersheim2022-04-271-0/+13
|
* Report direct memory usageHenning Baldersheim2022-04-251-7/+28
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Non-functional-changes-onlyJon Bratseth2020-11-181-1/+1
|
* Add support for serializing and compressing once, instead of once per ↵Henning Baldersheim2020-06-301-1/+0
| | | | backend node.
* Propagate jrt transport metrics to metrics frameworkBjørn Christian Seime2019-01-221-0/+3
|
* Remove deprecated metrics (*MemoryBytes)gjoranv2019-01-211-6/+0
|
* JVM Garbage collection metricsOlli Virtanen2018-06-011-1/+5
|
* Introduce simple container watchdogBjørn Christian Seime2018-04-161-5/+9
| | | | | This watchdog uses information from the reference count framework in jdisc_core. Contains no use of System.gc() or WeakReference.
* Remove container watchdogBjørn Christian Seime2018-04-131-10/+6
| | | | | - Remove ActiveContainerDeactivationWatchdog - Move deconstruction enforcer to ActiveContainer
* Work around akward semantics with TemporalAmount/DurationBjørn Christian Seime2017-11-021-5/+3
|
* Cleanup MetricUpdaterBjørn Christian Seime2017-11-021-51/+82
|
* Don't log exception if Linux specific file does not existBjørn Christian Seime2017-11-021-0/+2
|
* 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
|
* Use a single thread to monitor all deactivated ActiveContainersBjørn Christian Seime2017-06-081-7/+7
| | | | | | Add new watchdog class to combine monitoring and reporting of stale ActiveContainer instances. Introduce a grace period to allow deactivated containers some time to die.
* Track stale ActiveContainer instancesBjørn Christian Seime2017-05-311-3/+7
|
* Revert "Use ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-7/+3
| | | | This reverts commit 606acc8e051d983698099f9ec1bcbfcde10a2690.
* Revert "Misc fixes to ActiveContainerStatistics"Bjørn Christian Seime2017-05-301-1/+1
| | | | This reverts commit 70e8ea955b7a349408c92fd6b8aeeddcccc8df59.
* Misc fixes to ActiveContainerStatisticsBjørn Christian Seime2017-05-301-1/+1
|
* Use ActiveContainerStatisticsBjørn Christian Seime2017-05-291-3/+7
| | | | | Track ActiveContainer instances through ApplicationLoader. Output ActiveContainer statistics through MetricUpdater.
* Deprecate Manhattan metricsBjørn Christian Seime2017-05-161-16/+17
|
* rename metrics, add open file descriptorsArne H Juul2016-11-291-1/+20
| | | | | | * renamed count metric to just "memory_mappings" * count open filedescriptors in container * add "jdisc." prefix to new jdisc metrics
* count memory mappings in containerArne H Juul2016-11-251-0/+22
|
* PublishJon Bratseth2016-06-151-0/+66