aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/maintenance/MetricsReporter.java
Commit message (Collapse)AuthorAgeFilesLines
* peak load metricsbjormel8 days1-0/+3
|
* memoryGb => memoryGiBHenning Baldersheim9 days1-3/+3
|
* Emit suspended seconds. Update metrics for non-active nodesOla Aunronning2024-03-271-3/+1
|
* Empty exclusive host metric considers deallocation timeOla Aunronning2024-02-261-2/+5
|
* Add cluster type dimension to autoscaling metricMartin Polden2024-01-221-1/+1
|
* Reset downtime at resume, 2. tryHåkon Hallingstad2024-01-101-1/+1
|
* Revert "Reset downtime at resume"Harald Musum2024-01-061-1/+1
|
* Reset downtime at resumeHåkon Hallingstad2024-01-051-1/+1
|
* Emit metric counting autoscale eventsMartin Polden2023-12-111-1/+1
|
* exclusive nodes not counted as empty with child in any statebjormel2023-11-231-1/+1
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Report state, but only for active nodesOla Aunronning2023-09-291-1/+3
|
* Remove state tag. Only report metrics for active nodesOla Aunronning2023-09-291-4/+3
|
* Add thread name template as dimension for locked load for curator locksjonmv2023-09-071-18/+23
|
* Emit metric counting empty exclusive hostsMartin Polden2023-07-181-1/+17
|
* isEnclave -> isExclaveHåkon Hallingstad2023-06-191-2/+1
|
* Use enums for node repo metricsyngveaasheim2023-05-241-54/+54
|
* Add cluster load metricsJon Bratseth2023-05-181-3/+12
|
* Remove spurious linesJon Bratseth2023-05-121-2/+0
|
* Add cluster.cost metricJon Bratseth2023-05-121-6/+19
|
* Report "hasWireguardKey" metric for exclave nodes.gjoranv2023-04-121-0/+3
|
* Count both nodes and hosts by stateOla Aunronning2023-02-281-4/+11
|
* Remove encryption metricsHåkon Hallingstad2022-08-031-5/+0
|
* Keep a chronological log of events per nodeMartin Polden2022-04-191-2/+1
|
* Revert "Preserve all node events"Jon Bratseth2022-04-121-2/+3
|
* Preserve all node eventsMartin Polden2022-04-121-3/+2
| | | | Node events are now limited by a total size limit, instead of one per type.
* Consider architecture when calculating with NodeResourcesHarald Musum2022-03-181-3/+3
|
* Add Orchestrator to NodeRepositoryValerij Fredriksen2022-02-031-5/+1
|
* Increase down grace time while nodes are suspendedJon Bratseth2022-01-251-1/+1
|
* Revert "Invalidate node object cache based on znode version"Jon Marius Venstad2022-01-181-1/+1
|
* Invalidate node object cache based on znode versionMartin Polden2022-01-171-1/+1
|
* Remove old clusterid tagOla Aunrønning2021-11-011-2/+0
|
* Use correct clusterid tagOla Aunrønning2021-10-291-0/+2
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove deprecated allowedToBeDown metricHåkon Hallingstad2021-10-011-1/+0
|
* Add ServiceStatus.UNKNOWNHåkon Hallingstad2021-09-131-0/+2
|
* Sort nodes by hostname to get deterministic metric reporting orderHarald Musum2021-06-141-1/+4
| | | | | (and hopefully avoid changes to metric reporting time so we get double reporting or no reporting within a minute)
* Report disk encryption metrics only for hostsHarald Musum2021-06-111-2/+4
|
* Add disk encryption metricsHarald Musum2021-06-101-0/+3
|
* Revert "Revert "Emit a success factor from maintainers""Jon Bratseth2021-06-061-2/+2
| | | | This reverts commit cd1b747b4f65fa3a6ed6aace23235db7591638c5.
* Revert "Emit a success factor from maintainers"Arnstein Ressem2021-06-041-2/+2
|
* Return success factorJon Bratseth2021-06-041-2/+2
|
* Pull up and reuse ClusterIdMartin Polden2021-05-211-37/+11
|
* Add comment regarding configserver metric pre-aggregationOla Aunrønning2021-05-181-0/+3
|
* Revert "Cache nodes based on zknode version"Jon Marius Venstad2021-04-161-1/+1
|
* Cache nodes based on zknode versionMartin Polden2021-04-161-1/+1
| | | | | Reduces reads, avoids potential hash collisions and reduces evictions. Same pattern is already used in controller-server (see #17003).
* Less DockerMartin Polden2021-02-181-5/+5
|
* Revert "Revert "Move node operations into a separate class""Jon Bratseth2021-02-091-2/+2
|
* Revert "Move node operations into a separate class"Jon Bratseth2021-02-091-2/+2
|
* Move node operations into a separate classJon Bratseth2021-02-081-2/+2
|