aboutsummaryrefslogtreecommitdiffstats
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28326 from ↵Geir Storli2023-08-313-0/+3
|\ | | | | | | | | vespa-engine/geirst/expose-field-writer-saturation-metric Expose saturation metric for the field writer executor.
| * Expose saturation metric for the field writer executor.Geir Storli2023-08-313-0/+3
| |
* | Merge pull request #27969 from vespa-engine/bjorncs/embedder-metricsJon Bratseth2023-08-312-2/+7
|\ \ | |/ |/| Add generic metrics for embedders
| * Add generic metrics for embeddersBjørn Christian Seime2023-08-042-2/+7
| |
* | Merge pull request #28302 from ↵Ola Aunrønning2023-08-311-58/+57
|\ \ | | | | | | | | | | | | vespa-engine/yngveaasheim/gc-infrastructure-metrics-for-vespa9 Garbage collect infrastructure metrics for Vespa 9
| * | Track comment.yngveaasheim2023-08-311-6/+6
| | |
| * | Fix typos.yngveaasheim2023-08-311-2/+2
| | |
| * | Garbage collect infrastructure metrics for Vespa 9yngveaasheim2023-08-311-58/+57
| | |
* | | Include metrics value to be used in vespa 9Yngve Aasheim2023-08-311-1/+1
| | |
* | | Include metrics values to be used for Vespa 9Yngve Aasheim2023-08-311-3/+3
| | |
* | | Prepare for transition to Vespa 9Yngve Aasheim2023-08-311-1/+1
|/ /
* | Add authoryngveaasheim2023-08-302-0/+2
| |
* | Garbage collect metrics per TODOs, remove .last suffix where possibleyngveaasheim2023-08-303-99/+72
| |
* | Use min suffix for time to expiryYngve Aasheim2023-08-291-1/+1
| |
* | Use min suffix for time to expiryYngve Aasheim2023-08-291-1/+1
| |
* | Merge pull request #28244 from ↵Henning Baldersheim2023-08-296-3/+37
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/do-not-present-v1-metrics-until-valid-snapshot Do not return State V1 metrics until at least one metric snapshot has been created
| * | Let `any_snapshots_taken()` be well-defined prior to metric manager initTor Brede Vekterli2023-08-292-2/+2
| | |
| * | Do not return State V1 metrics until at least one metric snapshot has been ↵Tor Brede Vekterli2023-08-296-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | created This avoids a 60 second time window just after process startup where metrics may be reported from an empty initial snapshot. Depending on the timing of State V1 sampling and metric manager snapshotting, these values risk erroneously appearing as all zero, causing much confusion and gnashing of teeth.
* | | Remove searchnode and distributor metrics per clean-up with core teamyngveaasheim2023-08-291-45/+1
|/ /
* | Add new metrics sets for Vespa 9 and managed Vespayngveaasheim2023-08-294-3/+899
| |
* | Add new metrics sets for Vespa 9 and managed Vespayngveaasheim2023-08-292-0/+4
| |
* | Modernize codeHenning Baldersheim2023-08-285-12/+11
| |
* | Remove incorrect _doneInitialized check.Henning Baldersheim2023-08-283-4/+4
| |
* | - Remove methods not used.Henning Baldersheim2023-08-281-3/+1
| | | | | | | | | | - Remove parameters not used. - Make template parameter runtime parameter.
* | DeduplicateBjørn Christian Seime2023-08-281-3/+1
| |
* | Update dependency org.apache.maven.plugins:maven-site-plugin to v3renovate[bot]2023-08-281-1/+1
| |
* | Fix metrics typosEvaldas Buinauskas2023-08-252-6/+6
| |
* | Add additional metrics for container memoryBjørn Christian Seime2023-08-242-0/+8
| |
* | Add comment to return Metric instead of Stringgjoranv2023-08-181-0/+2
| |
* | Introduce BasicMetricSets and use it from Default and Vespa sets.gjoranv2023-08-183-15/+33
| |
* | Use builder to create DefaultMetricsgjoranv2023-08-181-113/+115
| |
* | Support adding a set of suffixes for a given metric.gjoranv2023-08-182-4/+19
| |
* | Create DefaultVespaMetrics with buildergjoranv2023-08-181-8/+5
| |
* | Move unit tests for Metric and MetricSet to the 'metrics' module.gjoranv2023-08-183-0/+165
| |
* | Add Builder to MetricSet classgjoranv2023-08-181-0/+34
| |
* | Include sentinel metricsYngve Aasheim2023-08-171-0/+1
| |
* | Add sentinel.totalRestarts.sumYngve Aasheim2023-08-161-1/+1
| |
* | Add sentinel.totalRestarts.maxYngve Aasheim2023-08-161-1/+1
| |
* | Add auth0 exception metricOla Aunronning2023-08-082-0/+2
| |
* | Add metrics needed to stop using the .last suffixyngveaasheim2023-08-084-81/+84
|/
* Include remaining metrics used for alertsyngveaasheim2023-08-024-8/+65
|
* Move MetricSet entries where they belong.yngveaasheim2023-08-023-12/+15
|
* Add metrics as needed for the summary dashboardyngveaasheim2023-08-021-2/+28
|
* Move metric sets to metrics moduleOla Aunronning2023-08-019-0/+1354
|
* Improve commet, remove whitespaceyngveaasheim2023-08-011-5/+1
|
* Include remaining metrics used by alerts. Fix two comments from Ola.yngveaasheim2023-07-311-2/+5
|
* Document and add some more infrastructure metricsyngveaasheim2023-07-313-1/+24
|
* Separate controller specific metrics into separate enum and methodyngveaasheim2023-07-312-48/+74
|
* Separate controller specific metrics into separate enum and methodyngveaasheim2023-07-311-0/+2
|
* Add enums for infrastructure and add to vespametricsset as needed for ↵yngveaasheim2023-07-313-4/+79
| | | | infrastructure services.