aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/metrics/documentdb_tagged_metrics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move sessionmanager from documentdb to proton and use a SchedulerForwardExecu...Henning Baldersheim2022-12-081-10/+0
* Add SessionManager in IDocumentDBOwner, but only use in mocks in tests for now.Henning Baldersheim2022-12-081-1/+0
* Remove no longer used metrics for Vespa 8.Geir Storli2022-06-081-6/+0
* Add proton document db feeding metrics.Tor Egge2021-11-261-0/+1
* Update 2017 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
* Add metric for the max address space used among components in all attribute v...Geir Storli2021-08-201-1/+3
* Extend metrics comment to describe unit used for heart beat age (seconds).Tor Egge2021-04-211-1/+1
* Add heart beat age metric.Tor Egge2021-04-211-0/+1
* Add metirc for buckets pending move.Henning Baldersheim2021-02-231-0/+8
* - Wire in the guard to make it evident that we have it when making changes th...Henning Baldersheim2020-12-151-1/+2
* Fix typoHenning Baldersheim2020-12-151-3/+6
* If number of threads are changes, which is a live change, we must handle that...Henning Baldersheim2020-12-141-15/+16
* Added content.proton.documentdb.matching.rank_profile.query_setup_time.avera...Ola Aunrønning2020-02-071-0/+6
* Initialize softdoom factor to correct proper initial value to avoid noise in ...Henning Baldersheim2019-08-271-2/+1
* Add soft_doom_factor metric production per rankprofile in the backend.Henning Baldersheim2019-08-221-0/+2
* Align naming with limited_queries.Henning Baldersheim2019-01-301-2/+2
* Gather per rank-profile.Henning Baldersheim2019-01-301-2/+4
* Count queries soft doomed.Henning Baldersheim2019-01-301-1/+3
* Remove AttributeMetricsCollection and DocumentDBMetricsCollection as they are...Geir Storli2019-01-211-2/+3
* Add more accurate metric descriptions.Geir Storli2018-10-311-3/+3
* remove legacy tags, always pass vectorArne Juul2018-10-081-66/+66
* Migrate total disk usage metric for document db.Geir Storli2018-09-211-1/+2
* Migrate total memory usage metrics for document db and attributes.Geir Storli2018-09-211-2/+4
* Migrate document counts metrics to new naming scheme.Geir Storli2018-09-211-1/+13
* Revert "Migrate document counts metrics to new naming scheme."Henning Baldersheim2018-09-201-13/+1
* Migrate document counts metrics to new naming scheme.Geir Storli2018-09-201-1/+13
* Migrate metrics for session manager grouping cache and add metrics for search...Geir Storli2018-09-191-22/+38
* Migrate metric for number of documents in memory index.Geir Storli2018-09-191-2/+4
* Migrate legacy document store cache metrics to new naming scheme.Geir Storli2018-08-231-2/+15
* Add more per rank profile metrics.Geir Storli2018-05-151-0/+6
* Add query latency and query collateral time to set of rank profile metrics.Geir Storli2018-05-041-1/+7
* Copy matching metrics from LegacyDocumentDBMetrics to DocumentDBTaggedMetrics...Geir Storli2018-05-041-1/+98
* Add metrics for executor threading service.Tor Egge2018-03-061-1/+2
* Add disk usage for indexed fields to tagged metrics.Tor Egge2017-09-211-0/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Deinline destructors/constructorsHenning Baldersheim2017-03-081-21/+14
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-5/+15
* Expose index memory usage metrics.Geir Storli2016-12-151-0/+7
* Expose document store memory usage metrics.Geir Storli2016-12-151-1/+2
* Expose detailed memory usage metrics for attributes using new naming scheme.Geir Storli2016-12-141-1/+2
* PublishJon Bratseth2016-06-151-0/+87