aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentdb_metrics_updater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose imported attributes in metrics.Tor Egge2024-04-261-0/+16
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* Move sessionmanager from documentdb to proton and use a SchedulerForwardExecu...Henning Baldersheim2022-12-081-13/+0
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-2/+0
* Normalize includes in searchcore.Tor Egge2022-09-271-1/+1
* Fix race conditions in vespalib::Cache.Tor Egge2022-04-291-3/+3
* Update document db feeding metrics.Tor Egge2021-11-261-2/+29
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Remove explicit tracking of enum store and multi-value address space usage.Geir Storli2021-09-211-4/+0
* Use max address space used in attribute vector components to determine whethe...Geir Storli2021-08-201-1/+1
* Add metric for the max address space used among components in all attribute v...Geir Storli2021-08-201-3/+5
* Merge pull request #15819 from vespa-engine/balder/make-the-guard-visible-in-...Henning Baldersheim2020-12-151-4/+4
|\
| * - Wire in the guard to make it evident that we have it when making changes th...Henning Baldersheim2020-12-151-4/+4
* | GC unused parameter. No need to say maybe when it is definitive.Henning Baldersheim2020-12-151-2/+1
|/
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+3
* Fix format strings in searchcore module.Tor Egge2019-03-121-2/+2
* Eliminate some clang warnings in searchcore.Tor Egge2019-02-081-3/+2
* Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they are...Geir Storli2019-01-211-20/+19
* Remove all legacy proton metrics (that were deprecated on Vespa 6).Geir Storli2019-01-211-84/+0
* Migrate total disk usage metric for document db.Geir Storli2018-09-211-24/+46
* Move code that updates document db metrics into separate class.Geir Storli2018-09-211-0/+393