aboutsummaryrefslogtreecommitdiffstats
path: root/metrics/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Create activeSeconds metricOla Aunronning7 days2-0/+2
|
* peak load metricsbjormel2024-06-112-0/+6
|
* Expose cluster controller's node non-convergence metricTor Brede Vekterli2024-06-113-0/+4
|
* Add missing metric path prefix to CC metricTor Brede Vekterli2024-05-301-1/+1
|
* Resolve merge metric name collision in Prometheus canonical formTor Brede Vekterli2024-05-301-2/+2
| | | | | | | | | Renames two merge feed operation metrics that collide with other, unrelated metrics when our hierarchical metric tree is flattened to a Prometheus "canonical" form. This is technically a breaking change, but these are internal metrics and the current name collision is arguably _more_ breaking.
* Export cluster controller `cluster-buckets-out-of-sync-ratio` metricTor Brede Vekterli2024-05-282-0/+2
|
* Expose certificate metricsMartin Polden2024-05-281-0/+2
|
* Merge pull request #31272 from vespa-engine/bjorncs/hubspotBjørn Christian Seime2024-05-221-0/+1
|\ | | | | Add metric for Hubspot exceptions
| * Add metric for Hubspot exceptionsBjørn Christian Seime2024-05-221-0/+1
| |
* | Add certificate metric namesMartin Polden2024-05-211-0/+2
|/
* Add embedder metrics to vespa9 metricsetYngve Aasheim2024-05-102-4/+8
|
* Include BILLING_WEBHOOK_FAILURES in infrastructure metric setOla Aunronning2024-04-171-0/+1
|
* Make metrics generic to webhook, not filterBjørn Christian Seime2024-04-151-2/+2
|
* Emit suspended seconds. Update metrics for non-active nodesOla Aunronning2024-03-271-0/+1
|
* Expiry metrics are counters, not gaugesOla Aunronning2024-03-121-5/+5
|
* Update metrics/src/main/java/ai/vespa/metrics/Labels.javaYngve Aasheim2024-02-131-1/+1
| | | Co-authored-by: Ola Aunrønning <olaa@yahooinc.com>
* Add legacy names to label enumYngve Aasheim2024-02-121-18/+29
|
* Add enum for coredumps.processedYngve Aasheim2024-02-121-0/+1
|
* Add missing dependency.Yngve Aasheim2024-02-121-0/+1
|
* Add metric needed for the stand-up dashboardYngve Aasheim2024-02-121-0/+2
|
* Merge pull request #30178 from vespa-engine/bjormel/expose_expire_metricsBjørn Meland2024-02-052-0/+10
|\ | | | | Expose expire metrics
| * Now, really expose the metricsbjormel2024-02-051-0/+5
| |
| * Expose expire metricsbjormel2024-02-051-0/+5
| |
* | Change ai.vespa.instance_id to ai.vespa.instance alsoYngve Aasheim2024-02-051-1/+1
| |
* | Add ai.vespa.nodeOla Aunronning2024-02-051-0/+1
|/
* Use stored entry count rather than bucket count for (dis-)allowing permanent ↵Tor Brede Vekterli2024-01-261-0/+1
| | | | | | | | | | | | | | | | | node down edge The stored entry count encompasses both visible documents and tombstones. Using this count rather than bucket count avoids any issues where a node only containing empty buckets (i.e. no actual data) is prohibited from being marked as permanently down. Entry count is cross-checked with the visible document count; if the former is zero, the latter should always be zero as well. Since entry/doc counts were only recently introduced as part of the HostInfo payload, we have to handle the case where these do not exist. If entry count is not present, the decision to allow or disallow the transition falls back to the bucket count check.
* Add enum skeleton for labelsYngve Aasheim2024-01-231-0/+52
|
* Track correct metricMartin Polden2024-01-181-1/+1
|
* Add temporary metric for tracking grid usageBjørn Christian Seime2024-01-161-0/+2
|
* Expose clusterAutoscaled metricYngve Aasheim2024-01-031-0/+1
|
* Emit metric counting autoscale eventsMartin Polden2023-12-111-0/+1
|
* Merge pull request #29571 from vespa-engine/mpolden/detect-redistJon Bratseth2023-12-061-1/+5
|\ | | | | Let distributor metric decide cluster stability
| * Add merge pending metricMartin Polden2023-12-061-1/+5
| |
* | Update ClusterControllerMetrics.javaYngve Aasheim2023-12-051-2/+2
| |
* | Add enums for kinesislogger metricsYngve Aasheim2023-12-051-1/+7
|/
* Add metric for job runner executor size, to compute utiljonmv2023-11-302-0/+2
|
* Add deployment job duration metricjonmv2023-11-272-1/+3
|
* Merge pull request #29447 from ↵Henning Baldersheim2023-11-233-0/+9
|\ | | | | | | | | vespa-engine/vekterli/expose-remove-by-gid-metrics Expose `remove_by_gid` persistence-level metrics
| * Expose `remove_by_gid` persistence-level metricsTor Brede Vekterli2023-11-233-0/+9
| |
* | Add metrics for billing webhook filterBjørn Christian Seime2023-11-221-0/+2
| |
* | Add new metricØyvind Grønnesby2023-11-211-0/+1
|/
* Include empty exclusive hosts metricOla Aunronning2023-11-071-0/+1
|
* Export estimated merge memory usage metricTor Brede Vekterli2023-11-033-0/+3
| | | | | Having visibility of this number will make it easier to choose sensible defaults based on observations of existing systems.
* Merge pull request #28972 from ↵Ola Aunrønning2023-10-171-1/+7
|\ | | | | | | | | vespa-engine/yngveaasheim/add-description-to-metric-set-reference-doc Add a short description to metric set reference documentation
| * Add a short description to metric set reference documentationYngve Aasheim2023-10-171-1/+7
| |
* | Introduce metrics for mail sendingBjørn Christian Seime2023-10-162-1/+10
|/
* Add .min suffix for singleton.is_activeYngve Aasheim2023-10-121-1/+1
|
* Add .min suffix for singleton.is_activeYngve Aasheim2023-10-121-1/+1
|
* Revert "Merge pull request #28879 from ↵jonmv2023-10-112-0/+4
| | | | | | | vespa-engine/revert-28869-jonmv/job-runner-thread-metrics" This reverts commit 67351aa3e2adbbb4872097ed799f1ca837f35e6d, reversing changes made to aed7902ee0371efb89747d467c4a2f8124ddc08d.
* Revert "Jonmv/job runner thread metrics"Harald Musum2023-10-112-4/+0
|