summaryrefslogtreecommitdiffstats
path: root/src/messages/MMgrReport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-...NitzanMordhai2023-09-131-0/+21
* msg: Change crimson's make_message() namespace to crimsonAmnon Hanuhov2021-05-251-1/+1
* messages: Add crimson's make_message as friend to messages classes withAmnon Hanuhov2021-05-061-0/+2
* mgr/MetricTypes: condition encoding on feature bitsSage Weil2021-02-011-1/+6
* messages,mds: Fix decoding of enum types on big-endian systemsUlrich Weigand2020-08-181-2/+6
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-0/+1
* mgr: templatize/generalize metrics collection interfaceVenky Shankar2019-12-061-1/+8
* mgr, mon: allow normal ceph services to register with managerVenky Shankar2019-08-061-1/+9
* mgr/DaemonServer: use ref_t<M>Kefu Chai2019-04-181-1/+3
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-5/+5
* messages: Update MMgrReport.h to work without using namespaceAdam C. Emerson2019-03-291-7/+7
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* osd: collect client perf stats when query is enabledMykola Golub2018-11-071-2/+2
* mgr: add OSDPerfMetricReport struct to MMgrReportJulien Collet2018-11-071-1/+8
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-2/+2
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+2
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-0/+7
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* mgr,osd: make osd_metric more popularlvshanchun2018-03-281-6/+6
* mgr/MgrClient: report running config to mgrSage Weil2018-03-061-1/+8
* mgr: add units to performance countersRubab-Syed2018-02-031-2/+7
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-24/+25
* mgr/MgrClient: send health_checks using MMgrReportKefu Chai2017-11-211-1/+11
* mgr: transmit perf counter prio to the mgrJohn Spray2017-09-271-2/+11
* mgr: allow/track service registrationsSage Weil2017-07-091-3/+27
* mgr/MgrClient: cope with disappearing perf_countersSage Weil2017-03-291-3/+7
* common: add override in msg subsystemliuchang08122017-03-031-4/+4
* messages: fix out of range assertionJohn Spray2016-10-211-1/+1
* messages: add ceph-mgr messagesJohn Spray2016-09-291-0/+105