summaryrefslogtreecommitdiffstats
path: root/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete maven updateReleaseInfo parameterHarald Musum2023-03-281-3/+0
| | | | Removed in maven-deploy-plugin 3.0 and later, see https://issues.apache.org/jira/browse/MDEPLOY-240
* 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
|
* Merge pull request #26234 from ↵Henning Baldersheim2023-03-019-108/+113
|\ | | | | | | | | vespa-engine/balder/enforce-system-time-for-snapshot Balder/enforce system time for snapshot
| * default_system_time => system_time_epochHenning Baldersheim2023-03-012-12/+9
| |
| * Merge branch 'master' into balder/enforce-system-time-for-snapshotHenning Baldersheim2023-02-281-0/+1
| |\
| * | - 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
| | |
* | | re-apply "remove fastos"Håvard Pettersen2023-03-011-1/+0
| |/ |/| | | | | This reverts commit 003f019d7579e49f4ec7609ef8eac26ada6ae753.
* | Merge pull request #26233 from vespa-engine/revert-26225-havardpe/remove-fastosHenning Baldersheim2023-02-281-0/+1
|\ \ | | | | | | Revert "remove fastos"
| * | Revert "remove fastos"Harald Musum2023-02-281-0/+1
| |/
* | Merge pull request #26224 from ↵Henning Baldersheim2023-02-285-49/+45
|\ \ | |/ |/| | | | | vespa-engine/balder/use-steady-time-for-metric-manager Unify on steady time
| * 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
| |
* | remove fastosHåvard Pettersen2023-02-281-1/+0
|/
* 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
|
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-203-9/+9
|
* Add noexcept for metrics::Tag move constructor.Tor Egge2022-07-031-1/+1
|
* Add noexcept specifier.Tor Egge2022-07-032-2/+2
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-201-1/+0
|
* Move state_server, metrivs and some all executors from staging_vespalib too ↵Henning Baldersheim2022-05-181-1/+1
| | | | vespalib.
* Remove inlining warnings (metrics).Tor Egge2022-02-262-0/+4
|
* Make ConfigUri constructors explicit and use same context where possible in ↵Henning Baldersheim2022-02-202-48/+49
| | | | proton.
* Fix thread safety issues in MetricManager testsTor Brede Vekterli2022-02-161-31/+50
| | | | | | | * Writes by manager thread to mock callback string stream were not explicitly synchronized with the reads done by the test itself (only implicitly via other progress in the test). * Writes and reads to mock timer were not atomic.
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-7/+8
|