summaryrefslogtreecommitdiffstats
path: root/metrics/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Emit metric counting empty exclusive hostsMartin Polden2023-07-181-0/+1
|
* Fix copy/paste bug in HostedNodeAdminMetricsgjoranv2023-06-221-4/+3
|
* Use enums for node repo metricsyngveaasheim2023-05-242-1/+68
|
* Fix typoJon Bratseth2023-05-201-1/+1
|
* Use dollar and hour base unitsJon Bratseth2023-05-191-2/+3
|
* Add cluster load metricsJon Bratseth2023-05-182-2/+8
|
* Use metric enums more places.yngveaasheim2023-05-092-1/+15
|
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-0816-0/+1600
|
* Use matching duration for time_point.Tor Egge2023-03-067-23/+23
|
* Fix format string.Tor Egge2023-03-051-1/+2
|
* gc dead debug code.Henning Baldersheim2023-03-021-33/+5
|
* typesafe getLastProcessedTime tooHenning Baldersheim2023-03-013-24/+24
|
* Use a typed period.Henning Baldersheim2023-03-0110-88/+87
|
* Avoid spreading #ifdef around.Henning Baldersheim2023-03-011-24/+32
|
* No need to let ConsumerSpec be Printable.Henning Baldersheim2023-03-013-24/+23
|
* Always run the snapshot hooks when forcing a metrics update.Henning Baldersheim2023-03-014-13/+6
|
* Set period in constructor onlyHenning Baldersheim2023-03-014-39/+38
|
* Avoid default arguments.Henning Baldersheim2023-03-014-24/+24
|
* Use type safe time inside metric manager.Henning Baldersheim2023-03-014-23/+21
|
* Use typesafe time for UpdateHookHenning Baldersheim2023-03-012-20/+31
|
* Revert "Revert "Balder/enforce system time for snapshot""Henning Baldersheim2023-03-019-108/+113
|
* Revert "Balder/enforce system time for snapshot"Henning Baldersheim2023-03-019-113/+108
|
* default_system_time => system_time_epochHenning Baldersheim2023-03-012-12/+9
|
* - Enforce using the correct clock for metrics snapshot.Henning Baldersheim2023-02-289-108/+116
| | | | | - Print human readable time in error messages. - Human readable time in text/plain too.
* Ensure we stay with system time until limitation has been lifted in a type ↵Henning Baldersheim2023-02-282-2/+2
| | | | safe way.
* Unify on steady timeHenning Baldersheim2023-02-284-48/+44
|
* Use vespalib::steady_time for getMilliSecTime to ensure no wraps around and ↵Henning Baldersheim2023-02-283-15/+19
| | | | safer code.
* GC xml output of metrics.Henning Baldersheim2023-02-286-438/+156
|
* Include thread to get definition of std::thread.Tor Egge2023-02-201-0/+1
|
* remove document::RunnableHåvard Pettersen2023-02-205-48/+41
| | | | use std::thread directly instead
* Deinline destructors in metrics, fnet, jrt_test logdHenning Baldersheim2023-02-011-11/+18
|
* remove some whitespace at end of linesArne Juul2023-01-222-2/+2
|
* Include array explicit.Henning Baldersheim2023-01-191-0/+1
|
* reduce usage of default values.Henning Baldersheim2023-01-069-54/+40
|
* Ignore copyType and make includeUnused mandatoryHenning Baldersheim2023-01-066-27/+15
|
* Use fixed size array since it will not change.Henning Baldersheim2023-01-066-58/+50
|
* Remove unused variable in metrics manager test.Tor Egge2023-01-021-2/+0
|
* Change from typedef to using in misc C++ code.Geir Storli2022-12-216-15/+15
|